Member of the modeling and prediction class.
b = is2rc(a)
Generates a sequence of reflection coefficients from an input sequence of inverse sine parameters. LabVIEW multiplies the elements in a by pi/2 and then computes the sine of the result.
| Name | Description |
| a | Specifies the inverse sine parameters. a is a vector. |
| Name | Description |
| b | Returns the reflection coefficients. b is a vector. length(b) equals length(a). |
a = [0.5, 0.3, 0.7, -0.2, 0.9];
b = is2rc(a)