Owning Class: modeling and prediction
Requires: MathScript RT Module
b = rc_to_lar(a)
Legacy Name: rc2lar
Generates log area ratios from an input sequence of reflection coefficients. LabVIEW applies the inverse hyperbolic tangent to the elements in a and then multiplies the result by 2.
| Name | Description |
|---|---|
| a | Specifies the reflection coefficients. a is a vector. |
| Name | Description |
|---|---|
| b | Returns the log area ratios. b is a vector. length(b) equals length(a). |
a = [0.24, 0.15, 0.34, -0.1, 0.42];
b = rc_to_lar(a)