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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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 -> ModulationPskParameters
- 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