summaryrefslogtreecommitdiff
path: root/752/CH4/EX4.13.1/4_13_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '752/CH4/EX4.13.1/4_13_1.sce')
-rwxr-xr-x752/CH4/EX4.13.1/4_13_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/752/CH4/EX4.13.1/4_13_1.sce b/752/CH4/EX4.13.1/4_13_1.sce
new file mode 100755
index 000000000..6ce520017
--- /dev/null
+++ b/752/CH4/EX4.13.1/4_13_1.sce
@@ -0,0 +1,9 @@
+clc;
+// page no 139
+// prob no 4_13_1
+//Noise fig. of an amplifier is 7 dB with input SNR=35 dB
+SNRin=35;//SNR at i/p of amplifier
+F=7;//Noise figure of an amplifier
+//Determination of output SNR
+SNRout=SNRin-F;
+disp('dB',SNRout,'The value of output signal to noise ratio is '); \ No newline at end of file