summaryrefslogtreecommitdiff
path: root/752/CH4/EX4.12.1/4_12_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '752/CH4/EX4.12.1/4_12_1.sce')
-rwxr-xr-x752/CH4/EX4.12.1/4_12_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/752/CH4/EX4.12.1/4_12_1.sce b/752/CH4/EX4.12.1/4_12_1.sce
new file mode 100755
index 000000000..b7275d84c
--- /dev/null
+++ b/752/CH4/EX4.12.1/4_12_1.sce
@@ -0,0 +1,10 @@
+clc;
+// page no 136
+// prob no 4_12_1
+//As shown in fig 4.12.1
+//Three identical links are given with for 1 link is SNR=60 dB
+SNR1=60;
+l=3;
+//Determination of output signal to noise ratio
+SNR=(SNR1)-10*log10(l);
+disp('dB',SNR,'The value of output signal to noise ratio is '); \ No newline at end of file