summaryrefslogtreecommitdiff
path: root/1574/CH7/EX7.5
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH7/EX7.5')
-rwxr-xr-x1574/CH7/EX7.5/N_Ex_7_5.sce12
-rwxr-xr-x1574/CH7/EX7.5/Result_of_Chapter_7_Ex7_5.JPGbin0 -> 133366 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/1574/CH7/EX7.5/N_Ex_7_5.sce b/1574/CH7/EX7.5/N_Ex_7_5.sce
new file mode 100755
index 000000000..0d574df21
--- /dev/null
+++ b/1574/CH7/EX7.5/N_Ex_7_5.sce
@@ -0,0 +1,12 @@
+clc
+//Chapter7
+//Example7.5, page no 283
+//Given
+Fif=15// Noise figure of IF amplifier
+Ap1=10// Gain of Preamplifier
+Fpa=6//Noise figure of preamplifier
+F2=10^(Fif/10)
+F1=10^(Fpa/10)
+
+F=F1+((F2-1)/Ap1)//overall noise figure
+mprintf('The overall noise figure is: %f',F)
diff --git a/1574/CH7/EX7.5/Result_of_Chapter_7_Ex7_5.JPG b/1574/CH7/EX7.5/Result_of_Chapter_7_Ex7_5.JPG
new file mode 100755
index 000000000..77f212095
--- /dev/null
+++ b/1574/CH7/EX7.5/Result_of_Chapter_7_Ex7_5.JPG
Binary files differ