summaryrefslogtreecommitdiff
path: root/2606/CH8/EX8.3/ex8_3.sce
blob: 8b3e7014a3640e8f6736b992751cb4f2424c659f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Page Number: 8.8
//Example 8.3
clc;

//Given,
G=100;
G1=(10^(G/10));

T=30;
Te=270;

//We know,output noise power=GKB(T+Te)
K=1.38D-23;
B=1.5D+6;

No=G1*1.38D-23*1.5D+6*(T+Te);
disp('W',No,'Output Noise Power');