-
reversesaturation
matlab simulation using simulink to calculated the reverse saturation current
- 2012-08-03 17:59:46下载
- 积分:1
-
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
-
matlab
Matlab Training Book
- 2013-11-21 14:07:30下载
- 积分:1
-
jichu
基于matlab,实时视频处理平台的开发和应用。。。调用摄像头(Based on MATLAB, real-time video processing platform development and application... Call the camera)
- 2013-12-03 19:38:22下载
- 积分:1
-
PSOforPIDAdjust
PSO算法对PID控制器参数进行设置使得系统的ITAE性能指标最小(PSO algorithm PID controller parameters set so that the minimum system performance index ITAE)
- 2014-01-16 23:01:05下载
- 积分:1
-
相位编码信号的波形的生成 barker ambig
相位编码信号的波形的生成,并且其模糊函数的计算,和模糊函数的图形。(Phase coded waveform generation, and its ambiguity function calculation, and the ambiguity function of the graphics.)
- 2010-09-04 20:49:35下载
- 积分:1
-
Speech_Coding_Using_Sub-Bands
Subband based Speech Coding written in MATLAB
- 2009-06-08 20:39:00下载
- 积分:1
-
FIR_CS
滤波器的程序,是属于数字滤波器的,非常好好(Filter procedure, belongs to the digital filter, very good)
- 2014-09-16 15:13:53下载
- 积分:1
-
truncation_filtering
基于全相位傅立叶变换apFFT的滤波程序(Based on all phase Fourier transform apFFT filtering program)
- 2013-12-04 13:04:32下载
- 积分:1
-
Calculator
Calculator is used to verify the arithmetic results using matlab
- 2015-03-02 16:57:51下载
- 积分:1