-
SVM
matlab svm 分类程序,适合7.0以上的版本(matlab svm classification procedures suitable version 7.0 or above)
- 2009-03-16 21:01:01下载
- 积分:1
-
chap11
《智能控制》第二版(刘金琨著)程序源码第十一章(" Intelligent control" , Second Edition (Liu Jinkun a) program source code Chapter)
- 2011-04-26 09:46:07下载
- 积分:1
-
xianxinghuigui
对数据的分析,特别是线性回归其中有好几种方法来进行!(Analysis of the data, in particular linear regression in which there are several ways to carry out!)
- 2010-09-01 19:21:54下载
- 积分:1
-
LSSVM
LSSVM编程问题技巧 有一定的指导意义 有需要赶紧下载(Skills of the LSSVM programming problem there are certain guiding significance for the need to quickly download)
- 2012-05-11 17:14:47下载
- 积分:1
-
enframe
它是基于matlab的语音分帧的代码,相信对大家理解有帮助。(It is based on the matlab voice sub-frames of the code, I believe we understand help.)
- 2013-11-18 16:32:17下载
- 积分:1
-
bridge-road-cracks-detection
代码是matlab编写,有例图,可直接运行(注意修改路径)。主要用来检测桥面、路面裂纹,有详细函数功能说明和算法思想,实现了路面规则条纹背景的频率估计,采用频域滤波可有效去除路面图像接近估计频率的噪声,保留目标裂纹,实现了初步的检测功能,但是功能还不完善,可作Demo供大家参考。有兴趣的朋友可以逐步完善、移植,有兴趣的朋友请与我联系。(Matlab code is written, there is case diagram, can be run directly (Note to modify the path). Mainly used to detect bridge, road cracks, a detailed description and algorithms Function thinking to achieve a frequency of road rules striped background estimation, using frequency domain filtering can effectively remove the image close to estimate the frequency of road noise, keep cracking goal to achieve a preliminary detection function, but the function is not perfect, can be used for Demo for your reference. Interested friends can gradually improve, transplant, friends who are interested, please contact me.)
- 2014-06-13 00:19:58下载
- 积分:1
-
spca
本程序实现稀疏主成分分析,相关方法在 H. Zou, T. Hastie, and R. Tibshirani的Sparse principal component analysis中有详细介绍(For SPCA, the method introduced in "Sparse principal component analysis" by H. Zou, T. Hastie, and R. Tibshirani)
- 2020-06-30 04:00:01下载
- 积分:1
-
signal-design
在雷达和声纳的信号设计中,经常用的模糊函数,本程序给出了传统信号的模糊函数及仿真结果,适用于MATLAB初学者。(Sonar and radar signal design, often using the fuzzy function, this procedure gives the traditional signal ambiguity function and simulation results, suitable for beginners MATLAB.
)
- 2012-03-26 21:56:00下载
- 积分:1
-
buck_boost_nolineal_emb_obs
BUCK BOOST MODEL CONTROLLED BY OBSERVER
- 2010-12-30 05:46:25下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1