Managed Fft Provider.Create 2DComplex Fft Method
Creates a Fast Fourier Transformer for two-dimensional complex data.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An Fft<T> object that can be used to compute an FFT of dimensions equal to rowCount by columnCount.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override Fft2D<double> Create2DComplexFft(
int rowCount,
int columnCount
)
Parameters
Return Value
Fft2D<Double>An Fft<T> object that can be used to compute an FFT of dimensions equal to rowCount by columnCount.
Remarks
Fft<T> objects may use unmanaged memory and other resources. You should always call the dispose method before the last reference to an Fft<T> object is released.