Chapter 16 Measurement set-up

Example 16.1 Page no 619

In [2]:
#Given
fd=75                   #KHz
fm=5.0                    #KHz

#Calculation
Mi=fd/fm

#Result
print"Modulation index is ", Mi
Modulation index is  15.0