Assignment Practical
Assignment Practical
(a) Use the MATLAB command residuez to obtain the partial fraction expansions.
(2) Use Matlab to generate sinusoidal AM signal (i.e. with sinusoidal modulating signal) with the following parameters: Carrier amplitude= 4 V, carrier frequency=200 Hz, sampling frequency=800 Hz, modulating signal amplitude=0.5 V, modulating signal frequency=20 Hz, and total number of samples=1000 samples. - Plot the AM signal in time domain
- Use FFT command to plot the spectrum of carrier signal - Use FFT command to plot the spectrum of modulating signal - Use FFT command to plot the spectrum of AM signal Use the correct scale to express the true frequencies in the x-axis. (3) Using an analog filter with a Butterworth response of order 3, design a digital IIR low pass filter with 3-dB cutoff frequency 0.2 . Plot the magnitude and phase response. Hint: Use the commands: butter, angle, freqz --------------------
-------------------------------------------