summaryrefslogtreecommitdiff
path: root/2282/CH6/EX6.7/ex6_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2282/CH6/EX6.7/ex6_7.sce')
-rwxr-xr-x2282/CH6/EX6.7/ex6_7.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2282/CH6/EX6.7/ex6_7.sce b/2282/CH6/EX6.7/ex6_7.sce
new file mode 100755
index 000000000..48f3176b7
--- /dev/null
+++ b/2282/CH6/EX6.7/ex6_7.sce
@@ -0,0 +1,7 @@
+// Example 6.7, page no-238
+clear
+clc
+cr=20*10^6 //chip rate in Mbps
+ir= 20*10^3 //information bit rate
+g=10*log10((cr)/(ir))
+printf("Noise reduction achhievable = Processing gain = %.0f dB",g)