-
DipoleAntenna
半波振子的MATLAB仿真 电流 方向性图 立体图 阻抗 增益(Half-wave oscillator of the MATLAB simulation of the current pattern Stereogram impedance gain)
- 2008-05-31 21:05:32下载
- 积分:1
-
MYgvfc
GVFC 源码,matlab
性能没有试过,应该还好(GVFC source, Matlab Properties tried, it should be okay)
- 2006-09-16 01:17:02下载
- 积分:1
-
code
1.O——Hungarian.m
主要功能:
实现匈牙利算法,最终产生关联矩阵
2.trackassoicataion_hgm
主要功能:
1)实现两个传感器对三条航迹的估计;
2)实现两个传感器三组数据的关联;
3)统计误关联-步数的关系,画出结果图。(1.O- Hungarian.m
The main function:
Hungarian algorithm to achieve, ultimately produce correlation matrix
2.trackassoicataion_hgm
The main function:
1) to achieve two sensors estimate of three tracks
2) to achieve the two sensors associated with the three sets of data
3) statistical error associated with- relationship the number of steps, the results shown in Fig.)
- 2015-09-17 15:56:54下载
- 积分:1
-
ESPRIT_PROG
列出了利用ESPRIT算法进行DOA估计的matlab例程以及智能天线仿真的matlab例程(Lists the ESPRIT algorithm using DOA estimation matlab routines, as well as smart antenna simulation matlab routines)
- 2008-07-01 11:04:33下载
- 积分: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
-
hssvm_series_toolkit
Matlab codes for Hidden Sapce Support vector machines(Matlab codes for Hidden Sapce Support vect or machines)
- 2007-04-05 17:38:02下载
- 积分:1
-
grayrelationanalysis
实现灰色关联分析的简单有效的matlab程序,运用熵权法求各指标的权重(Gray correlation analysis to achieve a simple and effective matlab program, using entropy method the weights of each index)
- 2021-02-06 09:39:56下载
- 积分:1
-
TDM_model_OK
自己搭建的基于Matlab-Simulink的双路单向语音传输时分复用系统的模型(Matlab-Simulink-based dual-way voice transmission time division multiplexing system to build their own model of)
- 2014-07-01 14:47:10下载
- 积分:1
-
CbCrEllipse
说明: 用matlab实现的肤色检测,采用CbCr椭圆聚类算法,克服了高光的干扰,能很好的把肤色分割出来。(Skin color detection using matlab implementation, using CbCr elliptical clustering algorithm, to overcome the interference of high light, the color can be a good split.)
- 2021-05-12 16:52:37下载
- 积分:1
-
OFDM
he m-file helps you o understand the generatio,transmission and reception of an ofdm signal, and also shows the effect of the channel noise and the HPA on the ofdm signal.
- 2013-11-24 02:46:31下载
- 积分:1