summaryrefslogtreecommitdiff
path: root/2414/CH9/EX9.8
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH9/EX9.8')
-rwxr-xr-x2414/CH9/EX9.8/Ex9_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2414/CH9/EX9.8/Ex9_8.sce b/2414/CH9/EX9.8/Ex9_8.sce
new file mode 100755
index 000000000..c020fca1f
--- /dev/null
+++ b/2414/CH9/EX9.8/Ex9_8.sce
@@ -0,0 +1,9 @@
+clc;
+close();
+clear();
+//page no 323
+//prob no. 9.8
+//all frequencies in kHz
+R=200; //kbits/s
+Bt=R; //kHz
+mprintf(' Bt=%ikHz',Bt);