-
StaticMember.cpp
Constructor Example with class
- 2011-01-28 15:53:13下载
- 积分:1
-
-TMF5
REMOVAL OF IMPULSE NOISE USING TRIMMED MEDIAN FILTER
- 2014-01-23 15:48:13下载
- 积分:1
-
FM_dspbuilder
matlab下用dspbuilder编写的FM调制波形例子,比较初级,供新手学习。(Under matlab prepared dspbuilder FM modulation waveform example, compare the primary for the novice to learn.)
- 2014-02-01 19:07:42下载
- 积分:1
-
chengxu
聚集了光学相位测量的一些基本算法程序,包括相移量,相位算法等(We gathered some basic optical phase measurement algorithm program, including the amount of phase shift, phase algorithm)
- 2015-05-21 18:48:46下载
- 积分:1
-
ndcrdspinterp
利用matlab 软件编程的三次样条插值函数(matlab spline)
- 2010-05-23 13:08:21下载
- 积分: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
-
kalman
卡尔曼滤波算法的实现,并在相同的条件下与其他滤波算法进行对比,总结kalman滤波的优点。(the realization of kalman)
- 2014-12-15 09:06:44下载
- 积分:1
-
3
说明: 两个个简单的matlab程序,分别是在空间域的高通与低通滤波器(Matlab two simple procedures, respectively, in the space domain and low pass filter high-pass)
- 2011-05-27 10:58:49下载
- 积分:1
-
New-folder-(2)
full car suspension model (8 degree of freedom) in simulink matlab
- 2014-02-03 20:56:39下载
- 积分:1
-
fastica
fastica实现代码,在MATLAB中实现,简单易懂。(Implemention code of fastica)
- 2017-11-28 15:37:02下载
- 积分:1