Fft<T> Constructor
Constructs a new FFT transform implementation.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected Fft(
FftDomain domain,
int length
)