Managed Fft Provider Of Single.Create 1DComplex Fft Method
Creates a Fast Fourier Transformer for one-dimensional complex data.
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
An Fft<T> object that can be used to compute an FFT of length equal to length.
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
public override Fft<float> Create1DComplexFft(
int length
)
Parameters
- length Int32
- The length of the data vectors.
Return Value
Fft<Single>An Fft<T> object that can be used to compute an FFT of length equal to length.
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.