Constructor SignalFormat
View SourceSignalFormat(Int32, Boolean, Boolean, Int32, Int32, Int32, Int32, Sideband, Single)
Initializes a new instance of the SignalFormat class and sets all of its properties.
Declaration
public SignalFormat(int samplingRate, bool isComplex, bool isSync, int channels, int passbandLow, int passbandHigh, int dialOffset, Sideband sideband = Sideband.Upper, float stageGain = 0F)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | samplingRate | The sampling rate. |
| Boolean | isComplex | The IsComplex flag. |
| Boolean | isSync | The IsSync flag. |
| Int32 | channels | The number of channels. |
| Int32 | passbandLow | The lower end of the signal spectrum. |
| Int32 | passbandHigh | The upper end of the signal spectrum. |
| Int32 | dialOffset | The dial frequency offset. |
| Sideband | sideband | The sideband. |
| Single | stageGain | The stage gain. |
SignalFormat()
Initializes a new instance of the SignalFormat class that describes a single-channel audio signal stream.
Declaration
public SignalFormat()
SignalFormat(SignalFormat)
Initializes a new instance of the SignalFormat class.
Declaration
public SignalFormat(SignalFormat prototype)
Parameters
| Type | Name | Description |
|---|---|---|
| SignalFormat | prototype | The output format of the preceding signal processing stage. |