Fft<T> Constructor
Constructs a new FFT transform implementation.
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
protected Fft(
FftDomain domain,
int length
)