Question

1. For the function (t) below, T 2 and Vm-100 V. vt) 3 2 012 3 (a) Sketch v(t) and derive the Fourier coefficients for (t).
0 0
Add a comment Improve this question Transcribed image text
Answer #1

VIE) 3 50 sec -loo loo looe lot e ス(e) 九 2

MATLAB CODE:

syms Ck ker t
prompt='what is the value of N?';
N=input(prompt);
for k=1:N
    w0=pi;T=2;
    ker=exp(-j*k*w0*t);
    Ck=(1/T)*(int(50*(t+1)*ker,-T/2,T/2));
    simplify(Ck)
end
M=abs(Ck);
P=angle(Ck)*180/pi;
subplot(1,2,1);stem(M);
xlabel('k');ylabel('magnitude of Ck');
subplot(1,2,2);stem(P);title('phase plot');

Result:

fouuriersx what is the value of N? 5 ans 50i/pi ans 25i/pi -50i/(3*pi) ans = 25i/(2*pi) -10i/pi

The above result is C1,C2,C3,C4 and C5 values.This verifies our answer is correct.

SC ar č 夊 in

Please solve for Q=10 and Q=100 cases,the programme given above is general ,you can verify for output fourier series coefficients just by changing integrand value.

Thank you.
   

Add a comment
Know the answer?
Add Answer to:
1. For the function (t) below, T 2 and Vm-100 V. vt) 3 2 012 3...
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