-
chap7
说明: 基本的MATLAB例子,非常实用,用到中值滤波等图像处理技术(Basic MATLAB examples, very practical, to use median filtering and other image processing techniques)
- 2010-03-27 21:01:35下载
- 积分:1
-
stbc
空时码中的stbc的matlab代码,专业书上的代码,可以运行,希望对您有用(Space-time codes in the stbc the matlab code, professional code book, you can run, I hope useful to you)
- 2010-05-16 16:45:24下载
- 积分:1
-
MATLAB-qiujizhi
详细描述了如何利用matlab编程语言求取极值问题,描述的十分清楚,有用(Detailed description of how to use the matlab programming language to strike extremal problem, described in very clear, useful)
- 2011-07-06 16:56:35下载
- 积分:1
-
project1
matlab环境下,使用双线性插值法实现缩放图像(matlab environment, using a bilinear interpolation method to achieve image zoom)
- 2013-09-30 10:35:20下载
- 积分:1
-
matlab-C4
该源代码主要实现C4.5决策树算法,C4.5是对ID3算法的一种改进,它完善了ID3算法,补充了其算法的一点不足(The source code is the main achievement of C4.5 decision tree algorithm, C4.5 is an improved ID3 algorithm, which improved the ID3 algorithm, the algorithm added a little less than its)
- 2011-11-18 11:00:13下载
- 积分:1
-
OFDM_fangzhen
OFDM为正交频分复用,频谱利用率高,抗干扰性强,应用前景广泛,为4G发展的核心技术,本文用matlan对其进行仿真(OFDM orthogonal frequency division multiplexing, high spectrum efficiency, interference is strong, broad application prospects, 4G development of the core technology, matlan its simulation)
- 2013-05-21 20:16:36下载
- 积分:1
-
sliding
matlab的simulink模块编写的滑模变结构完整控制程序,跟踪阶跃输入信号(matlab in simulink module written Sliding Mode Variable Structure complete control procedures, tracking a step input signal)
- 2014-09-09 16:29:16下载
- 积分:1
-
Channel-coding-and-interleaving
信道编码(线性分组码 卷积码),交织器的仿真(Simulation additive white Gaussian noise channel and multi-channel fading by)
- 2014-12-20 20:57:19下载
- 积分:1
-
matlabsoftwareforautocontrol
matlab自动控制可视化软件实验平台,对于高校自动化专业学生学习自动化大有裨益。相关技术领域研究人员也可以看看,软件做的还不错。(Automatic control visualization software matlab experimental platform for college students to learn automation automation boost. Related technical field researchers can see, the software to do good.)
- 2015-04-15 23:00:55下载
- 积分: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