diff options
Diffstat (limited to 'help/en_US/cceps.xml')
-rw-r--r-- | help/en_US/cceps.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/help/en_US/cceps.xml b/help/en_US/cceps.xml index 8f270f6..5c8779a 100644 --- a/help/en_US/cceps.xml +++ b/help/en_US/cceps.xml @@ -17,7 +17,22 @@ <refnamediv> <refname>cceps</refname> - <refpurpose></refpurpose> + <refpurpose>Return the complex cepstrum of the vector x</refpurpose> </refnamediv> + +<refsynopsisdiv> + <title>Calling Sequence</title> + <synopsis> + cceps (x) + cceps(x, correct) + </synopsis> +</refsynopsisdiv> + +<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> </refentry> |