-
CellTracking
Gabor纹理识别,使用matlab实现Gabor纹理识别(Texture recognization based on Gabor
)
- 2012-04-10 15:45:28下载
- 积分:1
-
mech_stewart_trajectory123
六自由度并联机器人运行轨迹与结果仿真,可以自己改变机器人尺寸大小(6 degree of freedom of parallel robot,simulation)
- 2012-02-11 09:30:02下载
- 积分:1
-
lda
线性判别法(LDA),用来降维的,找了好久了,很好用(Linear discriminant method (LDA), used to dimensional reduction, for a long time, very good
)
- 2012-05-06 20:04:45下载
- 积分:1
-
Diesel-Engine-Fault-Diagnosis
概率神经网络机械故障诊断matlab程序
通过振动信号预判机械故障(Diesel Engine Fault Diagnosis)
- 2015-04-20 15:33:10下载
- 积分:1
-
pmlsm的直接转矩控制
说明: 文件里有simulink仿真文件和.m文件。运行之前先运行,.m文件。压缩包里有详细的讲解文件(There are simulink simulation files and .m files in the file. Run before running, the .m file. There are detailed explanation files in the compressed package)
- 2020-12-23 12:58:44下载
- 积分: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
-
PF
说明: 粒子滤波 MATLAB 程序 很简短 比较适合初学者(Particle Filter)
- 2015-03-14 20:54:56下载
- 积分:1
-
kalman-KPMstats
这是一种采用matlab语言来实现KPMstats的源程序。(This is a method for KPMSTATS .)
- 2012-02-02 17:40:30下载
- 积分:1
-
Hungarian
说明: 匈牙利算法源码,封装为函数,可以直接调用,可以运行(Hungarian algorithm source code, encapsulated as a function, can be called directly, can be run)
- 2020-05-27 09:20:44下载
- 积分:1
-
wendang
关于数字信号处理的几篇PPT文档(IIR/FIR滤波器设计等),适合数字信号处理入门学习(Digital signal processing on several PPT files (IIR/FIR filter design, etc.), suitable for digital signal processing Introduction to learning)
- 2009-04-18 07:00:01下载
- 积分:1