summaryrefslogtreecommitdiff
path: root/165/CH16/EX16.1/ex16_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '165/CH16/EX16.1/ex16_1.sce')
-rw-r--r--165/CH16/EX16.1/ex16_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/165/CH16/EX16.1/ex16_1.sce b/165/CH16/EX16.1/ex16_1.sce
new file mode 100644
index 000000000..a47d41fd4
--- /dev/null
+++ b/165/CH16/EX16.1/ex16_1.sce
@@ -0,0 +1,9 @@
+//Example 16.1
+close;
+clc;
+//given data
+fd=75000; //Frequency in KHz
+fm=5000; //Frequency in KHz
+//Modulation Index
+Mi=fd/fm;
+disp(Mi,'Modulation Index') \ No newline at end of file