From 11f08cc395ea1b0de77af3dbb87a985418fc3800 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 24 Nov 2017 19:19:30 +0530 Subject: Created xml help files --- help/en_US/rceps.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 help/en_US/rceps.xml (limited to 'help/en_US/rceps.xml') diff --git a/help/en_US/rceps.xml b/help/en_US/rceps.xml new file mode 100644 index 0000000..fbf1ce8 --- /dev/null +++ b/help/en_US/rceps.xml @@ -0,0 +1,50 @@ + + + + + + + + rceps + Produce the cepstrum of the signal x, and if desired, the minimum phase reconstruction of the signal x. + + + + + Calling Sequence + + [y, xm] = rceps(x) + + + + + Parameters + + x: + real or complex vector input + + + + + Examples + + + -- cgit