-
liver
result of filtering in audio processing
- 2014-12-14 04:20:32下载
- 积分:1
-
feixiesuanfa
费歇算法
用于模式识别等其他 工程应用方面的 问题 应用效果 良好(Fisher algorithm for pattern recognition and other aspects of engineering applications a good application effect)
- 2007-10-16 09:46:48下载
- 积分:1
-
EX080700
说明: 切比雪夫-2型低通滤波器设计
基于matlab仿真编程的(-2 Chebyshev low-pass filter design based on Matlab simulation programming)
- 2006-03-30 14:58:53下载
- 积分:1
-
Motor_control_simulink
Electric drives simulink
- 2010-08-17 10:39:54下载
- 积分:1
-
matlab
决策树C4.5和CART算法的m源码
(CART decision tree algorithm C4.5 and the source m)
- 2010-12-13 01:04:36下载
- 积分:1
-
imcompr
基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。
(Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.)
- 2010-01-08 10:33:50下载
- 积分:1
-
ukf_ekf_compair_example
说明: ukf与ekf做对比,可以看出ufk与ekf的性能差别(compare ukf with ekf)
- 2021-04-27 10:38:44下载
- 积分:1
-
PCA-MATLAB
一个关于PCA人脸识别的源代码。对PCA的初学者又很大的帮助(PCA Face Recognition on the source code.)
- 2009-04-18 22:06:46下载
- 积分:1
-
wuyueshuzuiyoukongzhi
无约束最优控制无约束最优控制无约束最优控制无约束最优控制(wuyueshuzuiyoukongzhi)
- 2010-05-23 12:21:20下载
- 积分: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