-
characterExpPoint
MO SIANG malaysia character exp hack
- 2014-10-09 01:14:19下载
- 积分:1
-
chazhi
详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插
值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例(Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear interpolation
Value, Hermite interpolation and cubic spline interpolation and least-squares curve fitting, polynomial fitting method, least squares optimization program has all the appropriate instructions and application examples)
- 2013-12-08 20:21:36下载
- 积分:1
-
CNN-Toolbox
基于matlab的深度学习工具箱,该工具箱内包含一个基于手写识别的cnn模型,注释清晰。(Based on the depth of learning matlab toolbox, the toolbox contains within a model based on handwriting recognition cnn, clear notes.)
- 2016-03-22 10:34:01下载
- 积分:1
-
TEmyMultimodeData
说明: TE多模态数据,可用于多模态过程监控,检验算法(TE multimodal data can be used for multimodal process monitoring and verification algorithm)
- 2020-12-21 14:29:09下载
- 积分:1
-
Image-Color-Space
图像常用颜色空间相互转换matlab源码(Images used matlab source color space conversion)
- 2014-11-01 11:25:34下载
- 积分:1
-
Flight-Vehicle-Design
基于分布式视觉的飞行器位姿估计与路径规划(Document of design)
- 2014-12-08 08:48:57下载
- 积分:1
-
MATLAB Code
基于matlab的雷达系统分析与设计书例程(Radar Systems Analysis and Design Using MATLAB)
- 2018-06-03 22:41:00下载
- 积分:1
-
ASRCODE
DTW+VQ实现的语音识别
UIUC提供,包含样本
只需将.txt改成.m(DTW+ VQ implementation of speech recognition . provide by UIUC, including samples simply. Txt into. M)
- 2009-03-16 15:38:39下载
- 积分:1
-
k4
说明: 控制对象P=s/s*s-1,设计了一个在D域(s:Res<-2)稳定的所有控制器C(Control object is P = s/s* s-1, designed all controllers C are stable in D filde(s:Res<-2))
- 2011-04-21 15:57:49下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1