Fft2D<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 Fft2D(
	FftDomain domain,
	int rowCount,
	int columnCount
)

Parameters

domain  FftDomain
The domain of the signal.
rowCount  Int32
The number of rows.
columnCount  Int32
The number of columns.

See Also