summaryrefslogtreecommitdiff
path: root/881/CH8/EX8.4/exa8_4.sce
blob: 961c391b3fc604b039b65c0591a2d9b75b56b73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
clc;
//Example 8.4
//Page no 310



//solution

SN=38; //dB
In=-112; //dBm
FMi=17; //dB
NF=5; //dB

sn=SN-FMi+NF;

disp('dB',sn,"The receiver input S/N is ");

rs=In+sn;

disp('dBm',rs,"Therefore, the minimum receive signal level is ");