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
| Name | Description |
|---|---|
| ttAutoCorr | Computes autocorrelation. |
| ttCplxCepstrum | Complex cepstrum. |
| ttCrossCorr | Computes cross correlation. |
| ttDct | Discrete cosine transform. |
| ttInverseDct | Inverse discrete cosine transform. |
| ttRealCepstrum | Real cepstrum. |
| ttWindow | Applies a user defined time window. |