-
MATLABEngine
VC++中调用MATLAB引擎进行绘图完整源代码(VC++ graphics engine is called a complete MATLAB source code)
- 2010-10-31 16:20:37下载
- 积分:1
-
Matlabkejian
Matlab编程学习课件,是初级学习非常重要(Matlab programming learning courseware, is the primary learning is important)
- 2010-05-22 23:18:46下载
- 积分:1
-
File_5
radar code matlab positioning
- 2013-01-27 15:22:59下载
- 积分:1
-
m_map
应用matlab绘制各样投影的地图,以及相关的图形绘制等等等(plot the map with matlab, that is a very useful tool)
- 2015-04-08 19:20:17下载
- 积分:1
-
jiucuoxinneng
MIMO系统各态历经信道容量的分析与仿真(Ergodic MIMO system channel capacity analysis and simulation)
- 2010-05-13 20:18:45下载
- 积分:1
-
xx
说明: matlab仿真的,功能是实现相关峰值的提取。能够在低信噪比下得到效果较好的相关峰(matlab simulation, feature extraction is to achieve correlation peak. Able to get better low SNR correlation peak)
- 2013-07-28 01:45:52下载
- 积分:1
-
equalizer
用Viterbi algorithm筛选经过含白噪声的信息。equalizer为采用Viterbi algorithm,有效减少ISI(码间串扰),detector为简单的检验器。对比两者的误码率。信息数量为10001bit(using Viterbi algorithm method selecting the data. compared with simple detector. data length are 10001bits. Viterbi algorithm can reduce the affect of ISI (intersymbol interference))
- 2012-04-30 16:54:33下载
- 积分:1
-
cyclic2
基于matlab实现的循环谱估计算法,可以对具有循环平稳特点的信号进行参数估计,如直扩信号和周期调制信号。(based on the cycle of Matlab achieve spectral estimation algorithm, be right circle with a smooth characteristics of the signal to estimate the parameters, such as DS signal and modulation signal cycle.)
- 2007-05-19 15:18:18下载
- 积分:1
-
HighBoost
high boost filter designed in matlab
- 2009-09-10 18:23:43下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1