1 2 3 4 5 6 7 8 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')