You are on page 1of 1

wt=0:.

02:2*pi;
pa=25000*cos(wt).*cos(wt-36.87*pi/180);
pb=25000*cos(wt-120*pi/180).*cos(wt-120*pi/180-36.87*pi/180);
pc=25000*cos(wt-240*pi/180).*cos(wt-240*pi/180-36.87*pi/180);
p = pa+pb+pc;
plot(wt, pa, wt, pb, wt, pc, wt, p), grid
xlabel('Radian')
disp('(b)')
V = 2500/sqrt(2);
gama = acos(0.8);
Z = 250*(cos(gama)+j*sin(gama));
I = V/Z;
P = 3*V*abs(I)*0.8

You might also like