ModulationOokSpectralEfficiency Property |
Gets the spectral efficiency representing the number of bits that can be represented per unit bandwidth, in bps/Hz.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override double SpectralEfficiency { get; }
Public Overrides ReadOnly Property SpectralEfficiency As Double
Get
public:
virtual property double SpectralEfficiency {
double get () override;
}
abstract SpectralEfficiency : float with get
override SpectralEfficiency : float with get
Property Value
Type:
DoubleRemarks
This specifies the bandwidth needed to represent a certain
SignalDataRate successfully.
The half-bandwidth (or base-band bandwidth) of the corresponding signal is the data rate divided by the spectral efficiency.
See Also