Combined Code
Combined Code
2. //22B-ET-055
5.
8.
11.
13.
14. figure(1)
16. subplot(3,1,1)
18. xgrid(4,1,7)
22.
30.
32. subplot(3,1,2)
34. xgrid(4,1,7)
38.
40. subplot(3,1,3)
42. xgrid(4,1,7)
47.
49.
51. figure(2)
52. subplot(3,1,1)
54. xgrid(4,1,7)
58.
61.
64.
65. c=(ifft(b)) //compute iFFT to get time domain representation of demodulated signal
66.
67. subplot(3,1,2)
68. plot(t,c)
69. xlabel('t')
70. ylabel('vm-demod')