-
HOS_MIMO
基于二阶和高阶统计量的MIMO系统盲信道估计,可完美进行信道估计,进行误码率及误差分析等。(Based on second-order and higher-order statistics of the MIMO system, blind channel estimation can be the perfect channel estimation carried out for the bit error rate and error analysis.)
- 2009-05-11 20:52:58下载
- 积分:1
-
correlatedPopulations
说明: matlab写的运动检测 自动实现 十分有用的代码 值得学习!(Motion detection matlab automatically write the code should be very useful to learn!)
- 2011-03-25 13:44:04下载
- 积分:1
-
RVM
关联向量机的硕士博士论文,关联向量机是支持向量机的发展,开发工具主要是matlab(Associated with the master s thesis vector machines, relevance vector machine is the development of support vector machines, development tools, mainly matlab
)
- 2012-01-10 12:12:00下载
- 积分:1
-
Desktop
计算网络节点介数,节点的介数为网络中所有的最短路径中经过该点的数量比例。(Calculate the number of referrals referral network node number of nodes in the network all the shortest paths through the ratio of the number of points.)
- 2016-03-05 20:57:30下载
- 积分:1
-
zhongzilubo
对医学细胞图像进行中值加权滤波的matlab程序。(Medical cell images in value-weighted filter matlab program.)
- 2009-06-04 16:26:01下载
- 积分:1
-
iu6djgtjer5y
X射线头影图象的自适应卡尔曼滤波方法研究_徐常胜.zip(Cephalometric X-ray image of the adaptive Kalman filtering method _ Xu Changsheng. Zip)
- 2013-08-08 20:13:57下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
Tropospheric-scatter-communications
第1章 对流层有关特性
第2章 对流层散射传播机制
第3章 对流层散射传输损耗
第4章 对流层散射信号慢衰落特性
第5章 对流层散射信号相关特性及谱特性
第6章 对流层散射信号统计分布特性
第7章 分集接收信号统计分布特性
(Transmission mechanism, transmission loss, slow fading characteristic, correlation characteristic and spectrum characteristic, statistical distribution, diversity reception signal statistical distribution characteristics
)
- 2014-11-05 14:54:29下载
- 积分:1
-
root_music
root_MUSIC算法,针对均匀线阵的非相关求根MUSIC算法(root_MUSIC algorithm)
- 2013-07-16 19:27:50下载
- 积分:1
-
PID
MATLAB中实现PID控制系统的,改变输入r(k)分别为阶跃信号、三角波、方波。(MATLAB to achieve PID control system, change the input r (k) are step signal, triangle wave, square wave.)
- 2014-08-15 17:38:11下载
- 积分:1