diff options
Diffstat (limited to '752/CH4/EX4.17.1/4_17_1.sce')
-rwxr-xr-x | 752/CH4/EX4.17.1/4_17_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/752/CH4/EX4.17.1/4_17_1.sce b/752/CH4/EX4.17.1/4_17_1.sce new file mode 100755 index 000000000..fe2ef8877 --- /dev/null +++ b/752/CH4/EX4.17.1/4_17_1.sce @@ -0,0 +1,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 ');
\ No newline at end of file |