-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
121
DSP course lectures lab
- 2011-11-07 23:51:22下载
- 积分:1
-
cca
典型相关分析cca程序,经过调试程序可以直接运行。(Cca canonical correlation analysis program can be run directly through the debugger.)
- 2014-12-24 16:39:55下载
- 积分:1
-
NumberRecognitionSystem
本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。(In this paper, and design implementation of a freely Offline handwritten numeral recognition system. First, identify the figure of the pre-processing treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the structural features of characters and stroke characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching to identify methods and MATLAB as a programming tool to achieve with a friendly graphical user interface of freely handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance.)
- 2009-03-13 21:32:51下载
- 积分:1
-
odwnn
单输入单输出函数小波网络,用户需安装matlab神经网络工具箱,用户可以根据需要更换自己的训练样本,kugfcn.m,radbasmorlet.m分别为两个小波母函数,代码中加入了最优停止训练算法,非常好用(SISO function wavelet network, users need to install matlab neural network toolbox, users need to be replaced in accordance with their own training samples, kugfcn.m, radbasmorlet.m were two wavelet generating function, the code is added to optimal stopping training algorithm, very easy to use)
- 2008-01-03 21:07:41下载
- 积分:1
-
MATLAB-book
matlab的初学者教程 简单 实用 教会不懂得人学习matlab(matlab tutorial for beginners who do not know how the church is simple and practical learning matlab)
- 2011-01-15 23:17:30下载
- 积分:1
-
Sobel
Sobel is a method of edge detection, matlab code
- 2011-01-19 05:28:13下载
- 积分:1
-
shiliangkongzhi
说明: 是矢量控制的仿真,用matlab6.5做得(Simulation of vector control is used to do matlab6.5)
- 2008-10-16 19:55:26下载
- 积分:1
-
pwm_inverter
开关电源中pwm用matlab中的simulink表示的仿真模型,做的是闭环实验,还没有引进pid的仿真。有兴趣的看一下(pwm Switching Power Supply with Matlab Simulink said of the simulation model so is the closed-loop experiments, but also the introduction of pid simulation. Interested to see)
- 2007-03-01 09:29:08下载
- 积分:1
-
mppt
一个基于matlab的MPPT控制模型,希望能给大家带来一点收获(maximum power point tracker)
- 2011-09-30 13:58:40下载
- 积分:1