summaryrefslogtreecommitdiff
path: root/3788/CH5/EX5.3.1/Ex5_3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3788/CH5/EX5.3.1/Ex5_3_1.sce')
-rw-r--r--3788/CH5/EX5.3.1/Ex5_3_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3788/CH5/EX5.3.1/Ex5_3_1.sce b/3788/CH5/EX5.3.1/Ex5_3_1.sce
new file mode 100644
index 000000000..8d24c65fc
--- /dev/null
+++ b/3788/CH5/EX5.3.1/Ex5_3_1.sce
@@ -0,0 +1,11 @@
+//Example 5.3.1
+//Calculate the pulse rate for the link
+//Variables
+clc
+clear
+Bocc = 100000.00
+alpha = 0.5
+
+//Result
+Rs = Bocc/(1 + alpha)
+printf("The correct symbol rate is %f symbols/sec",Rs)