14.07.2013 Views

HARMONIC REDUCTION IN POWER SYSTEM Ankit Vashi B.E. ...

HARMONIC REDUCTION IN POWER SYSTEM Ankit Vashi B.E. ...

HARMONIC REDUCTION IN POWER SYSTEM Ankit Vashi B.E. ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

cos(7*s1)-cos(7*s2)+cos(7*s3)-cos(7*s4);<br />

cos(11*s1)-cos(11*s2)+cos(11*s3)-cos(11*s4)] % matrix<br />

dA=inv(deltaA)*(t-Anew); % error in calculation<br />

s=s+dA; % calculate teh new value<br />

end<br />

MI=MI-dMI;<br />

mm(j)=MI/V; % modulation index<br />

x1(j)=abs(cos(s1));<br />

x2(j)=abs(cos(s2));<br />

x3(j)=abs(cos(s3));<br />

x4(j)=abs(cos(s4));<br />

end<br />

% plotting<br />

p1=abs(cos(x1))<br />

p2=abs(cos(x2))<br />

p3=abs(cos(x3))<br />

p4=abs(cos(x4)) % positive angles<br />

plot(mm,p1*180/pi)<br />

plot(mm,p2*180/pi)<br />

plot(mm,p3*180/pi)<br />

plot(mm,p4*180/pi)<br />

axis([mm(MIrange) mm(1) 0 90]);<br />

39

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!