-
libevent
libevent源码分析,具体的一般实现(libevent)
- 2009-12-06 21:37:28下载
- 积分:1
-
tail_conv_code16
LTE咬尾卷积编码,C55上验证过,回环测试成功。(LTE tail conv coder, test passed!)
- 2013-12-05 23:22:20下载
- 积分:1
-
1
说明: 模式识别、窗函数法高斯分布、近邻法高斯分布、Fisher线性变换(Pattern Recognition, Gaussian window function, nearest neighbor Gaussian distribution, Fisher linear transformation)
- 2010-06-23 09:52:38下载
- 积分: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
-
part_I
基于迫零算法的反馈判决自适应均衡器--matlab编程 代码(Adaptive equalizer feedback judgments based on zero forcing algorithm)
- 2012-04-24 11:40:37下载
- 积分:1
-
ga jsp
用遗传算法解决车间生产调度。Matlab下实现。(Using genetic algorithms to solve production scheduling workshop. Matlab under implementation.)
- 2009-02-24 17:18:02下载
- 积分:1
-
aboutgddmatlab
对广义高斯分布有个基本的认识,为以后的应用打下基础(The generalized Gaussian distribution have a basic understanding of lay the foundation for future applications)
- 2010-10-14 19:12:06下载
- 积分:1
-
capon(doa)
doa估计经典capon算法,
简单波达方向估计算法,空间角度分辨率有限,有待进一步改进算法(doa estimation algorithm capon classic, simple DOA estimation algorithm, space limited angular resolution, need to be further improved algorithm)
- 2006-10-31 15:44:14下载
- 积分:1
-
41695054huamo
说明: 直线电机速度PID电流PID控制 SVPWM PMLSM(Speed PID current PID control of linear motor)
- 2020-04-08 15:20:26下载
- 积分:1
-
programmingwithMatlabandVC
用matlab与vc混合编程的图像处理编程(coding with matlab and vc)
- 2009-11-17 08:24:31下载
- 积分:1