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/cceps.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/cceps.xml')
-rw-r--r-- | help/en_US/cceps.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/help/en_US/cceps.xml b/help/en_US/cceps.xml index f6610c9..b23e426 100644 --- a/help/en_US/cceps.xml +++ b/help/en_US/cceps.xml @@ -35,7 +35,7 @@ <varlistentry><term>x:</term> <listitem><para> vector.</para></listitem></varlistentry> <varlistentry><term>correct:</term> - <listitem><para> if 1, a correction method is applied.</para></listitem></varlistentry> + <listitem><para> if 1, a correction method is applied.</para></listitem></varlistentry> </variablelist> </refsection> @@ -50,10 +50,9 @@ This function return the complex cepstrum of the vector x. If the optional argum <title>Examples</title> <programlisting role="example"><![CDATA[ cceps([1,2,3],1) -ans = -1.92565 -0.96346 --1.09735 +ans = 1.9256506 +0.9634573 +- 1.0973484 ]]></programlisting> </refsection> </refentry> |