-
GSC
gsc 广义旁瓣消除器的MATLAB源程序(gsc GSC MATLAB source device)
- 2021-03-24 21:09:14下载
- 积分: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
-
liu
状态模型的极大似然估计,使用EM算法,以及卡尔曼滤波。(This supplementary note discusses the maximum likelihood esti-mation of state space models using Expectation-Maximization (EM) algorithm and
bootstrap procedure for statistical inference. A Matlab program script implement-ing the Kalman ¯ lter, Kalman smoother and EM algorithm)
- 2021-02-19 01:39:44下载
- 积分:1
-
language-implementation-patterns
Language Implementation Patterns - Terence Parr. How to design your own programming language.
- 2015-02-21 23:48:53下载
- 积分:1
-
chap4
自适应控制使用李雅普诺夫推导自适应律的学习程序(Adaptive control uses Lyapunov to derive adaptive law)
- 2019-05-24 21:03:39下载
- 积分:1
-
chengxu
实现了几种阴影去除算法,包括相除法、HSV法等四种(Achieved several shadow removal algorithms, including the phase division, HSV law four kinds of)
- 2009-12-16 11:16:20下载
- 积分:1
-
equalizador
Equalizator Matlab Code
- 2015-02-12 04:56:43下载
- 积分:1
-
HW4
EKF+UKF滤波算法在汽车做二维运动中的应用(The EKF+ UKF filtering algorithm in two-dimensional movement in the car)
- 2012-03-20 16:35:34下载
- 积分:1
-
matl
介绍matlab中主要数学函数,非常实用,学习的好帮手(Introduction MATLAB in the main mathematical function, very practical, learning a good helper)
- 2012-04-24 21:38:47下载
- 积分:1
-
sep_dc_motor
直流电机电动机启动仿真,这个仿真是用MATLAB来实现启动与调速功能,可以有助你学习直流电机(DC Motor Starting Simulation)
- 2011-06-05 11:09:42下载
- 积分:1