필터 지우기
필터 지우기

How to Include an EPA Channel in Shannon Capacity Simulation

조회 수: 1 (최근 30일)
Tercio Rodovalho
Tercio Rodovalho 2017년 7월 17일
Masters!
Please, how could I include an EPA channel in the simulation of the Shannon boundary. The simple code below was simulated for AWGN channel.
BW = 20e6;
snr_dB = -10:0.01:20;
snr = 10.^(snr_dB/10);
Rb = BW*log2(1+snr);
plot(snr_dB,Rb);
For Rayleigh fading channel:
BW = 20e6;
snr_dB = -10:0.01:20;
snr = 10.^(snr_dB/10);
Rb = BW*(exp(1./snr).*expint(1./snr)/log(2));
plot(snr_dB,Rb);
Thanks in advanced. My sincere regards.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by