Owning Class: modeling and prediction
Requires: MathScript RT Module
b = rc_to_is(a)
Legacy Name: rc2is
Generates inverse sine parameters from an input sequence of reflection coefficients. LabVIEW applies the inverse sine to the elements in a and then divides the result by pi/2.
| Name | Description |
|---|---|
| a | Specifies the reflection coefficients. a is a vector. |
| Name | Description |
|---|---|
| b | Returns the inverse sine parameters. b is a vector. length(b) equals length(a). |
a = [0.707, 0.454, 0.891, -0.309, 0.988];
b = rc_to_is(a)