Question

64) A Sinusoidal Volage E Sin that clips the negative portion of the wave. is passed through a half-coave tech fler oldal Vol

please answer question 4 and 5

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

fto awtLO Esint out to i time period T = 2T By fowier sewes f(t); ao ta an cos new t-tbn sin neot ao = I l feat w/w0 0 T E sk

les (ntin I cos (n-1) no 7 ) - nt ut ntl nd W It los nit -l nal Cosnt ntl for an even for an even odd. an ao G+ - 2 , n even

Th be - - l E sin ut sin ut at It cos z wt at 5 (4) = sin(t) carlt) SP 2 = 1 / [esint cast)? 14 (sin att = 1/2 [ 1- cos at =

----------------

CHECK:

%MATLAB

t=0:0.01:2;
E=1;
T=1;
w=2*pi./T;
x=(1/pi).*ones(size(t));
for n=1:100
an=(-2./(pi.*((n^2)-1))).*(n~=1).*(rem(n,2)==0);
if isnan(an)==1
an=0;
end
bn=0.5.*(n==1);
x=x+an.*cos(n.*w.*t)+bn.*sin(n.*w.*t);
end
plot(t,x)

-------------------------

02- 0 02 04 06 08 1 12 14 16 18 2

---------------------

%matlab
t=0:0.01:2*pi;
x1=(sin(t).^2).*(cos(t).^2);
x2=(1/8).*(1-cos(4.*t));
plot(t,x1);
title('x(t)=sin^2(t)cos^2(t)');
figure
plot(t,x2);
title('x(t)=(1/8)(1-cos(4t)');

----------------------

x(t)=sin?(t)cos? (t) 1 2 3 4 5 6

x(t)=(1/8)(1-сos (4) 1 2 3 4 5 6

------------------------

The answers obtained by you are wrong, therefore, I included a matlab script to check the validity of the answers I got,

the first one is a fourier summation of first 100 terms which approximated to a half wave rectified signal

the second one is individual graph if sin^2(t)*cos^2(t) and (1/8)*(1-cos(4*t)) , which comes out to be same

Add a comment
Know the answer?
Add Answer to:
please answer question 4 and 5 64) A Sinusoidal Volage E Sin that clips the negative...
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