InverseComplexCepstrum - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


SignalProcessing

  

InverseComplexCepstrum

  

compute the inverse complex cepstrum of the signal

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

InverseComplexCepstrum(A, nd)

Parameters

A

-

Array of real numeric values; the signal

nd

-

integer the number of samples of delay

Description

• 

The InverseComplexCepstrum(A) command computes the inverse complex cepstrum of the real data A.

• 

nd is the number of samples of delay and the second output of ComplexCepstrum.

• 

A must be a one-dimensional Array and must contain real numbers only.

Examples

withSignalProcessing:

f112.0:

f220.0:

Fs1000:

signalVector210,isin2f1πiFs+1.5sin2f2πiFs,datatype=float8:

tVector210,i1.0iFs,datatype=float8:

plott,signal

c,ndComplexCepstrumsignal

icInverseComplexCepstrumc,nd

plott,ic

Compatibility

• 

The SignalProcessing[InverseComplexCepstrum] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

SignalProcessing

SignalProcessing[ComplexCepstrum]