-
source
这是一个关于MATLAB的源代码,包括ekf,ekf。(This is a study on the source code of MATLAB, including ekf, ekf.)
- 2009-05-17 20:10:26下载
- 积分:1
-
rpeakdetect
R peak detect in ECG signal
- 2009-12-15 16:42:02下载
- 积分:1
-
cross_sections
使用matlab计算多种气体的碰撞截面。(Calculate cross-section )
- 2009-06-25 21:53:39下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
Video-Extraction
Fish Population Counting using canny edge detection and blob analysis
- 2015-01-17 23:25:26下载
- 积分:1
-
bbomarkov
BBO算法的markov分析程序,是利用理论分析算法收敛性的不错代码(The BBO algorithm markov analysis program, theoretical analysis of the convergence of the algorithm good code)
- 2021-03-16 14:29:21下载
- 积分:1
-
watertankFC
matlab实现水箱液位一维模糊控制器的设计仿真(matlab tank level to achieve one-dimensional simulation of fuzzy controller design)
- 2010-06-19 09:12:26下载
- 积分:1
-
checkCorrelation
Jacks 频谱的相关性测试,可以验证得到的jaks频谱是否正确
(Jacks test the relevance of the spectrum can be obtained to verify the correctness of the spectrum jaks)
- 2008-01-24 23:30:21下载
- 积分:1
-
jpeg-matlab
基于MATLAB实现的JPEG具体实现。(MATLAB based on the achievement of concrete realization of the JPEG.)
- 2009-04-20 19:42:29下载
- 积分:1
-
timeanalysis
说明: 用于结构在动力荷载作用下的时程分析,地震荷载,随即荷载均可,采用newmark方法。(time-domain analysis of a linear strucutre under dynamnic loads。 Newmark method is used.)
- 2020-10-21 20:37:23下载
- 积分:1