Fft<T> Constructor

Constructs a new FFT transform implementation.

Definition

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

Parameters

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

See Also