-
matlab1
将多个心电数据建立在一个结构体中,建立结构体。(Multiple ECG data based on a structure, create a structure.)
- 2009-09-07 19:05:00下载
- 积分:1
-
yzfg
自己编写的迭带的阈值设定的方法.可以直接调用..这种阈值方法比较适合背景与前景差别比较大的情况.
(I have written again and again with the threshold settings. .. This can directly call methods suitable threshold background and the prospect of relatively large differences.)
- 2009-03-31 17:10:22下载
- 积分:1
-
MatlabNotes
this file tells the user about some matlab programming and some techniques for how to use matlab
- 2013-03-09 15:57:55下载
- 积分:1
-
Holographic-spectrum
全息谱的matlab代码以及应用。包含一个全息谱文件和一个应用文件。(Holographic spectrum matlab code. Contains a holospectrum file and an application file.)
- 2013-05-14 11:05:05下载
- 积分:1
-
calculate_farfield
计算天线阵列远场方向图,支持各种幅度加权,相位加权,可自行指定阵元方向图(calculate the farfield of an antenna array with various degrees of freedom)
- 2013-12-24 09:40:07下载
- 积分: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
-
SIFT_YantaoNoemie
MATLAB关于图像配准的,包括图像的关键点筛选和配准的效果展示。(MATLAB on image registration, including the image of the key points of the effect of screening and registration display.)
- 2014-08-06 10:08:31下载
- 积分:1
-
math_exp
经典的matlab算法程序,适合初学者,并有PPS教程,(Classic algorithm matlab procedures, suitable for beginners and tutorials have PPS,)
- 2008-05-05 22:37:30下载
- 积分:1
-
wave2111
一个关于JEPG2000的MATLAB 源码,功能基本上可以实现 ,但也有一定的不足,希望大侠多多指教(one of the correctness of MATLAB source, the basic function can be achieved. But there are certain deficiencies, the exhibitions hope Shanhaiguan)
- 2007-03-10 22:50:43下载
- 积分:1
-
LMS_Newton
function of matlab LMS-Newton algorithm
- 2010-01-26 19:06:58下载
- 积分:1