TTimeTransform Enumeration

type TTimeTransform = ( ttWindow, ttAutoCorr, ttCrossCorr, ttDct, ttInverseDct, ttRealCepstrum, ttCplxCepstrum );

Defines the transformation to be applied to the time signal.

Defines the transformation for the TSignalAnalyzer component.

Values

NameDescription
ttAutoCorrComputes autocorrelation.
ttCplxCepstrumComplex cepstrum.
ttCrossCorrComputes cross correlation.
ttDctDiscrete cosine transform.
ttInverseDctInverse discrete cosine transform.
ttRealCepstrumReal cepstrum.
ttWindowApplies a user defined time window.