From 1a9dc5fe1e700a123787f6183bceacaefaf954d6 Mon Sep 17 00:00:00 2001 From: bgtushar Date: Mon, 27 Nov 2017 20:45:48 +0530 Subject: Deleted bin and HTML, Added Functions --- help/en_US/cceps.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 help/en_US/cceps.xml (limited to 'help/en_US/cceps.xml') diff --git a/help/en_US/cceps.xml b/help/en_US/cceps.xml new file mode 100644 index 0000000..5c8779a --- /dev/null +++ b/help/en_US/cceps.xml @@ -0,0 +1,38 @@ + + + + + + + + cceps + 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. + + + -- cgit