-
TSP
任务均分的多旅行商问题的解决办法(很有价值)(Divided equally between the mission of the multi-traveling salesman problem solution (very valuable))
- 2007-08-14 08:55:39下载
- 积分:1
-
2408
用于存储数据,可存储1组数据.具体的大家可以侃侃2408的数据手册.(Used to store data, can store a set of data. Concrete that we can ably 2408 data sheet.)
- 2010-07-11 19:17:41下载
- 积分:1
-
matlab
《MATLAB函数速查手册》较全面地介绍了MATLAB的函数,主要包括MATLAB操作基础、矩阵及其基本运算、与数值计算相关的基本函数、符号运算的函数、概率统计函数、绘图与图形处理函数、MATLAB程序设计相关函数、Simulink仿真工具函数、图形用户界面制作函数、信号处理工具箱函数和符号数学工具箱函数等内容。(The MATLAB function Quick Reference " comprehensive MATLAB functions, including the MATLAB operation based matrix and its basic operations, and numerical calculation of the basic function, the function of symbolic computation, a function of probability and statistics, graphics and graphics processing function MATLAB programming function, function of Simulink simulation tools, graphical user interface making function, signal processing toolbox functions and symbolic math toolbox functions and other content.)
- 2012-08-21 12:26:18下载
- 积分: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
-
shujunihe
说明: 利用mean5—3平滑对曲线进行拟合,可用于摩擦系数曲线,非线性数据进行拟合(Fit the curve with mean5-3 smoothing, which can be used for friction coefficient curve and nonlinear data for fitting)
- 2020-06-25 13:00:02下载
- 积分:1
-
matlab_fuzzy
关于Matlab模糊控制工具箱比较系统的教程。适合初学者(On the Matlab Fuzzy Control System Toolbox Tutorial comparison. Suitable for beginners)
- 2007-11-25 14:09:33下载
- 积分:1
-
gmsk2
gmsk的matlab实现,可直接运行,自己编写的,请高手指点(GMSK matlab to achieve the direct running, I have written, please expert advice)
- 2009-01-02 18:39:08下载
- 积分:1
-
phasedelayestimated
本例程是针对不同通道之间采集的声音信号之间波形的相位时延差进行估计,(The routine is different between the acquisition of voice-channel signal delay between the waveform of the phase difference estimate,)
- 2009-05-08 10:02:26下载
- 积分:1
-
MUSIC_sim
本程序实现了在matlab环境下进行基于高阶累积量的MUSIC算法仿真(This procedure has in the matlab environment Cumulant Based MUSIC Algorithm Simulation)
- 2008-06-16 13:32:22下载
- 积分:1
-
LDLT-factorization
改进的Cholesky分解的过程演示,本人原创,测试无误,内含详细注释。 (Cholesky decomposition process improvement presentation, my original test and correct, containing detailed notes.)
- 2011-08-15 14:29:49下载
- 积分:1