how to covert carrier to noise ratio (CNR) to Eb/No in matlab? if CNR=20db. thanks

6 vues (au cours des 30 derniers jours)
how to covert carrier to noise ratio (CNR) to Eb/No in matlab? if CNR=20db. thanks

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 11 Avr 2018
Modifié(e) : KALYAN ACHARJYA le 11 Avr 2018
%Data not sufficient in question, bitrate & Noise Bandwidth
CNR=20; %Given in question
B=input('Enter the Bitrate ');
R=input('Enter Noise Bandwidth ');
c=B/R;
Eb_No=CNR*c;
fprintf('Ratio of Energy per Bit (Eb) to the Spectral Noise Density (No) is %f',Eb_No);

Plus de réponses (0)

Catégories

En savoir plus sur Propagation and Channel Models dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by