![]() | Download Help (Windows Only) |
Owning Class: modeling and prediction
Requires: MathScript RT Module
b = is_to_rc(a)
Legacy Name: is2rc
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). |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
a = [0.5, 0.3, 0.7, -0.2, 0.9];
b = is_to_rc(a)
Helpful
Not Helpful