Thursday 27 March 2014

modulation - What is the basic difference between AM and FM radio?


I want to know the basic/fundamental difference between AM and FM radio. Why nowadays FM radio has replaced AM and has become more popular?



Answer



Short answer: FM is far less susceptible to disturbance of the signal.


enter image description here


This is an AM modulated signal. The contours are the baseband signal which we recover by demodulation. Notice that there's a spike in the signal, which may be caused by a thunderstorm for instance.


enter image description here


This is the demodulated signal. The demodulator doesn't "know" that the spike isn't actual part of the signal, so it can't remove it, and the listener will hear a tick in the symphony she's listening to.


FM has a constant amplitude, and the demodulator won't be fooled by spikes in amplitude since it will detect variations in frequency.



enter image description here


This is an FM signal. The baseband signal determines the change in frequency of the carrier. Notice that the spike doesn't change the frequency, so it won't be audible after demodulation.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...