summaryrefslogtreecommitdiff
path: root/2414/CH7/EX7.9
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH7/EX7.9')
-rwxr-xr-x2414/CH7/EX7.9/Ex7_9.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2414/CH7/EX7.9/Ex7_9.sce b/2414/CH7/EX7.9/Ex7_9.sce
new file mode 100755
index 000000000..f930b8725
--- /dev/null
+++ b/2414/CH7/EX7.9/Ex7_9.sce
@@ -0,0 +1,11 @@
+clc;
+close();
+//page no 235
+//prob no. 7.9
+delta_f=8000; //Hz
+fm=100; //Hz
+B=delta_f/fm; //
+disp(B,'The modulation index is');
+disp('(For B>=50 , the signal is VWBFM)');
+Bt=2*delta_f;
+mprintf('The transmission bandwidth Bt= %i Hz ',Bt)