public enum TSignalWindowType
Window function definition. Specifies window function type to be applied to the signal prior to be passed to the FFT algorithm.
Values
| Name | Description |
|---|---|
| wtBartlett | Bartlet window. |
| wtBlackman | Blackman window. |
| wtBlackmanExact | exact Blackman window. |
| wtBlackmanHarris | blackman-harris window. |
| wtChebyshev | Chebyshev window. |
| wtCosineTappered | cosine tappered window. |
| wtExponent | Exponent-down window. |
| wtFlatTop | flat-top window. |
| wtHamming | hamming window. |
| wtHanning | hanning window. |
| wtKaiser | Kaiser window. |
| wtRectangular | apply no windowing. |