Fft2D<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 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