summaryrefslogtreecommitdiff
path: root/3554/CH16/EX16.1/Ex16_1.sce
blob: 7632424b40a1e33c18425c72143703b1b573fad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Exa 16.1

clc;
clear all;

// Given data

fd=75; // Frequency deviation in KHz
fm=5;// Frequency of modulating signal in kHz

// Solution

// From equation 16.5 (page no. 590) we calculate Mi as
Mi=fd/fm; // Modulation index

printf(' The modulation index =%d \n',Mi);