Path: Link/LinkUtilities
% Spectral efficiency of different modulation schemes BPS = bandwidth* spectral efficiency There is a built-in demo that cycles through all the types. -------------------------------------------------------------------------- Form: eff = ModulationSpectralEfficiency( modulation ) -------------------------------------------------------------------------- ------ Inputs ------ modulation (1,:) 'BPSK' 'QPSK' 'DE-BPSK' 'DE-QPSK' 'D-BPSK' ------- Outputs ------- eff (1,1) bps/Hz -------------------------------------------------------------------------- Reference: Bousquet, M. and Maral, G. "Satellite Communications Systems, 3rd Edition," Wiley p 121. --------------------------------------------------------------------------
Back to the Link Module page