summaryrefslogtreecommitdiff
path: root/761/CH23/EX23.2/23_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH23/EX23.2/23_2.sce')
-rwxr-xr-x761/CH23/EX23.2/23_2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH23/EX23.2/23_2.sce b/761/CH23/EX23.2/23_2.sce
new file mode 100755
index 000000000..2ab74a8e5
--- /dev/null
+++ b/761/CH23/EX23.2/23_2.sce
@@ -0,0 +1,8 @@
+clc;
+// page no 864
+// prob no 23.2
+// For the given FLEX system
+Wc=25*10^3;
+bit_rate = 6400;//in bps
+efficiency = bit_rate/Wc;
+disp('b/s/Hz',efficiency,'The efficiency is'); \ No newline at end of file