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

iccepstrum (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 = iccepstrum(a)

c = iccepstrum(a, b)

Legacy Name: icceps

Description

Computes the inverse complex cepstrum of a real signal. [a, b] = ccepstrum(c) and c = iccepstrum(a, b) are inverse operations.

Examples

Inputs

Name Description
a Specifies a real signal.
b Controls the delay in samples. b is an integer.

Outputs

Name Description
c Returns the inverse complex cepstrum of a.

Examples

X = [2, 3, 5, 7, 11, 13];
Y = ccepstrum(X);
%X and XN are equal
XN = iccepstrum(Y, 1)

Related Topics

ccepstrum
fft
hilbert
rcepstrum


 

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