-
xiaobofenjiechonggou
文章涉及了小波一维小波分解和重构的MATLAB程序,程序相当有借鉴意义。(Articles related to the wavelet one-dimensional wavelet decomposition and reconstruction of MATLAB program, the program quite a reference.)
- 2010-06-13 11:02:25下载
- 积分:1
-
bayesclassifier
基于贝叶斯分类器的牙周病诊断系统,用matlab实现(Bayesian classifier based on periodontal diagnostic system, using matlab to achieve)
- 2007-12-04 11:21:53下载
- 积分:1
-
oqam
offset quadrature amplitude modulation
- 2014-12-30 13:52:10下载
- 积分:1
-
linearprogram
线性规划算法,来自于《精通MATLAB最优化计算》(linear program )
- 2010-01-04 11:25:18下载
- 积分:1
-
ASM3
说明: cootes提出的ASM算法的matlab实现。在cootes用于课堂使用的源代码的基础上改写。改正了原来代码中的一些错误,加入了方便使用的样本训练标注保存环节。供图像分析处理,模式识别,人工智能研究者使用。(the ASM Algorithm Implementation of Matlab. Cootes used in the classroom use of the source code on the basis rewritten. To correct the original source of some mistakes, joined the ease of use of training samples preserved tagging links. For image processing, pattern recognition, artificial intelligence researchers.)
- 2006-03-12 21:32:46下载
- 积分:1
-
FUZZY--LOGIC-EDGE-DETECTION
by using this source code we can detect the edges of the image...which helps in the medical field and in satellite.
- 2015-01-04 13:58:11下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
minGF
共轭梯度法,用于求解非线性约束问题,适用于matlab程序(Conjugate gradient method for solving nonlinear constrained problem for matlab program)
- 2013-09-25 08:58:02下载
- 积分:1
-
LevelSet_CV
一种改进的基于C-V模型的水平集分割算法,附有程序和图像源数据,分割方法较好(An improved model based on C-V level set segmentation algorithm, a program and image data source, segmentation method is good)
- 2011-12-29 21:52:10下载
- 积分:1
-
Matlab_majun
這是一個Matlab的麻將圖紋辨識的源碼,內部有附上相關註解(This is a pattern recognition Mahjong Matlab source code, internal comments have attached the relevant)
- 2008-03-28 14:13:47下载
- 积分:1