-
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
-
yaw
用于计算船舶动力定位艏向角调整中,在风力作用下推进器推力的大小(DP control for yaw)
- 2021-04-16 16:18:53下载
- 积分:1
-
GaodengshuxuedeMATLABshixian
高等应用数学的MATLAB实现,用实例讲解MATLAB在高等数学问题中的应用。(Advanced Applied Mathematics MATLAB implementation, MATLAB examples to explain problems in the application of higher mathematics.)
- 2009-09-07 22:11:28下载
- 积分:1
-
MATLAB_programming_of_data_fitting_tutorial
MATLAB程序设计之数据拟合教程MATLAB programming of data fitting tutorial(MATLAB programming of data fitting Tutorial MATLAB programming of data fitting tutorial)
- 2010-08-02 12:23:00下载
- 积分:1
-
bysnet
说明: 基于matlab的贝叶斯网络预测模型,能够预测事件发生的概率。(Matlab based on Bayesian network model to predict the probability of events.)
- 2011-04-17 08:47:04下载
- 积分:1
-
HarmonicStudy
THIS IS SIMULINK MODEL OF HOW HARMONIC DISTURBED SINNUSOIDAL WAVE FORM
- 2013-08-26 05:49:59下载
- 积分:1
-
MachineLearningMazePolicyEvaluation
Machine Learning Code maze policy iteration value iteration
- 2013-12-13 23:13:33下载
- 积分:1
-
chapter4matlabprogram
matlab通信仿真, 信道编码,好东西(communication matlab simulation, channel coding, good things)
- 2008-07-29 17:18:58下载
- 积分:1
-
DisDtCorrelativity
说明: 计算不同采样率的两个地震道的互相关函数,两个地震道的采样是不一样的。(Different sampling rates of the two seismic cross-correlation function)
- 2009-07-25 15:25:23下载
- 积分:1
-
Zoom-Strips-Plot
Plotting and examining speech waveforms is one of the most useful ways of understanding the properties of speech. This MATLAB exercise displays a speech waveform as both a single line waveform and as a running plot of speech samples (called a strips plot). This exercise allows the user to both plot and play user-selected regions of the waveform.
- 2014-02-14 18:32:21下载
- 积分:1