Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

ccepstrum (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: spectral analysis

Requires: MathScript RT Module

Syntax

c = ccepstrum(a)

c = ccepstrum(a, b)

[c, d] = ccepstrum(a)

[c, d] = ccepstrum(a, b)

Legacy Name: cceps

Description

Computes the complex cepstrum of a real signal.

Examples

Inputs

Name Description
a Specifies a real signal.
b Controls the zero-padding of the signal specified by a. b is an integer and typically is a power of 2.

Outputs

Name Description
c Returns the cepstrum of a.
d Returns the number of padded elements (circular shifts). LabVIEW calculates d before c.

Examples

X = 0:0.01:2;
Y = cos(100*X);
Z = 0.8*Y;
Z(1:25) = 0;
W = ccepstrum(Y+Z);
plot(X, W)

Related Topics

fft
hilbert
iccepstrum
rcepstrum


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit