-
TSP_program
用matlab开发语言实现的遗传算法例程,实现tsp问题的解答(Using matlab programming language implementation of genetic algorithm routines, implementation tsp questions)
- 2009-03-10 12:41:46下载
- 积分:1
-
power_wind_dfig
说明: 风力发电系统matlab仿真模型 风力发电系统matlab仿真模型 风力发电系统matlab仿真模型(Matlab simulation model of wind power generation system)
- 2021-04-09 20:08:59下载
- 积分:1
-
matlab2
此文件为matlab实例源文件,可以直接用在实例中,可加以修改,应用广泛。(matlab)
- 2010-05-24 13:28:45下载
- 积分: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
-
qtfm
MATLAB工具箱,可以让你方便调用运算,节省必要的时间(MATLAB toolbox, allows you to call operator convenience, the necessary savings time)
- 2012-10-17 20:28:45下载
- 积分:1
-
delta_transformer_24pulse
Multi-phase rectifier based harmonic suppression(The usage of power electronic devices in ship pow er g rids w ill produce a large number of harmonics in the input circuit of converters )
- 2016-08-09 18:42:47下载
- 积分:1
-
SVD降噪
说明: 基于奇异值分解的信号降噪算法,自己编写的程序,程序的理论见压缩文件中的参考文档。(The signal denoising algorithm based on singular value decomposition(SVD), the program written by itself, the theory of the program can be found in the reference document in the compressed file.)
- 2021-03-20 21:19:18下载
- 积分:1
-
ga
说明: 使用遗传算法实现交换机的分组调度,从而可以提高交换效率,减小时延抖动以及时延(The use of genetic algorithm for packet scheduling switch, which can improve the exchange efficiency, reducing the delay jitter and delay)
- 2007-08-20 16:01:08下载
- 积分:1
-
E-mail高级编程
有关EMAIL的一些简单编程,大家可以参考下(about some simple email programming which can be refered.)
- 2005-06-03 13:41:53下载
- 积分:1
-
mapleht
maple 它的图形功能非常强大, 足以提供更多的关于函数的信息. 当然, 如果需要, 它的图形作适当改进即可满足出版要求. (maple graphics functions are very strong, and to provide more information about the function, of course. If necessary, it can improve the graphics for proper publication meet)
- 2010-07-02 22:20:07下载
- 积分:1