FftDomain Enumeration

Enumerates the source domains for a Fourier transform.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum FftDomain

Members

Real0 The signal is real in the time domain.
Complex1 The signal is complex in the time domain.

See Also