TTimeTransform Enumeration

Source: SignalAnalysis.cs · Assembly: Dew.Signal

public enum TTimeTransform

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.