-
HDX
图像灰度变换的基本运算函数,对于其了解有很重要作用,这是老师代码(Image gray-scale transformation of the basic arithmetic function, for a very important role in their understanding, it is the teacher code)
- 2011-05-16 11:19:08下载
- 积分:1
-
blindsignalseparate
盲信号分离算法的实现和应用
大家来看看,应该对大家有点用,不是很长,如果有需要还有别的来发(Blind Signal Separation Algorithm Implementation and Application of everyone to see, we should use a little, not very long. If there is a need to have something else to fat)
- 2006-12-25 13:42:26下载
- 积分:1
-
PCA_based-Face-Recognition-System
pca based face recognition
- 2012-01-05 11:08:19下载
- 积分:1
-
qpsk
qpsk调制解调 脉冲成型 信道噪声 抽样 检波(qpsk modem pulse shaping)
- 2013-11-04 12:42:40下载
- 积分:1
-
magnetometer_calibration-master
磁力计校准的MATLAB程序,使用球体拟合,最优化参数设计(Magnetometer calibration MATLAB program, using sphere fitting, optimal design parameters)
- 2020-09-05 21:28:05下载
- 积分:1
-
shift
shift用于图象匹配的算法,对于搞双目测距的朋友很有用(shift)
- 2010-06-22 14:33:23下载
- 积分:1
-
hough
用于图像的边缘检测,对不同的物体的边缘进行检测(Image edge detection of objects of different edge detection)
- 2010-05-15 10:08:01下载
- 积分:1
-
matlab-target-tracking
很好用的几个matlab多目标视频跟踪的程序,有粒子滤波的,帧差法的等等,可以直接仿真运行(Good use of several multi-target video tracking matlab procedures, particle filter, frame difference method, etc., can be directly run the simulation)
- 2013-09-21 15:35:11下载
- 积分:1
-
AdaptiveLineEnhancer1
自适应谱线增强 从噪声信号中消噪得到有用信号(Adaptive Line Enhancer (ALEThe goal is to remove the noise signal from the measured signal to obtain
the signal of interest. )
- 2010-11-13 11:14:09下载
- 积分: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