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

조회 수: 7 (최근 30일)
how to covert carrier to noise ratio (CNR) to Eb/No in matlab? if CNR=20db. thanks

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 4월 11일
편집: KALYAN ACHARJYA 2018년 4월 11일
%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);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by