Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected ModulationPsk(
	int bitsPerSymbol,
	double spectralEfficiency
)

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