-
facerecgnize
模式识别课程作业,pca和kpca,以及一个人脸可。其中kpca的核函数是多项式。(Pattern Recognition course assignments, pca and kpca, and a person can face. Where the kernel function is polynomial kpca.)
- 2010-07-13 16:02:47下载
- 积分:1
-
imhist
这是用C语言编写的灰度直方图,在matlab软件下可以运行。不是用imhist直接调用。(It is written in C language histogram in matlab software can run. Not called directly by imhist.)
- 2011-05-17 18:15:54下载
- 积分: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
-
ARMAwithNExT
自然激励下建筑结构的模态参数识别,首先通过自然激励技术(next)得到结构的自由响应,然后由自回归滑动平均(arma)方法识别模态参数。(natural incentive structures under the modal parameter identification, First through natural incentive Technology (next) to be free to respond to the structure, then autoregressive moving average (arma) identified modal parameters.)
- 2020-10-05 22:57:38下载
- 积分:1
-
matlab
卡尔曼滤波理论和实践书籍的matlab源码(kalman filtering theory and pratice using matlab)
- 2010-08-03 09:34:29下载
- 积分:1
-
khan
for set up of sound in matlab u should use this programme
- 2009-05-30 02:36:22下载
- 积分:1
-
Adaboost-m
基于ADABOOST算法的人脸检测matlab程序(the face detection matlab program based on ADABOOST algorithm )
- 2012-02-14 20:08:00下载
- 积分:1
-
ROCCURVECOMPUTE
this code will help you to compute a ROC curve
- 2010-09-29 15:57:10下载
- 积分:1
-
DCmotor
这个是TMS320F2812的DSP直流电机驱动程序,对c2000 DSP初学者有很大的帮助!(This is the TMS320F2812 DC motor driver for the DSP, the c2000 DSP beginners great help!)
- 2010-03-04 16:58:21下载
- 积分:1
-
Rayleigh_CH
瑞利信道的matlab实现程序,比较适合初学信道的人进行仿真或者参考,非常有用(Rayleigh Road matlab implementation process, more suitable for beginners who channel simulation, or reference, very useful)
- 2011-06-19 16:08:45下载
- 积分:1