Class IppResampler
Signal resampler based on the IPP library.
Implements
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class IppResampler : IDisposable
Constructors
| Name | Description |
|---|---|
| IppResampler(Int32, Int32, Int32, Single, Single) | Initializes a new instance of the IppResampler class. |
Fields
| Name | Description |
|---|---|
| OutData | The resampled data. |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Process(Single[], Int32, Int32, Int32) | Processes the specified input data. |