Enumerates the possible values for the format of a real Fourier transform.
Namespace: Extreme.Mathematics.SignalProcessingAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public enum RealFftFormat
Public Enumeration RealFftFormat
public enum class RealFftFormat
| Member name | Value | Description |
---|
| 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.
|
| TwoSided | 0 |
The transform contains all values.
|
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference