Fft Base<T>.Domain Property
Gets or sets the domain of the FFT.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An FftDomain value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public FftDomain Domain { get; }
Property Value
FftDomainAn FftDomain value.
Remarks
The domain specifies the source domain of the forward transform. It can be real or complex. The destination domain is always complex.
You can only set this value if the implementation is not committed.