RealFftFormat 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.0.0
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