-
kalmanStackFilter
kalman-stack filter for image processing applications
- 2010-06-11 22:30:59下载
- 积分:1
-
SmartAntenna
这个计划的目的是模拟一个基站接收器(上行的智能天线系统)(This Program is Designed To Simulate The Smart Antenna System On A BTS Receiver ( Uplink )
)
- 2009-11-25 10:16:09下载
- 积分:1
-
FullSearchfull
说明: 本程序是用来进行运动估计的全搜索块匹配方法(This procedure is used for motion estimation of the full search block-matching method)
- 2011-03-12 20:46:54下载
- 积分:1
-
DCT
DCT数字图像水印算法的源代码!含有图像的水印的嵌入和水印的提取!(DCT digital image watermarking algorithm source code! Containing the watermark image watermark embedding and extraction!)
- 2021-03-25 10:29:13下载
- 积分: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
-
multipath
使用matlab进行多径效应的仿真。直接运行主函数即可(Matlab simulation of multipath effects.)
- 2013-03-11 17:01:11下载
- 积分:1
-
imp_freq_response
how to calculate the impulse response from the frequency response of a Power delay profile
- 2013-12-06 19:36:40下载
- 积分:1
-
bch
bch码生成程序。可选择生成矩阵、生成组数、误码率。(bch code generation process. Optional generation matrix, generating the number of groups, the bit error rate.)
- 2013-11-08 15:06:48下载
- 积分:1
-
10层楼弹塑性时程分析
说明: 基于双线性滞回模型的单自由度 弹塑性时程分析,并采用MATLAB编程实现(Single degree of freedom elastoplastic time history analysis using bilinear hysteretic model, MATLAB programming)
- 2021-03-23 21:29:15下载
- 积分:1
-
Fuzzy-neural-network
用matlabr2009编程实现神经网络模糊聚类算法(Programming neural network with matlabr2009 fuzzy clustering algorithm)
- 2011-06-30 08:15:48下载
- 积分:1