SignalUtils::CplxCepstrumInv Function

void CplxCepstrumInv(TVec *Src, TVec *Dst, double PhaseLag, int TargetLength);

Compute the inverse complex cepstrum.

#NameTypeDescription
1SrcTVec *
2DstTVec *
3PhaseLagdouble
4TargetLengthint
Remarks:

Compute inverse complex cepstrum of Src and place the result in Dst. Phase lag is the value returned by CplxCepstrum. TargetLength is the length of the original (not zero padded) signal passed to the CplxCepstrum routine.

See Also: SignalUtils::RealCepstrum, SignalUtils::CplxCepstrum, SignalUtils::FrequencyResponse
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler