Real Fft Format Enumeration
Enumerates the possible values for the format of a real Fourier transform.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum RealFftFormatMembers
| 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. |