summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.17
diff options
context:
space:
mode:
Diffstat (limited to '998/CH29/EX29.17')
-rwxr-xr-x998/CH29/EX29.17/Ex17.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/998/CH29/EX29.17/Ex17.sce b/998/CH29/EX29.17/Ex17.sce
new file mode 100755
index 000000000..c4497a4c0
--- /dev/null
+++ b/998/CH29/EX29.17/Ex17.sce
@@ -0,0 +1,9 @@
+//Ex:17
+clc;
+clear;
+close;
+a=0.4;// roll_off factor
+m=1;// for BPSK
+B=36*m;
+r_s=B/(1+a);// max bit rate in Mbps
+printf("The max bit rate=%f Mbit/sec",r_s); \ No newline at end of file