-
canon
MATLAB演奏卡农
MATLAB演奏卡农
MATLAB演奏卡农(MATLAB play岁Canon)
- 2012-05-17 22:37:01下载
- 积分:1
-
ASSIGNMENT
digital communication codes
- 2012-05-19 18:48:13下载
- 积分:1
-
LMS_estimation
MATLAB对带噪声的信号进行最小均方误差估计,得到去噪声的信号。(MATLAB is used to estimate the minimum mean square error of the signal with noise, and the noise is obtained.)
- 2020-06-30 09:00:02下载
- 积分:1
-
pf_colortracker
Partical Filter Color Traking
- 2009-10-21 14:50:48下载
- 积分:1
-
MATLAB_kejian
Matleb的学习课件,适合初学者学习使用。(Matleb learning courseware, suitable for beginners learning to use.)
- 2009-11-15 08:33:52下载
- 积分:1
-
Scaramuzza_OCamCalib_v2.0
鱼眼镜头标定程序。国外一个学校的鱼眼镜头标定。含有标定图。可以自动提取角点并相机进行校正!(Fish-eye lens calibration procedures. Abroad, a school of fish-eye lens calibration. Containing calibration map. Can automatically extract the corner point and camera correction!)
- 2010-03-03 11:13:20下载
- 积分:1
-
dsp
ECG 信号处理源码 用于处理ECG 信号(ECG signal processing source)
- 2013-11-05 22:38:50下载
- 积分:1
-
cc7
吊车双摆系统的仿真 说明了pid控制方法的局限性(Crane double pendulum system simulation illustrates the limitations of pid control)
- 2007-08-15 19:59:22下载
- 积分:1
-
zizuokalman
扩展卡尔曼滤波器matlab源程序代码,main 是主函数! 运行即可。p184是一个示意图!
另外两个文件是滤波模型。(kalman filter)
- 2010-12-11 20:29:08下载
- 积分: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