MATLAB program for Amplitude Modulation
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhee19idH3LtndmqobAm-_itLOhjhchhYjALpGRm9hyc-TCG773gTeqSgGg_uEzofrYSG-dZsso6LCXk9s_EFfvHtgo44B3O5HaBZ3TUkDI1MYilYD5MAHljsS7touuOXVo2ZO5W_M_ee4/s1600/Untitled.png)
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