-
junhenhua
对人脸的均衡化处理,效果很好,能够得到一些系数(Face of the balance of handling, well, a number of factors can be)
- 2009-05-01 10:32:01下载
- 积分: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
-
pso-dace-improve
粒子群优化的kriging近似建模程序包DACE-PSO,matlab程序,比传统的dace程序设置更少的参数(PSO kriging approximation modeling package DACE-PSO, matlab program package than traditional dace advantage: without determining Sigma parametersdetermine the Sigma parameters)
- 2013-09-20 10:56:27下载
- 积分:1
-
EQ_SrcCode
用MATLAB实现的简单的EQ功能,根据系数的调整,可以得到8种不同的音效(A simple EQ function implemented by MATLAB . You can get 8 different sound effects according to the adjustment factor )
- 2009-11-04 16:13:02下载
- 积分:1
-
genlgftkern
本源程序是基于matlab实现了音乐信号处理中的恒Q变换(Constant Q Transformation)并得到频谱矩阵和语谱图(This Code is based on the matlab, being executed for the musical signal processing by using the CQT(Constant Q Transformation)and finally get the frequecy Information)
- 2021-03-27 21:49:12下载
- 积分:1
-
FIR
FIR有限序列冲击响应滤波器的设计matlab全部代码(design of FIR filter )
- 2011-12-07 21:15:24下载
- 积分:1
-
nearestneighboralgorithm
自己写的,模式识别最近邻算法实现,配有IRIS数据集,非常实用(Their own writing, pattern recognition, nearest neighbor algorithm, with IRIS data set, very useful)
- 2009-11-27 21:08:51下载
- 积分:1
-
wavelet
小波分析必备教材,小波十讲简明较易懂,帮助学习小波理论(wavelet)
- 2010-05-30 10:25:20下载
- 积分:1
-
filter_FIR_window
FIR filter for signal
- 2011-06-18 11:41:40下载
- 积分:1
-
OMP_MMV
OMP 信 号 恢 复 算 法, 压缩感知理论的信号恢复算法(OMP signal recovery oth 。。。。。。。。。。。。。。。)
- 2021-05-12 19:30:03下载
- 积分:1