TTimeTransform Enumeration

Header: Dew.Signal/SignalAnalysis.h · Cross-compiler

enum class TTimeTransform : unsigned int;

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.