Owning Class: spectral analysis
Requires: MathScript RT Module
b = rcepstrum(a)
[b, c] = rcepstrum(a)
Legacy Name: rceps
Computes the real cepstrum of a real signal.
| Name | Description |
|---|---|
| a | Specifies a real signal. |
| Name | Description |
|---|---|
| b | Returns the real cepstrum of a. |
| c | Returns the real minimum phase cepstrum with the same real cepstrum as a. |
X = 1:100;
Y = rcepstrum(X)