MATLAB program for Amplitude Modulation
To implement Amplitude modulation using MATLAB . just follow simple step given below [1] Open MATLAB and goto FILE -> NEW -> M-FILE . [2] Write code in that M-file given below. fc=10 fm=1 t=0:0.01:5 x=sin(2*pi*fc*t) y=sin(2*pi*fm*t) g=(1+y).*x h=(1+(.8)*y).*x i=(1+(1.3)*y).*x