-
rk_4
四阶龙格-库塔算法的matlab程序实现(Fourth-order Runge-Kutta algorithm matlab program)
- 2012-12-28 21:24:55下载
- 积分:1
-
transfer
基于matlab的坐标变换程序,通过坐标的平移和旋转,实现坐标系中不同位置处物体三维坐标匹配。(Matlab-based coordinate transformation program, through coordinate translation and rotation, to achieve three-dimensional coordinates of the object at different positions to match the coordinate system.)
- 2015-11-02 20:46:49下载
- 积分:1
-
MultithreadedClientandServer
programa que demonstra como usar multi threads
- 2014-11-18 22:00:03下载
- 积分:1
-
low-noise-CCD-
低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
- 2013-12-13 13:06:36下载
- 积分:1
-
利用matlab语言和软件采用粒子群优化算法解决电力系统无功优化问题
说明: 利用matlab语言和软件采用粒子群优化算法解决电力系统无功优化问题(Using MATLAB language and software to solve reactive power optimization problem in power system by particle swarm optimization)
- 2019-05-04 21:06:44下载
- 积分:1
-
LBGK_D2Q9_poiseuille_channel2D
实现格子boltzmann方法中D2Q9模型的简单算法(lattice boltzmann D2Q9 model)
- 2012-04-13 12:58:49下载
- 积分:1
-
LSZ422
认知无线电 硬判决 EGC 不同虚警概率(Cognitive radio hard decision EGC different probability of false alarm)
- 2012-07-22 13:20:04下载
- 积分: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
-
mimotest2
这是我自己编的一个MIMO 的仿真代码,很简单,仿真信道响应,可以参考一下。(This is my own compilation of a MIMO simulation code is very simple simulation of the channel response for reference.)
- 2010-07-30 16:31:55下载
- 积分:1
-
chap5
It is Radar System design and signal prcessing code based on standard algorithm .this is vey important for biggener those who are working on Radar signal processing area.This code contain various chapter. this is basically chapter No5
- 2009-11-02 14:26:53下载
- 积分:1