ModulationPsk Constructor |
Create a new instance based on the given data rate and chips per bit
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ModulationPsk(
int bitsPerSymbol,
double spectralEfficiency
)
Protected Sub New (
bitsPerSymbol As Integer,
spectralEfficiency As Double
)
protected:
ModulationPsk(
int bitsPerSymbol,
double spectralEfficiency
)
new :
bitsPerSymbol : int *
spectralEfficiency : float -> ModulationPsk
Parameters
- bitsPerSymbol
- Type: SystemInt32
The number of bits used to designate each 'symbol'.
A 'symbol' represents the behavior of the waveform over a given interval and
is used to encode information onto the signal.
- spectralEfficiency
- Type: SystemDouble
The number of bits per unit bandwidth, in bps/Hz.
See Also