Class SignalFormat
Describes the format and characteristics of the signal samples in the data stream
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public class SignalFormat
Constructors
Name | Description |
---|---|
SignalFormat() | Initializes a new instance of the SignalFormat class that describes a single-channel audio signal stream. |
SignalFormat(Int32, Boolean, Boolean, Int32, Int32, Int32, Int32, Sideband, Single) | Initializes a new instance of the SignalFormat class and sets all of its properties. |
SignalFormat(SignalFormat) | Initializes a new instance of the SignalFormat class. |
Fields
Name | Description |
---|---|
AUDIO_SAMPLING_RATE | The sampling rate of audio signals. |
Properties
Name | Description |
---|---|
Channels | Gets or sets the number of channels. |
DialOffset | Gets or sets the dial frequency offset. |
IsComplex | Gets or sets a value indicating whether the samples are complex or real. |
IsSync | Gets or sets a value indicating whether the channels of the multi-channel data stream are phase-synchronized or independent. |
PassbandHigh | Gets or sets the upper end of the signal spectrum. |
PassbandLow | Gets or sets the lower end of the signal spectrum. |
SamplingRate | Gets or sets the sampling rate of the signal. |
Sideband | Gets or sets the sideband of the signal. |
StageGain | Gets or sets the stage gain. |
TotalGain | Gets the total gain. |