-
chap9
《智能控制》第一版(刘金琨著)第九章程序源码(" Intelligent control" the first edition (Liu Jinkun a) Chapter IX program source code)
- 2011-04-26 09:38:41下载
- 积分: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
-
mfcc
MFCC filter to mack featuer extraction
- 2014-10-23 01:34:00下载
- 积分:1
-
KAuten_SS10
matlab/stk联合开发,国外论文,有实例(matlab/stk joint development, International Paper, there are examples)
- 2011-11-17 18:46:22下载
- 积分:1
-
particlefilter
%
% set some variables in the workspace to control behaviour:
%
% graphicsMode 0 no graphics,
% 1 graphics, particles, beacons, ground truth
% 2 graphics, as above + range circles
%
% perfect 0 use beacon range data
% 1 use ground truth range data
% clear a( Set some variables in the workspace to control behaviour: graphicsMode 0 no graphics, 1 graphics, particles, beacons, ground truth 2 graphics, as above+ Range circles perfect 0 use beacon range data 1 use ground truth range data clear a)
- 2007-09-30 10:38:28下载
- 积分:1
-
image-renoise
各种实现图像去噪的matlab程序,包括贝叶斯估计去噪,DJ阈值去噪等(A variety of image denoising matlab program, including Bayesian estimation denoising DJ threshold denoising)
- 2013-01-03 20:50:48下载
- 积分:1
-
QPSK_m
QFSK加高斯噪声后,在0-10dB信噪比下,误码率曲线绘制(After QFSK plus Gaussian noise at 0-10dB SNR, BER curves plotted)
- 2014-12-31 15:27:02下载
- 积分:1
-
Bondad
Program to calcule the Bondad
- 2012-05-24 19:58:30下载
- 积分:1
-
ARMA-model
基于辨识ARMA模型的野值剔除方法与卡尔曼滤波修正算法(ARMA model identification methods and eliminate outlier correction algorithm based on Kalman filter)
- 2013-12-09 13:12:16下载
- 积分:1
-
Tracking_Kalman
Kalman滤波在目标跟踪中的应用,matlab编写。(err)
- 2007-12-28 17:41:33下载
- 积分:1