-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
readSEGY
可在Matlab上阅读地震数据SEGY格式,并进行编辑(reading on the seismic data in Matlab SEGY format, and edit)
- 2013-10-24 11:31:56下载
- 积分:1
-
xiaobofenjiechonggou
文章涉及了小波一维小波分解和重构的MATLAB程序,程序相当有借鉴意义。(Articles related to the wavelet one-dimensional wavelet decomposition and reconstruction of MATLAB program, the program quite a reference.)
- 2010-06-13 11:02:25下载
- 积分:1
-
idma_1
IDMA matlab file algorithm
- 2010-07-14 15:43:00下载
- 积分:1
-
pq
本程序的功能是利用PQ分解法进行潮流计算,很方便的程序(failed to translate)
- 2013-05-06 05:46:26下载
- 积分:1
-
pdepe
计算圆柱内的导热问题,两圆柱面定热流密度,圆环面绝热,计算圆柱体内的温度场(Calculation of thermal problems within the cylinder, two fixed cylindrical surface heat flux, heat insulation torus calculated temperature field inside the cylinder)
- 2016-04-13 10:36:00下载
- 积分:1
-
gaosisaider
基于MATLAB的高斯赛德尔牛顿拉夫逊潮流计算(failed to translate)
- 2020-11-10 20:09:45下载
- 积分:1
-
conv
卷积编码,给定生成矩阵和输入,输出卷积编码结果(Convolutional encoding, the generator matrix and the given input and output of the convolution result of the coding)
- 2014-12-18 16:09:48下载
- 积分:1
-
BPexample
BP神经网络的设计实例,文中例子均通过测试,可直接运行(BP neural network design example, the text examples are tested, can be directly run)
- 2008-05-30 16:11:08下载
- 积分:1
-
gw2
说明: 这是黑龙江大学自控理论专业同学在最优估计课程当中用matlab编写的gw算法!(This is the theory of controlled Heilongjiang University students in professional courses optimal estimate prepared by using Matlab algorithms gw!)
- 2006-03-29 14:47:04下载
- 积分:1