-
matport
这是学习matlab的非常实用的程序Matport是NTPort Library的MatLab接口模块。借助Matport,你可以在Matlab中直接访问PC
的I/O端口。(Before use Matport, your must install the latest version of NTPort Library. And copy all files of Matport into MatlabWork directory.
Start Matlab, and now you can use matport command to call NTPort Library functions. The basic syntax of Matport is as follows,
matport( NTPort Library funtion , parameters...)
For example, if you want to call Inport function to read a port, simply use
myvalue = matport( Inport , 97)
Port address 97 is as a decimal.)
- 2011-05-04 21:40:35下载
- 积分:1
-
chap1_1
PI控制的相关模型,以及PI参数设置问题。。。(PI control relevant model, and PI parameter setting problem.)
- 2013-09-23 11:22:58下载
- 积分:1
-
force-optimization-matlab
土木工程领域。matlab斜拉桥有限元调索程序。二维,线性结构。可以输入结构模型参数。包含三种方法:可行域法,弯矩能量最小法,零弯矩法。(Civil engineering fields. transfer cable stayed bridge matlab finite element program. Two-dimensional, linear structure. Structural model parameters can be entered. Contains three methods: feasible domain method, the minimum bending energy, zero moment method.)
- 2013-12-22 09:54:00下载
- 积分:1
-
hop
设计Hopfield网络
对Hopfield网络进行仿真(Design of Hopfield network Hopfield network emulation)
- 2007-07-11 17:54:37下载
- 积分:1
-
DFEBasedOnMCMA
一种用于判决反馈均衡器的方法和装置,其中使用一校正项来补偿限制器误差,从而避免了误差传播。选择均衡器的滤波器系数以便使均衡器的代价函数最小(One for decision feedback equalizer method and device, which uses an error correction terms to compensate for the limiter, thus avoiding error propagation. Select equalizer equalizer filter coefficients so that the minimum cost function)
- 2010-08-12 10:23:07下载
- 积分:1
-
QBS
钱伯斯——三点迭代公式,同抛物线法一样可以求方程的根。(Chambers- 3:00 iteration formula, with the parabola method can still seek the root of equations.)
- 2010-02-05 23:01:47下载
- 积分:1
-
rl
说明: 瑞利随机数的生成,通过两个同方差的正态分布而求得,并求出其PDF和CDF(Rayleigh random numbers generated by two normal distribution with variance that obtained and solved its PDF and CDF)
- 2010-05-17 13:27:42下载
- 积分:1
-
AES
ES is a symmetric block cipher.
The same key is used to encrypt and decrypt the message.
The plain text and the cipher text are the same size.
The Aes algorithm works as follows:
Convert to state array: This step consists of conversion on the matrix onto a state array operating with the sbox.
Transformations (and their inverses)
AddRoundKey: Computing the round key for each round.
SubBytes: Substituting by bytes from Sbox.
ShiftRows: Shifting of rows.
MixColumns: Exor operation on columns.
Key Expansion: Expanding the key to be used on next round.
- 2013-04-30 00:03:37下载
- 积分:1
-
MAGNITUDE-AND-PHASE-RESPONSE-OF-HIGHPASS-AND-LOWP
MAGNITUDE AND PHASE RESPONSE OF HIGH AND LOWPASS FILTER
- 2013-12-28 01:07:48下载
- 积分:1
-
work_4
平面波是一种理想的电磁波,许多复杂的电磁波能分解成均匀平面波的叠加形式,研究平面波的传输问题有很强的现实意义,本文利用场匹配法和等效传输线法对平面波入射分成介质问题进行分析,计算出总的反射系数,并利用Matlab软件对频率在0-10GHz的平面波进行了仿真对比,加深了对平面波传输的理解。(Plane wave is an ideal electromagnetic waves, many of the complex electromagnetic waves can break down into a uniform plane wave superposition form, strong practical significance in the study of plane wave transmission problem, this article use field matching method and the equivalent transmission line method for plane wave incident divided into problems with media conduct analysis, calculate the total reflection coefficient, and the use of Matlab software plane wave in the 10GHz frequency simulation compared to deepen the understanding of plane wave transmission.)
- 2013-05-17 13:09:15下载
- 积分:1