You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TTimeTransform Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TTimeTransform Enumeration

Defines the transformation to be applied to the time signal.

Syntax
C#
Visual Basic
public enum TTimeTransform : uint { ttWindow, ttAutoCorr, ttCrossCorr, ttDct, ttInverseDct, ttRealCepstrum, ttCplxCepstrum }

SignalAnalysis.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!