Real Fft Format Enumeration
Enumerates the possible values for the format of a real Fourier transform.
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum RealFftFormat
Members
TwoSided | 0 | The transform contains all values. |
OneSided | 1 | The transform contains only the first N/2+1 values, and scales the non-DC components by a factor of 2. |
OneSidedRaw | 2 | The transform contains only the first N/2+1 values. |