-
machine-vision
此书为图像处理的一本非常有价值的书籍,值得有这方面需求的朋友,能相互的学习!(machine vision
)
- 2012-06-23 13:50:15下载
- 积分:1
-
emdPHHT
基于HHT的matlab实现,通过EMD对信号进行分解,利用HHT变化得到时频谱(Based on the signal matlab HHT transform implementor)
- 2015-03-28 11:14:02下载
- 积分: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
-
matlabkejianjimwenjian
matlab的上课课件以及全部m文件,希望大家下载学习。(class courseware, and all the matlab m file, I hope you download the study.)
- 2011-11-23 14:10:16下载
- 积分:1
-
hostel
student management application that simulates a student hostel.C++ 3.1 aplication . object oriented programming
- 2010-07-07 20:54:06下载
- 积分:1
-
MATLAB-Programming-for-Engineers--4e
MATLAB Programming for Engineers第四版,巨好的参考代码(MATLAB Programming for Engineers, 4e)
- 2013-02-21 19:15:05下载
- 积分:1
-
combineImages.m
Creates data for a semitransparent overlay of a colored image on a grayscale in for Matlab graphics.
- 2012-09-20 04:48:02下载
- 积分:1
-
RVM
预测分类,针对目标样本进行训练比对,预测有可能发生的情况(Predictive classification, target training samples compared to predicted situation may occur)
- 2013-12-17 21:01:12下载
- 积分:1
-
power_steppermotor
The simulation provides stepper motor working clockwise and anticlockwise as well as speed control application
- 2013-05-20 17:09:54下载
- 积分:1
-
14自由度汽车模型以及论文
汽车14自由度仿真simulink文件,包括车身6个自由度,悬架4自由度,车轮4自由度。模型跑得通,且和carsim中同种工况下的运行结果相同,精度较高。
除此之外还有模型搭建的对应论文可供参考学习(Vehicle 14 DOF simulation Simulink file, including 6 DOF of body, 4 DOF of suspension and 4 DOF of wheel. The model runs well and has the same result as that of Carsim under the same working condition, with high accuracy.
In addition, there are corresponding papers on model building for reference.)
- 2020-12-13 13:09:15下载
- 积分:1