-
MATLABintelecommunicationsengineering
《MATLAB在电信工程中的应用》电子书,很全,学通信的可以看一下(" MATLAB in telecommunications engineering" e-book, it is the whole school can look at communication)
- 2009-04-09 10:47:09下载
- 积分:1
-
turbo
说明: 自己参考别人编的一种turbo码的编码和解码(Others have made reference to a series of encoding and decoding of turbo codes)
- 2010-04-20 10:03:20下载
- 积分:1
-
fourier_series_real
This function computes the fourier series of a signal x(t). The amplitudes of the fourier series have the same dimension of the original signal, so this function is useful for immediate computation of the actual frequency components, without further processing.
- 2013-05-04 23:23:45下载
- 积分:1
-
plot_PL_general
一般路径损耗模型分为自由空间传播模型和对数距离路径损耗模型,本程序建立以上模型。(Generally divided into free space path loss model propagation model and logarithmic distance path loss model, the program to build more models.)
- 2014-05-19 15:23:12下载
- 积分:1
-
Bayers
用matlab实现的朴素贝叶斯分类源代码,希望对大家有些帮助(Using matlab realize the Naive Bayesian Classifier source code, in the hope that some U.S. help)
- 2008-05-09 19:58:57下载
- 积分:1
-
clustermatlabcode
这个是关于模糊聚类的MATLAB程序,很简单,自己慢慢琢磨(This is on the MATLAB fuzzy clustering procedure is very simple, slowly pondering their own)
- 2009-12-30 21:42:47下载
- 积分:1
-
QliuuguifeenA
QAM16调制的实现 matlab源程序源源码 星座图的输出与结果都正确 可直接使用。
(Matlab source source source constellation of QAM16 modulation output results are correct can be used directly.)
- 2012-07-25 23:06:40下载
- 积分:1
-
Engineering-Electromagnetics-8th-ed.---W
EMT BOOK FOR ENGINEERING
- 2015-03-04 03:13:32下载
- 积分:1
-
FIR_Parallel_algorithm
二并行FIR算法具有速度快的优点,其算法对信号的处理有它独特的优势,其中的源程序对算法进行了仿真,与结论一致(FIR Parallel algorithm
)
- 2010-12-06 18:59:36下载
- 积分:1
-
life
:元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于
自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自
动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life.
"Life" is a cellular automaton invented by John
Conway that involves live and dead cells in a
rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero.
Whether cells stay alive, die, or nerate new cells depends upon how many of their eight
possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the
universe. Pressing the "Start" button
automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
- 2012-04-07 17:12:38下载
- 积分:1