-
match
相位相关配准,图像匹配,图像处理,matlab源码(phase correlation registration, image matching, image processing, Matlab FOSS)
- 2007-07-04 10:40:22下载
- 积分:1
-
anzhuangbeiyesigongjuxiang
说明: 安装贝叶斯工具箱的方法,这是我个人总结的,已经在Matlab中用过,是可以的(Bayesian method of installing the toolbox, this is my personal conclusion, and has been used in Matlab, it is possible)
- 2010-05-04 22:26:36下载
- 积分:1
-
speakerrecognition
说话人身份识别程序,采用MFCC参数提取,并建立GMM模型来进行识别(Speaker identification procedures, using MFCC extraction, and the establishment of GMM model to identify)
- 2010-05-17 17:38:05下载
- 积分:1
-
MATLAB_on_the_classic_edge_detection_tutorial
MATLAB对图像进行边缘检测经典教程MATLAB on the classic edge detection tutorial(MATLAB on the classic edge detection tutorial MATLAB on the classic edge detection tutorial)
- 2010-08-02 09:21:48下载
- 积分:1
-
RLS_lmmse
此算法用了LMMSE加RLS算法,对接收信号进行仿真,且仿真得到的误码率很小,在工程中也有一定的实际意义。(This algorithm increases with the LMMSE RLS algorithm, the received signal simulation, and the simulated bit error rate is very small, in the project also has some practical significance.)
- 2010-12-24 00:05:45下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
DSP_MATLAB
DSP程序开发MATLAB调试及直接目标代码生成.ceb(DSP program development and direct target debugging MATLAB code generation. Ceb)
- 2007-12-20 21:38:43下载
- 积分:1
-
rigidframe
门式刚架辅助设计工具箱 ,计算工具箱好用(rigid frame)
- 2010-09-29 12:48:30下载
- 积分:1
-
MATLAB-PLS
各种最小二乘法汇总(算例及MATLAB程序),盛晓婷报告(A variety of least squares method summary (example MATLAB program), Sheng Xiaoting report)
- 2012-07-24 10:41:44下载
- 积分:1
-
guangyihuxiangguan
求两个信号的时延估计,通过时延估计对声源实现定位(Ask the two signal delay estimation, time delay estimation of sound source by positioning to achieve)
- 2010-11-21 09:05:16下载
- 积分:1