blob: fe2ef8877f85472c12f60e7c94c02bbbcbaf4011 (
plain)
1
2
3
4
5
6
7
8
9
|
clc;
// page no 143
// prob no 4_17_1
//An attenuator is given with insertion loss of 6 dB
//Noise fig is equivalent to insertion loss
F=6;//Noise fig.=6 dB
//Determination of noise factor
Fn=10^(6/10);
disp(Fn,'The value of noise factor is ');
|