summaryrefslogtreecommitdiff
path: root/help/en_US/cceps.xml
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-11-30 12:11:52 +0530
committerAbhinav Dronamraju2017-11-30 12:11:52 +0530
commit61f5e86e353f1332928e716cf9c730b4c5ec357d (patch)
treebfb2e64ccc143e3affaa88fea05c72fa1207ab10 /help/en_US/cceps.xml
parent78b93a6cdf04aa8c861d4580eec8e4839bb8a255 (diff)
parent8e9af4404bedd0fc7ff9c34bf8b794d6b8602b36 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-61f5e86e353f1332928e716cf9c730b4c5ec357d.tar.gz
FOSSEE-Signal-Processing-Toolbox-61f5e86e353f1332928e716cf9c730b4c5ec357d.tar.bz2
FOSSEE-Signal-Processing-Toolbox-61f5e86e353f1332928e716cf9c730b4c5ec357d.zip
Merged with master upstream
Diffstat (limited to 'help/en_US/cceps.xml')
-rw-r--r--help/en_US/cceps.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/help/en_US/cceps.xml b/help/en_US/cceps.xml
index 5c8779a..f6610c9 100644
--- a/help/en_US/cceps.xml
+++ b/help/en_US/cceps.xml
@@ -30,9 +30,30 @@
</refsynopsisdiv>
<refsection>
+ <title>Parameters</title>
+ <variablelist>
+ <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>
+ </variablelist>
+</refsection>
+
+<refsection>
<title>Description</title>
<para>
This function return the complex cepstrum of the vector x. If the optional argument correct has the value 1, a correction method is applied. The default is not to do this.
</para>
</refsection>
+
+<refsection>
+ <title>Examples</title>
+ <programlisting role="example"><![CDATA[
+cceps([1,2,3],1)
+ans =
+1.92565
+0.96346
+-1.09735
+ ]]></programlisting>
+</refsection>
</refentry>