Complex Cepstrum
Compute complex cepstrum of input
Libraries:
DSP System Toolbox /
Transforms
Description
The Complex Cepstrum block computes the complex cepstrum of the input.
Ports
Input
Input — Input
vector | matrix
Specify the input u as a vector or a matrix of size M-by-N. The block treats each column of the input as an independent channel containing M consecutive samples. The block always processes unoriented vector inputs as a single channel, and returns the result as a length-M column vector. The block does not accept complex-valued inputs.
The input is altered by the application of a linear phase term so that there is no phase discontinuity at ±π radians. That is, each input channel is independently zero padded and circularly shifted to have zero phase at π radians.
Data Types: single
| double
Output
Output — Complex cepstrum output
vector | matrix
Complex cepstrum output, returned as an Mo-by-N matrix.
When you clear the Inherit FFT length from input port dimensions parameter, Mo is the value you specify in the FFT length parameter. When you select the Inherit FFT length from input port dimensions parameter, Mo = M, where M is the frame size (number of rows) of the input signal.
Each output column contains the length-Mo complex cepstrum of the corresponding input column.
Here is the equivalent MATLAB® code for computing the complex cepstrum.
y = cceps(u,Mo)
where,
u –– Input
y –– Complex cepstrum output
Mo –– Output frame size
The output port rate is the same as the input port rate.
Data Types: single
| double
Parameters
Inherit FFT length from input port dimensions — Match the FFT length to the dimensions of the input port
on
(default) | off
When you select this check box, the output frame size Mo matches the input frame size M.
FFT length — Compute FFT length
64
(default) | positive integer
The number of frequency points at which to compute the FFT, which is also the output frame size Mo.
Dependency
To enable this parameter, clear the Inherit FFT length from input port dimensions parameter.
Block Characteristics
Data Types |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.
Generated code relies on the memcpy
or
memset
function (string.h
) under certain
conditions.
Version History
Introduced before R2006a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)