-
GMM-GMR-v1.2
这是一款用matlab编写的GMM算法,有样例,实现用EM算法寻找GMM参数(This is a matlab prepared using GMM algorithm, there is a sample, look for implementation using EM algorithm for GMM parameter)
- 2009-04-02 22:19:54下载
- 积分:1
-
modify-demod
视频数据的模式识别,在数字电视模式识别中有用的源代码(The video data of the pattern recognition, the source code useful in digital television pattern recognition)
- 2013-03-15 20:39:06下载
- 积分:1
-
facedetection(matlab)
人脸检测程序基于bp网络模式形态学处理等算法完成人脸检测(face detection)
- 2009-06-13 11:12:09下载
- 积分:1
-
laser
Laser toolbox. This is a toolbox for modelling parameter of a laser in matlab. The zipfile consists of many separable mfiles that are dependent on each other
- 2012-04-06 23:36:33下载
- 积分:1
-
Switchsource
基于平均电流法设计的APFC高频开关电源MATLAB仿真模型(APFC MATLAB simulation model of high-frequency switching power supply design based on the average current law)
- 2014-12-11 19:31:58下载
- 积分:1
-
TT-transform
此文描述了TT变换压制地震面波,提高信噪比,剔除干扰信号(TT transform)
- 2016-09-25 00:31:42下载
- 积分:1
-
zhixin
无线传感器网络加权质心自定位算法中加权质心算法仿真(Centroid algorithm simulation in wsn)
- 2010-05-07 17:39:46下载
- 积分:1
-
AIC
AIC准则用于信源数估计
matlab源程序(criteria for the AIC source estimates Matlab source)
- 2021-04-07 15:49:01下载
- 积分:1
-
uniform_quantizer
This m-file applies uniform quantization on audio signal and produced the Mean Square Quantization Error
- 2013-03-04 19:06: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