-
ecgprocessing
Matlab QRS pulse generation
- 2009-04-17 01:57:07下载
- 积分:1
-
coastgrid
说明: 用matlab实现不规则多边形网格的划分(Using matlab to achieve the division of irregular polygonal meshes)
- 2010-03-23 20:44:17下载
- 积分:1
-
baoluojietiao2
信号包络处理中,用于包络解调的。已经用过了。效果很好。 (Envelope signal processing for envelope demodulation.)
- 2014-09-17 19:11:41下载
- 积分:1
-
emg
this is emg second type signal used for analysis
- 2015-04-08 14:08:26下载
- 积分:1
-
VCandMATLABtogetherprogram
VC与MATLAB的混合编程,硕士,博士做学术实验必备知识。傻瓜教程. (vc and matlab )
- 2009-10-13 20:39:02下载
- 积分:1
-
mancovan123
N-way Multivariate ANalysis of COVAriance (MANCOVA
- 2010-10-25 05:38:36下载
- 积分:1
-
Untitled5
说明: 是一种关于无线传感器网络的质心定位程序的MATLAB原代码.希望对大家有帮助...(Is a wireless sensor network on the centroid position of the MATLAB program source code. I hope all of you help ...)
- 2009-08-21 20:57:33下载
- 积分:1
-
excel_write
能将matlab中的所有矩阵数据写进新创建的excel表格中保存(Matlab can be included in all newly created matrix data stored in excel spreadsheet)
- 2011-09-08 18:30:24下载
- 积分:1
-
CircleArrayBeamform
圆阵波束成形 实现了均匀圆阵的波速成形和波速增益(Circle Array Beamform)
- 2012-11-25 20:04:22下载
- 积分: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