We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Experiment3-AM &DSB spectrum and
demodulation using MATLAB
During this experiment you will learn how to generate and plot the spectrum of AM and DSB signals using fft and plot functions in MATLAB. Then you will demodulate your signals using amdemod function. Moreover you will modify the message frequency and amplitude to show their effects on both AM and DSB spectra and to check if the demodulated/detected signals will follow the message. 1. First you are asked to create an mfile and write the correct code to generate and plot the signals. (watch the video) Inset your code here. 2. Then answer the following questions.
Frequency Domain Analysis:
1. Vary the message frequency and describe the effects on the spectra: try the values 2 and 30 a. The AM signal: b. The DSB signal: 2. Vary the message amplitude a as follows x=a*sin(2*pi*fm), you have to take a value equal to the carrier amplitude and another one higher and Describe the effect on on the spectra: a. The AM signal: b. The DSB signal: For each test put your figures. 3. Say if the demodulated signal varies the frequency in the same manner of the message. Justify your answers with figures.