Class Mixer
Mixes the input complex-valued data with a complex sinusoid.
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class Mixer : IIqProcessor, IInitSampleStream, ISampleStream
Constructors
Name | Description |
---|---|
Mixer(Int64) | Initializes a new instance of the Mixer class. |
Properties
Name | Description |
---|---|
Format | Gets the format of the output data. |
Frequency | Gets or sets the frequency of the complex sinusoid. |
Methods
Name | Description |
---|---|
Initialize(ISampleStream) | Initializes the mixer to process data from the specified source. |
Read(Single[], Int32, Int32) | Reads processed data to the specified buffer. |
Events
Name | Description |
---|---|
SamplesAvailable | Occurs when output samples are available. |