-
FUNC1
说明: Regression sum of squares , the maximum deviation , minimum deviation , the average deviation
- 2011-11-26 00:31:22下载
- 积分:1
-
RLS_equalizer
自适应均衡算法中的RLS算法,,均方误差曲线和系统输出曲线(Adaptive equalization algorithm in the RLS algorithm, the mean square error curve and the curve of the system output)
- 2011-06-20 16:32:14下载
- 积分:1
-
RSAttributeReduction
基于粗糙集的特征子集筛选的一种算法 !!!(Based on rough set feature subset selection of an algorithm! ! !)
- 2010-09-19 16:11:31下载
- 积分:1
-
battery_params
battery_params battery_params
- 2015-11-26 10:52:20下载
- 积分:1
-
20081004
GMM 混合高斯自适应背景维护 可以用来做行人检测 等(GMM Gaussian Mixture adaptive background maintenance can be used to make the pedestrian detection)
- 2008-05-23 15:02:18下载
- 积分:1
-
Slide_Do-luong-tu-dong
this is a book to learn English TOEIC
- 2015-04-13 00:50:04下载
- 积分:1
-
Digital-filtering-experiment
由设计要求可知,wp<=0.2π,允许误差幅度小于1dB,ws>=0.3π内衰减应大于15dB。为了验证数字滤波器的实际滤波功能,设计程序时,把输入序列定为验证函数x(t)=4sin(100πt)以及x(t)=4sin(200πt)和x(t)=4sin(400πt)。又因为Ts=1.25ms,T=80ms,故采样点为64,即N=64,所以当M=6,可以同时调试并验证程序的滤波功能。(Seen by the design requirements, wp < = 0.2π, allow a margin of error of less than 1dB, ws> = 0.3π within attenuation greater than 15dB. In order to verify the actual filtering function of the digital filter design program, the input sequence as validation function x (t) = 4sin (100πt) and x (t) = 4sin (200πt) and x (t) = 4sin (400πt) . And because Ts = 1.25ms, T = 80ms, so the sampling points is 64, that is N = 64, so when M = 6, can debug and validate filtering program.)
- 2014-12-24 09:34:43下载
- 积分:1
-
matlab-H
matlab处理图像代码,很不错,值得看看(matlab image processing code, very good, worth a look)
- 2013-11-15 16:45:28下载
- 积分:1
-
chenxu
求解一维偏微分方程,matlab语言。中心差分,先前差分(Solving one-dimensional partial differential equations)
- 2013-09-11 14:59:08下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1