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

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

c = icceps(a, b)

Description

Computes the inverse complex cepstrum of a real signal. [a, b] = cceps(c) and c = icceps(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 = cceps(X);
%X and XN are equal
XN = icceps(Y, 1)

Related Topics

cceps
fft
hilbert
rceps


Resources


 

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