summaryrefslogtreecommitdiff
path: root/2414/CH12/EX12.10/Ex12_10.sce
blob: 331007de8987ab3a6499d9a09212f3536c2d9c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
clc;
close();
clear();
//page no 412
//prob no. 12.10
Te=50;   //K
T0=290;   //K
F=1+Te/T0;
mprintf('(a) Noise figure, F=%.3f\n',F);
Fdb=10*log10(F);
mprintf(' (b) Decibel value , Fdb=%.3f dB ',Fdb);