Question

Hi can you help me solve the following Signals and System (Continuous Time Fourier Series) question using MATLAB and show me the code for the MATLAB. 1. Using MATLAB graph each sum of complex sinusoids over the time period indicated. 9 r k-2 に-9L

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)matlab code and result

clear;clc;
%%
T=200e-3;%200msec for time vector
t=-T:(2*T/1000):T;%time index vector from -200msec to 200msec
K=-9:9;%vector for harmonics
CK=(j/4)*(sinc((K+2)/2)-sinc((K-2)/2));%fourier series cofficient vector
Xt=CK*exp(j*10*pi*K'*t);%time signal
plot(t,Xt);
title('Plot of X(t) over -200ms to 200msec');
xlabel('time(second)');ylabel('X(t)');grid on;

Plot of X(t) over-200ms to 200msec 0.8 0.6 0.4 0.2 -0.2 -0.4 -0.6 -0.8 0.1 0.05 0.15 -0.2 -0.15 0.1 0.2 -0.05 time(second)

Add a comment
Know the answer?
Add Answer to:
Hi can you help me solve the following Signals and System (Continuous Time Fourier Series) question using MATLAB and show me the code for the MATLAB. 1. Using MATLAB graph each sum of complex sinusoi...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT