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

Online Help

All Products    Maple    MapleSim


SignalProcessing

  

ComplexCepstrum

  

compute the complex cepstrum of the signal

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ComplexCepstrum(A)

Parameters

A

-

Array of real numeric values; the signal

Description

• 

The ComplexCepstrum(A) command uses the Fourier transform to compute the complex cepstrum of a signal and the number of samples of delay.

• 

A must be an 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:

c,ndComplexCepstrumsignal

plott,c

Compatibility

• 

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

• 

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

See Also

SignalProcessing

SignalProcessing[RealCepstrum]