Member of the modeling and prediction class.
b = poly2lsf(a)
Generates line spectral frequencies from a prediction polynomial input.
| Name | Description |
| a | Specifies the prediction polynomial. a is a vector of positive numbers. |
| Name | Description |
| b | Returns the line spectral frequencies. b is a vector. length(b) equals length(a) - 1. |
a = [3.8, 5.6, 3.7, 0.9];
b = poly2lsf(a)