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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum FftDomainMembers
| Real | 0 | The signal is real in the time domain. |
| Complex | 1 | The signal is complex in the time domain. |