-
gaosi
多变量高斯过程样本的产生,用matlab编写的(Multivariate Gaussian process for selecting the samples, prepared using matlab)
- 2008-05-08 13:18:06下载
- 积分:1
-
stlread
reads stl files in matlab
- 2009-05-27 18:18:21下载
- 积分:1
-
PMSM1
基于MATLAB/simulink的永磁同步电机仿真模型.空间失量磁场定向算法(Based on MATLAB/simulink simulation model of permanent magnet synchronous motor. Spatial loss field oriented method)
- 2011-01-26 00:13:50下载
- 积分: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
-
example762
benders分解算法,求优化问题min cx+dy
s.t.Ax+By>b(benders decomposition algorithm for the optimization problem min cx+dy stAx+By> b)
- 2014-04-29 19:46:20下载
- 积分:1
-
基于粒子群优化的无线MESH网信道分配算法
基于粒子群优化的无线MESH网信道分配算法通用MATLAB函数(General MATLAB function of wireless MESH network channel allocation algorithm based on particle swarm optimization)
- 2017-07-02 10:01:50下载
- 积分:1
-
ilim1
this code uses inverse linear interpolation method to solve non linear system to equations.
- 2011-11-21 18:55:35下载
- 积分:1
-
Mmmaatlab18a
matlab 模糊工具箱函数,包含含了大部分的模糊工具箱函数,非常实用
(matlab fuzzy toolbox functions, including containing most of the fuzzy toolbox function, very useful)
- 2012-08-14 09:21:23下载
- 积分:1
-
Evaluating-Transfer-Capability-with-Optimal-Power
Evaluating Transfer Capability with Optimal Power Flow
- 2014-02-03 15:38:17下载
- 积分:1
-
stft
本例介绍了一个利用MATLAB仿真短时傅里叶变换的实例,初学者可以根据此例子来了解短时傅里叶变化的过程,通过仿真图形分析也可理解短时傅里叶变换的含义。(This example describes a short time Fourier transform using MATLAB simulation examples, beginners can understand this example of short-time Fourier transform of the process, through simulation analysis is also understandable graphic short time Fourier transform meaning.)
- 2021-01-14 16:48:47下载
- 积分:1