summaryrefslogtreecommitdiff
path: root/help/en_US/cceps.xml
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-11-27 15:25:37 +0530
committerAbhinav Dronamraju2017-11-27 15:25:37 +0530
commitb7969c62478edc84055e71df9fed140402406396 (patch)
tree048b7c76423fe27dee2e31a52bae93c95883614e /help/en_US/cceps.xml
parent2bb28947f9736c1c65dd338bf1bc8fcc2570b22d (diff)
parentd972a68bc5b3c4c059b70e4f8cd64a64538c2be8 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-b7969c62478edc84055e71df9fed140402406396.tar.gz
FOSSEE-Signal-Processing-Toolbox-b7969c62478edc84055e71df9fed140402406396.tar.bz2
FOSSEE-Signal-Processing-Toolbox-b7969c62478edc84055e71df9fed140402406396.zip
Merge with upstream
Diffstat (limited to 'help/en_US/cceps.xml')
-rw-r--r--help/en_US/cceps.xml17
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>