-
picture
数字图像处理中的有关线性变换,如角度变换等(Digital image processing of the relevant linear transformation, such as the perspective of transformation)
- 2008-01-01 11:06:33下载
- 积分:1
-
ASZmaxmin1
一个蚂蚁系统,使用了maxmin改进方法(An ant system, using the maxmin Improvement)
- 2010-05-09 22:15:54下载
- 积分:1
-
matlab
MATLAB课件,该课件是中文的,较容易学习,对于不熟悉英语的人有一定的好处。(MATLAB courseware, the courseware is Chinese, and more easy to learn, for people who are not familiar with English, have a certain advantage.)
- 2009-12-14 22:01:48下载
- 积分: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
-
analog-tv-connector
can only be enabled when stop_mode_config is clear.
- 2015-03-14 10:17:54下载
- 积分:1
-
Deblurring-Images
这本书关注成像问题,是非常独特的竞争中书逆和病态问题。很好的引入MATLAB的图像和去模糊问题,适合图像处理和模糊理论的学者学习(Deblurring Images: Matrices, Spectra, and Filtering)
- 2020-12-12 10:39:18下载
- 积分:1
-
ieee34Mod2
辐射性配电网潮流计算34节点的源码,还有另外两个,请下载搜索ieee34linecode和ieee34runmode2(opendss software distribution power flow calculation radioactive source node 34, there are two other, download search ieee34linecode)
- 2020-11-09 20:29:47下载
- 积分:1
-
pso_svm
说明: 粒子群优化算法(Particle Swarm optimization,PSO)又翻译为粒子群算法、微粒群算法、或微粒群优化算法。是通过模拟鸟群觅食行为而发展起来的一种基于群体协作的随机搜索算法。通常认为它是群集智能 (Swarm intelligence, SI) 的一种。它可以被纳入多主体优化系统(Multiagent Optimization System, MAOS)。粒子群优化算法是由Eberhart博士和kennedy博士发明。(The probabilistic neural network has a simple structure and is easy to design Particle Swarm Optimization (PSO) is translated as Particle Swarm Optimization, Particle Swarm Optimization, or Particle Swarm Optimization. It is a random search algorithm based on group collaboration developed by simulating the foraging behavior of birds. It is generally considered to be a type of swarm intelligence (SI). It can be incorporated into Multiagent Optimization System (MAOS). The particle swarm optimization algorithm was invented by Dr. Eberhart and Dr. Kennedy.)
- 2020-05-28 18:02:17下载
- 积分:1
-
huffman
概率向量为p的哈夫曼码生成器,返回哈夫曼码矩阵h和一个概率向量为p的信源的码字长度(Probability vector p of the Huffman code generator, return to Huffman code matrix h and a probability vector p of the source of the code length)
- 2010-07-22 16:08:44下载
- 积分:1
-
msk
MSK Code in Matlab using four analog sine waves that are selected on the basis of the digital selection lines,there are mainly two selection lines.
- 2013-11-21 13:27:39下载
- 积分:1