You are here: Symbol Reference > SignalAnalysis Namespace > Structs, Records, Enums > SignalAnalysis.TTimeTransform Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalAnalysis.TTimeTransform Enumeration

Defines the transformation to be applied to the time signal.

Pascal
TTimeTransform = (
  ttWindow,
  ttAutoCorr,
  ttCrossCorr,
  ttDct,
  ttInverseDct,
  ttRealCepstrum,
  ttCplxCepstrum
);
Members 
Description 
ttWindow 
Applies a user defined time window. 
ttAutoCorr 
Computes autocorrelation. 
ttCrossCorr 
Computes cross correlation. 
ttDct 
Discrete cosine transform. 
ttInverseDct 
Inverse discrete cosine transform. 
ttRealCepstrum 
Real cepstrum. 
ttCplxCepstrum 
Complex cepstrum. 

Defines the transformation for the TSignalAnalyzer component.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!