-
denoising
denoising of image especiallly 2d images
- 2011-01-16 10:26:02下载
- 积分:1
-
Fundamentals-of-Aerodynamics-3rd
一本外文将流体力学的书记,可以提供编写程序的思想(A foreign secretary of the fluid dynamics can provide programming ideas)
- 2011-05-26 01:24:29下载
- 积分:1
-
Matlabrule01
Matlab的矩阵运算范例.补充了一些内容,对矩阵运算有帮助。(Matlab examples of matrix operations. Add some content, for matrix calculation has to help.)
- 2008-02-20 17:12:56下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
Matlab2010baodian
matlab一本学习非常好的书,大家可以读一下,快速入门(matlab a learning very good book, we can read the Quick Start)
- 2013-03-02 19:59:30下载
- 积分:1
-
sound_acquisition
GUI for acquiring Heart sound using analog input of PC.
Connect in MIC port and click record button.
Very useful for Heart beat monitoring.
- 2013-05-01 23:41:20下载
- 积分:1
-
vg2
有关度分布计算的Matlab程序源代码,功能强大,可以作图(Matlab source code distributed computing related degree)
- 2012-11-20 10:37:12下载
- 积分:1
-
geom3d_2012.04.05
matlab中多种三维图形的自动生成程序源码(matlab automatically generate a variety of three-dimensional graphics program source code)
- 2012-10-21 18:10:14下载
- 积分:1
-
mfile
Fuzzy Logic Control Example: Dog Chases Cat
- 2013-05-17 13:53:14下载
- 积分:1
-
156h231
Shape variation of the Gaussian pulse
- 2009-03-30 21:43:54下载
- 积分:1