summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.34/Ex34.sce
blob: 7a4a4b8de2a9fbf8e508708ef0e05f6b63caca7d (plain)
1
2
3
4
5
6
7
8
9
10
11
//Ex:34
clc;
clear;
close;
t_a=40;// noise temp in K
t_r=100;//receiver noise temp in K
t_n=t_a+t_r;//total noise temp in K
B_n=36*10^6;//BW in Hz
k=1.38*10^(-23);// Boltzmann's const in J/K
p_n=k*t_n*B_n;//noise power in W
printf("noise power=%f pW",p_n/(10^(-12)));