Class ComplexFirFilter
Applies a FIR filter to complex-valued data.
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class ComplexFirFilter : IIqProcessor, IInitSampleStream, ISampleStream, IDisposable
Constructors
| Name | Description |
|---|---|
| ComplexFirFilter(Complex32[], IppAlgType) | Initializes a new instance of the ComplexFirFilter class. |
Properties
| Name | Description |
|---|---|
| Format | Gets the format of the output data. |
| Taps | Gets or sets the filter taps. |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Initialize(ISampleStream) | Initializes the filter for processing data from the specified source. |
| Read(Single[], Int32, Int32) | Reads the data to the provided buffer. |
Events
| Name | Description |
|---|---|
| SamplesAvailable | Occurs when filtered samples are available. |