-
mutiuser
使用matlab写的6个多用户检测程序,非常有价值(Using matlab written more than 6-user detection procedures, very valuable)
- 2007-11-21 21:25:28下载
- 积分:1
-
arma
实现了二维的ARMA/AR时序模型,可用于结构模态识别。(ARMA/AR timing of the two-dimensional model can be used to structure modal identification.)
- 2012-11-15 21:02:48下载
- 积分:1
-
matlab
做速度分析和动校正很有用,大家可以试一试,大家赞一个谢谢(it is for velocity analysis and NMO,
and it is very useful,thank you)
- 2012-10-18 15:39:07下载
- 积分:1
-
MATCOM_VC
MATCOM与VC_混合编程中自定义函数作为输入参数的调用方法.PDF(Mixed programming with VC_ MATCOM defined function call method as an input parameter. PDF)
- 2011-01-19 23:29:26下载
- 积分:1
-
matlab6-10
精通matlab7这本书的例程,6-10部分(Proficient matlab7 this book part of the routine ,6-10)
- 2009-09-09 19:43:50下载
- 积分:1
-
PPM_TH_UWB
该段程序包括跳时超宽带信号的产生及其频谱特性(The section of program, including UWB signal generation and spectrum)
- 2010-05-24 11:20:26下载
- 积分:1
-
matlab
matlab程序:最小生成树prim算法、最小生成树kruskal算法、穷举法求哈密顿圈;以及计算旅行商路线的lingo程序(Prim minimum spanning tree algorithm, matlab program)
- 2010-08-18 09:45:29下载
- 积分:1
-
mat04
matlab基础例程,用于matlab/simulink通信仿真,代码很典型。(Basic matlab routines, used for matlab or simulink comm simulation, codes are very typical.)
- 2012-02-15 17:18:46下载
- 积分:1
-
Geneticmethod
It is a package of document and code for genetic algorithem optimization.
- 2011-01-02 14:31:24下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1