summaryrefslogtreecommitdiff
path: root/761/CH12/EX12.4/12_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH12/EX12.4/12_4.sce')
-rwxr-xr-x761/CH12/EX12.4/12_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH12/EX12.4/12_4.sce b/761/CH12/EX12.4/12_4.sce
new file mode 100755
index 000000000..22ca86cb8
--- /dev/null
+++ b/761/CH12/EX12.4/12_4.sce
@@ -0,0 +1,8 @@
+clc;
+// page no 412
+// prob no 12_4
+baud_rate=24.3;// in kilobaud
+// In this problem dibit system is used.
+//Therefore symbol_rate=baud_rate=0.5*bit_rate
+bit_rate=2*baud_rate;
+disp('kb/s',bit_rate,'The channel data rate is'); \ No newline at end of file