Sie sind auf Seite 1von 3

------Exp 9----SINGLE-MACHINE INFINITE BUS SYSTEM ------HS P 477 -----Ex:11.

2----
PROGRAM:
E=1.35;
V=1.0;
H=9.94;
X=0.65;
Pm=0.6;
D=.138;
fo=60;
Pmax=E*V/X
do=asin(Pm/Pmax)
Ps=Pmax*cos(do)
wn=sqrt((pi*60)/(H*Ps))
z=D/2*sqrt((pi*60)/(H*Ps))
wd=wn*sqrt(1-z^2);
fa=wd/(2*pi)
tan=1/(z*wn)
th=acos(z)
Ddo=10*pi/180;
t=0:0.01:10;
Dd=Ddo/sqrt(1-z^2).*exp(-z*wn*t).*sin(wd*t+th);
d=(do+Dd)*180/pi;
Dw=-wn*Ddo/sqrt(1-z^2).*exp(-z*wn*t).*sin(wd*t+th);
f=fo+Dw/(2*pi);
subplot(211),plot(t,d),grid
xlabel('tsec'),ylabel('delta degree')
subplot(212),plot(t,f),grid
xlabel('tsec'),ylabel('frequency Hz')
subplot(111)

Das könnte Ihnen auch gefallen