diff options
Diffstat (limited to 'help/en_US/cceps.xml')
-rw-r--r-- | help/en_US/cceps.xml | 21 |
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> |