Fft Domain Enumeration
Enumerates the source domains for a Fourier transform.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum FftDomain
Members
Real | 0 | The signal is real in the time domain. |
Complex | 1 | The signal is complex in the time domain. |