-
Chapter8
用Matlab语言实现通信系统的后处理功能(Language communication system using Matlab post-processing functions)
- 2010-06-08 11:48:26下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
quadratic-interpolation-algorithm
应用matlab实现黄金分割和二次插值算法(Application matlab achieve golden and quadratic interpolation algorithm)
- 2014-10-09 20:58:03下载
- 积分:1
-
LT
说明: LT CODING: ENCODING AND DECODING OF FOUNTAION CODE(LT ENCODING AND DECODING)
- 2013-03-12 19:58:05下载
- 积分:1
-
hread
hread read header of a RINEX 3.01 file and outputs position, the list of observation types and the list of observation .
- 2013-04-07 03:03:23下载
- 积分:1
-
drawing
用matlab语言编写,实现分段函数的绘制,已经经过调试(Matlab language used to achieve sub-function mapping, has been commissioning)
- 2010-10-24 00:37:21下载
- 积分:1
-
Modulation
BPSK, QPSK, 16-QAM Modulation Mapping BER in communication
- 2010-12-22 13:15:17下载
- 积分:1
-
bifurcation
说明: 计算群体感应模型的分叉图,直接描述模型随时滞变化的(Computing the bifurcation digram of quorum sensing and decribing the change with delay)
- 2010-03-16 15:44:28下载
- 积分:1
-
BP_fft
transformée de fourier rapide
- 2011-04-18 22:24:01下载
- 积分:1
-
LMS
LMS算法及仿真实现,在等高线性能平面上绘制出了滤波器系数的运动轨迹和最优滤波器系数,以及错误概率的变化趋势。针对迭代次数变化和迭代步长变换分别作了相关讨论。(LMS algorithm and the simulation realization, in contour performance plane drawing out of the filter coefficient trajectory and optimal filter coefficient, and the change tendency of the error probability. According to the iteration times change and iterative step length transform the discussion related respectively.
)
- 2012-11-27 09:38:18下载
- 积分:1