diff options
author | ttt | 2018-12-06 13:42:14 +0530 |
---|---|---|
committer | ttt | 2018-12-06 13:42:14 +0530 |
commit | d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch) | |
tree | fdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/poly2lsf.xml | |
parent | 3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2 FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip |
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/poly2lsf.xml')
-rw-r--r-- | help/en_US/poly2lsf.xml | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/help/en_US/poly2lsf.xml b/help/en_US/poly2lsf.xml index e3cc732..27ca6a2 100644 --- a/help/en_US/poly2lsf.xml +++ b/help/en_US/poly2lsf.xml @@ -17,45 +17,7 @@ <refnamediv> <refname>poly2lsf</refname> - <refpurpose>Calculates the line spectral frequencies for the given prediction polynomial</refpurpose> + <refpurpose></refpurpose> </refnamediv> - -<refsynopsisdiv> - <title>Calling Sequence</title> - <synopsis> - lsf = poly2lsf(a) -poly2lsf maps Prediction polynomial coefficients to line spectral frequencies. - - </synopsis> -</refsynopsisdiv> -<refsection> - <title>Parameters</title> - <variablelist> - <varlistentry><term>a:</term> - <listitem><para> Coefficients of prediction polynomial(the roots of the polynomial has to be inside the unity circle)</para></listitem></varlistentry> - </variablelist> -<variablelist> - <varlistentry><term>lsf:</term> - <listitem><para> Line spectral frequencies</para></listitem></varlistentry> - </variablelist> -</refsection> - -<refsection> - <title>Example</title> - <programlisting role="example"><![CDATA[ -X=[1 0.6149 0.9899 0 0.0031 -0.0082] -lsf = poly2lsf(X) -//EXPECTED OUTPUT: -//lsf =0.7841731 1.5605415 1.8776459 1.8984313 2.3592523 - ]]></programlisting> -</refsection> - -<refsection> - <title>Authors</title> - <simplelist type="vert"> - <member>Jitnder Singh</member> - </simplelist> -</refsection> - </refentry> |