summaryrefslogtreecommitdiff
path: root/macros/cceps.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/cceps.sci')
-rw-r--r--macros/cceps.sci7
1 files changed, 6 insertions, 1 deletions
diff --git a/macros/cceps.sci b/macros/cceps.sci
index 99e4a7d..8360085 100644
--- a/macros/cceps.sci
+++ b/macros/cceps.sci
@@ -1,5 +1,10 @@
function y = cceps (x,correct)
-
+//Return the complex cepstrum of the vector x
+//Calling Sequence
+//cceps (x)
+//cceps(x, correct)
+//Description
+//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.
funcprot(0);
//
rhs = argn(2)