Class ComplexFft
Computes forward and inverse complex FFT.
Implements
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class ComplexFft : BaseFft, IDisposable
Remarks
This class uses the Intel Integrated Performance Primitives library to compute the fast Fourier transform.
Constructors
Name | Description |
---|---|
ComplexFft(Int32) | Initializes a new instance of the ComplexFft class. |
Fields
Name | Description |
---|---|
TimeData | The buffer for the time domain data. |
Methods
Name | Description |
---|---|
ComputeForward() | Computes the forward FFT transform. |
ComputeInverse() | Computes the inverse FFT transform. |