Fft<T> Constructor

Constructs a new FFT transform implementation.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected Fft(
	FftDomain domain,
	int length
)

Parameters

domain  FftDomain
The domain of the signal.
length  Int32
The length of the transform.

See Also