![]() | Download Help (Windows Only) |
Owning Class: modeling and prediction
Requires: MathScript RT Module
[a, e] = ac_to_poly(r)
Legacy Name: ac2poly
Generates a prediction polynomial from an autocorrelation sequence input.
Name | Description |
---|---|
r | Specifies the autocorrelation sequence. r is a vector. |
Name | Description |
---|---|
a | Returns the prediction polynomial. length(a) equals length(r). |
e | Returns the final prediction error. e is a real number. |
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 |
r = [0.5, 0, -1.75, 3, -2, 0.3];
[a, e] = ac_to_poly(r)
Helpful
Not Helpful