-
demo_yinyang
运用最小二乘向量机,去拟合边界。可以较好的拟合边界(The use of least squares vector machines to fit the boundary)
- 2009-06-02 21:25:51下载
- 积分:1
-
bias-corrector
this code correct bias of MR images
- 2014-09-02 03:43:43下载
- 积分:1
-
hist
图像的点运算:各种直方图的实现,直方图规定化,直方图均衡化。(Image point operation: all kinds of the realization of the histogram, histogram specification, histogram equalization.)
- 2012-11-05 22:00:45下载
- 积分:1
-
job-shop1
说明: Matlab车间动态调度PSO微粒群算法程序(优化目标为机器间隙时间)(Matlab Workshop Particle Swarm Optimization PSO dynamic scheduling procedures (optimization target machine clearance time))
- 2010-05-04 15:31:10下载
- 积分:1
-
para6
永磁无刷直流电机转矩控制系统,包含运行控制,转矩测量,PI控制。(Permanent magnet brushless DC motor torque control system, including operational control, torque measurement, PI control.)
- 2014-09-19 09:52:40下载
- 积分:1
-
address_book
matlab 软件实现了一个小型的通讯录管理系统(matlab software implements a small address book management system)
- 2014-12-12 19:07:42下载
- 积分:1
-
impeand
matlab 对线路的仿真 希望对大家有用,大家可以看看(very good)
- 2010-11-01 10:42:45下载
- 积分:1
-
compute_equalizer
program in matlab code to do a equalization of a signal DSP Applications
- 2009-05-23 05:41:27下载
- 积分:1
-
Raghuraman_22.3.13
this is the ieee 14 bus program codes in matlab
- 2013-03-24 11:05:43下载
- 积分: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