-
sparse_wsf
使用加权子空间拟合(WSF)实现稀疏均匀圆阵DOA估计。优化过程用的是最陡下降法。(Using weighted subspace fitting (WSF) SPARSE DOA estimation with uniform circular arrays. Optimization process using a steepest descent method.)
- 2011-01-25 20:57:46下载
- 积分: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
-
extr
Hilbert-huang极值和zero-crossing(Hilbert-huang extr和zero-crossing)
- 2011-07-21 10:58:51下载
- 积分:1
-
cma
code for constant modulus algorithm
- 2012-09-11 09:49:08下载
- 积分:1
-
lunwen
这是一篇描述MIMO动态分配的论文,其中包括相关的程序(This is a description of MIMO dynamic allocation of papers, including MIMO OFDM)
- 2009-11-24 16:34:48下载
- 积分:1
-
SOMnet1
对一组具有相似模式的数据进行聚类,并且进行可视化(SOM)
- 2010-12-19 23:34:28下载
- 积分:1
-
biodiesel_R101
This file is for the calculation of the base-catalyst biodiesel production process.
- 2010-03-14 20:24:07下载
- 积分:1
-
mrc_OutageProb
Outage Probability of MRC in Rayleigh fading
- 2013-09-19 20:30:56下载
- 积分:1
-
matlab
MATLAB CODE PIDFUZZY
- 2010-12-22 00:04:26下载
- 积分:1
-
jiexiangguan_LMS_single_input
解相关LMS自适应滤波器程序,实现对信号的自适应滤波。(Decorrelation LMS adaptive filter procedures to achieve the signal adaptive filter.)
- 2010-10-24 20:00:55下载
- 积分:1