summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.13/Ex13.sce
blob: 8094bc3b47ed132e3cace450c8d8d585e3452f89 (plain)
1
2
3
4
5
6
7
8
9
//Ex:13
clc;
clear;
close;
k=-228.6;//Boltzman;s const in dbW/k/Hz
t_s=18.8;//System temp noise in db
b_n=74.3;//Noise bandwidth in db
n_r=k+b_n+t_s;//Receiver noise power in db watt
printf("Receiver noise power=%f db watt",n_r);