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;"
"dt = \\frac{1}{fs};"
"t = (0:0.001:10)" ';
"fm = 1.2kHz" ;
"sig = sin(2*\\pi* \\frac{fm}{fs}*t)" ;
"plot(t,sig);"
title('sin wave with 1KHz sampling rate')
Comments
Leave a comment