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 |
---|---|
Complex |
Initializes a new instance of the Complex |
Properties
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Initialize(ISample |
Initializes the filter for processing data from the specified source. |
Read(Single[], Int32, Int32) | Reads the data to the provided buffer. |
Events
Name | Description |
---|---|
Samples |
Occurs when filtered samples are available. |