| DigitalModulationSpectralEfficiency 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract double SpectralEfficiency { get; }Public MustOverride ReadOnly Property SpectralEfficiency As Double
	Get
public:
virtual property double SpectralEfficiency {
	double get () abstract;
}abstract SpectralEfficiency : float with get
Property Value
Type: 
Double Remarks
Remarks
            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
See Also