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

cceps (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the spectral analysis class.

Syntax

c = cceps(a)

c = cceps(a, b)

[c, d] = cceps(a)

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

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 = cceps(Y+Z);
plot(X, W)

Related Topics

fft
hilbert
icceps
rceps


Resources


 

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