-
matlab_goodBook
matlab入门学习的好书,很经典的,相信肯定可以对广大学习爱好者有帮助(a good book for matlab learning,i think it will useful for every downloader)
- 2009-03-04 15:23:14下载
- 积分:1
-
matlab
适合初学者学习的教程,还有例子.适合电子与通信专业,以及信息工程专业学习熟悉Matlab的教程(Course suitable for beginners to learn, there are examples. Suitable for electronic and communications professionals, and information engineering study are familiar with Matlab tutorial)
- 2008-03-24 20:07:43下载
- 积分:1
-
rake(m)
Rake receiver of CDMA
- 2021-04-19 13:58:51下载
- 积分:1
-
1d-band-gap
用于一维周期性层状声子晶体带隙的程序,由两种材料构成(For one-dimensional periodic layered phononic crystal band gap of the program consists of two materials)
- 2012-05-23 16:24:18下载
- 积分:1
-
JILSA20110100001_86895415
this is file for optimization and searching.
- 2013-04-29 14:07:05下载
- 积分:1
-
TSP_program
用matlab开发语言实现的遗传算法例程,实现tsp问题的解答(Using matlab programming language implementation of genetic algorithm routines, implementation tsp questions)
- 2009-03-10 12:41:46下载
- 积分:1
-
yichuansuanfa
基于遗传算法的图像分割MATLAB全部程序(Digital Image Segmentation Based on Genetic Algorithms)
- 2014-09-19 12:33:07下载
- 积分: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
-
juanji
实现循环卷积,个人觉得不错,传来大家一起分享!(convolution)
- 2010-05-20 16:01:56下载
- 积分:1
-
Two-dimensional-finite
二 维 时 域 有 限 差 分 法MATLAB 代 码(Two-dimensional finite difference time domain method MATLAB cod)
- 2013-08-06 11:18:29下载
- 积分:1