-
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
-
dtw2
动态时间规整matlab函数、动态时间规整matlab函数 (Dynamic time warping of the matlab function)
- 2012-04-26 14:24:25下载
- 积分:1
-
Statepulsebifurcationdiagramprogram
脉冲微分方程倍周期分岔图程序这是方程结构,(State pulse bifurcation diagram program)
- 2010-10-10 14:50:16下载
- 积分:1
-
LS-a-MMSE-for-OFDM
OFDM信道下,均衡器的最小均方误差算法和最小二乘算法的matlab算法(MMSE LS)
- 2012-03-22 16:47:25下载
- 积分:1
-
practica_cmoderno
codigo para control moderno
- 2009-11-01 09:14:51下载
- 积分:1
-
Desktop
天气雷达数据处理,该函数可以读取nc格式的雷达数据(Weather radar data processing, this function can be read nc radar data format)
- 2014-12-29 20:05:50下载
- 积分:1
-
mlvessel-1.4
mlvessel is a Matlab package for
retinal vessel segmentation. The package can be used in two different
manners: through the graphical user interface or through script
invocation. Use through script invocation relies on input files and
produces both file and html output. You may also download a
stand-alone executable corresponding to the graphical user interface
at our website mentioned below, though some functionalities are only
available through script invocation.
- 2014-02-25 20:30:30下载
- 积分:1
-
The-Hilbert-transform
MATLAB希尔伯特Hilbert变换求包络谱 源程序代码(MATLAB Hilbert spectral envelope of the Hilbert transform)
- 2014-06-28 12:11:45下载
- 积分:1
-
EM
用kmeans初始化em算法,并用高斯回归进行拟合,用于图想的聚类(Kmeans initialization using EM algorithm, and the use of Gauss regression fitting, used to map the clusterin)
- 2016-12-30 16:43:45下载
- 积分:1
-
jichu
基于matlab,实时视频处理平台的开发和应用。。。调用摄像头(Based on MATLAB, real-time video processing platform development and application... Call the camera)
- 2013-12-03 19:38:22下载
- 积分:1