-
Kalman_filter_example_demo_in_Matlab
Kalman filter example demo in Matlab(Kalman filter example in Matlab demo)
- 2007-05-17 19:06:17下载
- 积分:1
-
tv_denoising
全变差去噪的标准matlab代码实现[ROF92],与Guy Gilboa的Texture preserving TV denoising [GSZ03] (total variation denoising standard Matlab code to achieve [ROF92] Guy Gilboa and the Texture preserving TV denoising [ GSZ03])
- 2007-06-18 11:28:49下载
- 积分:1
-
match_filter
匹配滤波器的形式实现雷达信号(LFM)的脉冲压缩(Matched filter in the form of radar signal (LFM) pulse compression)
- 2009-11-12 20:13:46下载
- 积分:1
-
dss_1-0.tar
国外的一个非常不错的图像去噪matlab代码(Abroad, a very good image denoising matlab code)
- 2009-12-16 20:59:28下载
- 积分:1
-
tracking
说明: 确定性系统中建立一个跟踪系统让稳态误差变成0
( This script demonstrates designing a tracking system with feedback and
gain compensation to bring steady-state error to 0 and a settling time
of 2.5 seconds. The response to a unit step is simulated and plotted
to compare the system before and after compensation. This uses the
STEP function from the system id toolbox and also ODE45 function to
compute the step response.)
- 2010-04-29 05:38:32下载
- 积分: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
-
slide2
说明: 实用化工计算机模拟
Matlab与化工数值计算-第2讲(practical computer simulation of chemical processes)
- 2010-03-22 23:59:32下载
- 积分:1
-
LMs
采用LMS算法的频域均衡技术研究,lms在频域均衡方面的应用。(LMS algorithm using frequency domain equalization technology research, lms balance in the frequency domain applications.)
- 2009-09-22 10:05:29下载
- 积分:1
-
Untitled
线性方程组的cg解法matlab,可以用于cg方法来计算线性方程组(Cg solution of linear equations matlab)
- 2010-11-08 18:18:43下载
- 积分:1
-
chapter27
无导师学习神经网络的分类——矿井突水水源判别(No teacher learning neural network classification of mine water inrush water)
- 2014-08-19 20:43:30下载
- 积分:1