From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001
From: Abhinav Dronamraju
Date: Thu, 9 Nov 2017 15:24:34 +0530
Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps
---
help/en_US/scilab_en_US_help/poly2ac.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'help/en_US/scilab_en_US_help/poly2ac.html')
diff --git a/help/en_US/scilab_en_US_help/poly2ac.html b/help/en_US/scilab_en_US_help/poly2ac.html
index 0c8b707..ed559ec 100644
--- a/help/en_US/scilab_en_US_help/poly2ac.html
+++ b/help/en_US/scilab_en_US_help/poly2ac.html
@@ -16,7 +16,7 @@
- FOSSEE Signal Processing Toolbox
+ FOSSEE Signal Processing Toolbox
|
@@ -29,7 +29,7 @@
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > poly2ac
+ FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > poly2ac
poly2ac
@@ -78,7 +78,7 @@ denominator polynomial and the numerator scaling. The filter is H(z) = efinal/(a
|
- FOSSEE Signal Processing Toolbox
+ FOSSEE Signal Processing Toolbox
|
--
cgit
From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001
From: Abhinav Dronamraju
Date: Fri, 10 Nov 2017 14:59:26 +0530
Subject: Functions added
---
help/en_US/scilab_en_US_help/poly2ac.html | 104 ------------------------------
1 file changed, 104 deletions(-)
delete mode 100644 help/en_US/scilab_en_US_help/poly2ac.html
(limited to 'help/en_US/scilab_en_US_help/poly2ac.html')
diff --git a/help/en_US/scilab_en_US_help/poly2ac.html b/help/en_US/scilab_en_US_help/poly2ac.html
deleted file mode 100644
index c6d4bb4..0000000
--- a/help/en_US/scilab_en_US_help/poly2ac.html
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
- poly2ac
-
-
-
-
-
-
-
-<<<<<<< HEAD
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > poly2ac
-=======
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > poly2ac
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
-
- poly2ac
- Convert prediction polynomial to autocorrelation sequence.
-
-
-
-
-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
- a = [1.0000 0.4288 0.76 0.0404 -0.02];
-efinal = 0.2;
-r = poly2ac(a,efinal) |  |  | |
-
-
-
-Bibliography
- S. Kay, Modern Spectral Estimation, Prentice Hall, N.J., 1987, Chapter 6.
-
-
-
-
-
--
cgit
|