Write a MATLAB code to generate Double Side Band Full
Carrier and Single Side Band Suppressed Carrier signals if
Fc=500KHz and Fm = 1.2KHz and submit the simulated
results.
fc=500kHz;fc = 500kHz;fc=500kHz;
dt=1fs;dt = \frac{1}{fs};dt=fs1;
t=(0:0.001:10)t = (0:0.001:10)t=(0:0.001:10) ';
fm=1.2kHzfm = 1.2kHzfm=1.2kHz ;
sig=sin(2∗π∗fmfs∗t)sig = sin(2*\pi* \frac{fm}{fs}*t)sig=sin(2∗π∗fsfm∗t) ;
plot(t,sig);plot(t,sig);plot(t,sig);
title('sin wave with 1KHz sampling rate')
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments