-
WriteCleanCode
这是关于C的编程风格以及效率的一本书籍,是中文版的。(This is about C programming style and efficiency of a book, is the Chinese version.)
- 2009-12-21 16:27:49下载
- 积分:1
-
OFDM的wlan代码
说明: 用matlab仿真ofdm在wlan中的应用的源代码,此源代码适用于开发ofdm无线局域网的工程技术人员以及研究生。(simulation using Matlab OFDM wireless LAN in the application's source code, the source code applicable to the development of OFDM wireless LAN engineering and technical personnel and graduate students.)
- 2005-10-16 16:19:52下载
- 积分:1
-
dscodemotion
ds algorithm motion estimation
- 2009-10-22 17:57:10下载
- 积分:1
-
mixturegeneration
Matlab function that combines two audio file for testing blind source separation algorithms.
- 2009-09-26 04:40:58下载
- 积分:1
-
matlab_bgl-3.0-beta
这是一个包含有几十个程序的软件包,可以求网路的最短路径等。(This is a program contains dozens of packages, you can seek the complexity of the network, such as the shortest path.)
- 2009-07-09 12:20:29下载
- 积分:1
-
allmargin
Control code for matlab versions prior
- 2013-10-24 21:21:31下载
- 积分:1
-
Electromagnetic-Waves-and-Antennas
《Electromagnetic Waves and Antennas》经典书籍全部源码及电子书,希望能对大家有用!(《Electromagnetic Waves and Antennas》——All the source code and ebook, I wish that this can be useful to everybody!)
- 2014-12-10 11:21:03下载
- 积分:1
-
PCA
使用principal component analysis PCA减少特征数目(Use principal component analysis (PCA) to reduce the number features.)
- 2011-11-26 05:56:41下载
- 积分:1
-
57991
ADP算法最原始的代码,适用于2012年自适应动态规划论文(2012 JZP paper Adaptive Dynamic Programing by Counting linear system)
- 2021-01-19 18:38:42下载
- 积分:1
-
cyclic_coder
(7,4)系统循环码编码器
code_out = cyclic_coder(code_in)
该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1
输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统
循环码字,是1×7的行向量。
函数运行时,同时画出输入信息码字和循环码字的波形图。( (7,4) cyclic code system Encoder code_out = cyclic_coder (code_in) cyclic code encoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 of information input parameters code_in code word is 1 × 4 row vector output code_out System is encoded codeword cycle, the row is 1 × 7 vector. Function to run at the same time draw the input code word and code word cycle waveform.)
- 2011-08-15 21:48:28下载
- 积分:1