-
sar3
经典算法--距离多普勒算法,在MATLAB上编程实现,有很广的实用性(Classical algorithm- Range-Doppler algorithm, in MATLAB programming on implementation, there is a wide range of practical)
- 2009-04-07 21:34:07下载
- 积分:1
-
MultiPCA
多流形PCA是学习多流形的基础,能够帮助理解多流形过程!(The more manifold PCA is learning the basis of multi-manifolds, manifold process can help understand!)
- 2013-03-11 17:22:17下载
- 积分:1
-
practicePWE1
计算特征值的matlab源文件,主要是一个矩阵方程组的特征值的求解(calculate eigenmodes)
- 2013-04-20 22:17:31下载
- 积分:1
-
刚度矩阵提取
说明: 用于模型刚度和质量矩阵的提取,matlab程序(Used for model stiffness and mass matrix extraction, MATLAB program)
- 2021-04-13 15:18:55下载
- 积分:1
-
matlab100examples
matlab实用程序百例。。。要的看看。。。。。。。。。(100 cases of matlab utility. . . Want to see. . . . . . . . .)
- 2009-04-14 11:12:50下载
- 积分: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
-
basefun
Matlab编的初始对准程序,好不容易找到的,对学习惯导很有用(Matlab code of the initial alignment procedure, easy to find, very useful for learning INS)
- 2011-08-24 20:10:23下载
- 积分:1
-
mohumatlab
模糊聚类的marlab源码程序,大家可以看看,应该会有帮助的(Fuzzy Clustering marlab source programs, we can see, should be helpful)
- 2010-07-06 12:20:09下载
- 积分:1
-
Cra
说明: forward处理程序,使用于煤炭、石油、天然气行业(forward processing procedures used in coal, oil, gas industry)
- 2010-03-24 08:55:37下载
- 积分:1
-
lrp_KL
一个用于车牌定位的matlab程序,目前只可用于对 蓝色车牌的定位(a positioning for the various domain registration procedures currently only can be used to position the blue license plates)
- 2007-06-03 14:03:49下载
- 积分:1