Class RealFft
Computes forward and inverse real FFT.
Implements
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class RealFft : BaseFft, IDisposable
Remarks
This class uses the Intel Integrated Performance Primitives library to compute the fast Fourier transform.
Constructors
| Name | Description |
|---|---|
| RealFft(Int32) | Initializes a new instance of the RealFft 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. |