poly2acConvert prediction polynomial to autocorrelation sequence.Calling Sequence
R = poly2ac(a,efinal)
Parametersa: input prediction polynomial with 1st element 1 (if not, poly2ac normalizes it to 1 before proceeding).efinal: input prediction errorr: output autocorrelation sequenceDescription
This function obtains the underlying autocorrelation sequence that would best fit a linear prediction filter described by the
denominator polynomial and the numerator scaling. The filter is H(z) = efinal/(a(1) + a(2) x z a(3) x z^2 ... a(n) x z^n-1)
ExamplesSee alsoac2polypoly2rcrc2polyrc2acac2rcParthe PanditBibliographyS. Kay, Modern Spectral Estimation, Prentice Hall, N.J., 1987, Chapter 6.