From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/poly2ac.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 help/en_US/poly2ac.xml (limited to 'help/en_US/poly2ac.xml') diff --git a/help/en_US/poly2ac.xml b/help/en_US/poly2ac.xml new file mode 100644 index 0000000..f7ac3e0 --- /dev/null +++ b/help/en_US/poly2ac.xml @@ -0,0 +1,80 @@ + + + + + + + + poly2ac + Convert prediction polynomial to autocorrelation sequence. + + + + + Calling Sequence + + R = poly2ac(a,efinal) + + + + + + Parameters + + a: + input prediction polynomial with 1st element 1 (if not, poly2ac normalizes it to 1 before proceeding). + efinal: + input prediction error + r: + output autocorrelation sequence + + + + + Description + +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) + + + + + + + Examples + + + + + See also + + ac2poly + poly2rc + rc2poly + rc2ac + ac2rc + Parthe Pandit + + + + + Bibliography + S. Kay, Modern Spectral Estimation, Prentice Hall, N.J., 1987, Chapter 6. + + -- cgit