Class SidebandFlipper
Changes the sideband of the signal.
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class SidebandFlipper : IIqProcessor, IInitSampleStream, ISampleStream
Properties
Name | Description |
---|---|
Enabled | Gets or sets a value indicating whether this SidebandFlipper is enabled. |
Format | Gets the format of the output data. |
Methods
Name | Description |
---|---|
Initialize(ISampleStream) | Initializes the sideband flipper for processing data from the specified source. |
Read(Single[], Int32, Int32) | Reads processed data to the provided buffer. |
Events
Name | Description |
---|---|
SamplesAvailable | Occurs when filtered samples are available. |