RealFftFormat 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#
public enum RealFftFormat

Members

TwoSided0 The transform contains all values.
OneSided1 The transform contains only the first N/2+1 values, and scales the non-DC components by a factor of 2.
OneSidedRaw2 The transform contains only the first N/2+1 values.

See Also