-
imm_smooth
交互多模平滑滤波器,广泛应用于实时性不强的跟踪系统。(IMM_smoothFilter)
- 2009-09-23 12:11:04下载
- 积分:1
-
vcc_mex
一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方:
a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦
b. 不能利用VC特有的ClassWizard自动创建和维护类
c. 不能用MFC类库编写应用程序
d. 不能方便地进行类似VC的项目管理
本文详细解说如何在IDE中编译MEX程序(Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures)
- 2007-09-27 15:44:55下载
- 积分:1
-
KNNclassifier
KNN分类方法的MATLAB代码,可以用于数据挖掘中的K最邻近值聚类方法的实现(KNN classification of MATLAB code )
- 2020-10-23 14:37:22下载
- 积分:1
-
sim
用于多波束回波模拟器的模拟海底回波仿真以便于测试(Multibeam echo simulator for simulation of underwater echo simulation in order to test)
- 2013-08-22 18:55:47下载
- 积分:1
-
MATLAB
various numerical method for approximation
- 2014-10-10 23:21:40下载
- 积分:1
-
dgbook
<dynamic game book -h-infinity optimal control book minmax> 博弈论经典书籍(<dynamic game book -h-infinity optimal control book minmax> Game theory classic books)
- 2014-11-12 16:37: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
-
Luo_Rudy_1991
A model expliciting the ventricular cardiac action potential. Depolarization,reporalization and their interaction
- 2014-12-19 19:07:21下载
- 积分:1
-
1
说明: EM算法MATLAB实现,有中文注释,详细描述了具体开发的案例。(EM algorithm in MATLAB, Chinese notes, detailed description of the specific case of the development.)
- 2012-10-20 13:43:16下载
- 积分:1
-
RegularImmutableSortedSet
An immutable sorted set with one or more elements.
- 2014-01-17 14:16:17下载
- 积分:1