-
FractalFilter
基于模糊自动控制的分形滤波算法。通过计算分形维数选定滤波器实现自适应滤波去噪。(Automatic control based on fuzzy fractal filtering algorithm. By calculating the fractal dimension , select adaptive filter to achieve de-noising .)
- 2009-04-20 08:56:53下载
- 积分:1
-
视频监控系统
该项目是关于视频稳定手持或通过安全摄像机捕获视频有太多的噪音和生涩,因此,我们的项目是用来去除噪声和做更稳定的视频。
- 2022-02-25 10:17:17下载
- 积分:1
-
Newton
利用牛顿法和拟牛顿法解非线性方程组,实验验证有效。(Newton method and quasi Newton method for solution of nonlinear equations, which has been experimentally verified and proven to be useful.)
- 2010-02-05 01:54:08下载
- 积分:1
-
drawBayesGauss2D
matlab code for plot 2d gauss
- 2014-09-25 19:20:12下载
- 积分:1
-
DFP
说明: shepp-logan的2D直接傅里叶反变换法(Shepp-logan 2-D Direct Fourier Inverse Transform Method)
- 2019-01-17 17:44:15下载
- 积分:1
-
115157688Microgrid-inverter-control
说明: 直流微电网:分布式电源、储能装置、负荷等均连接至直流母线,直流网络再通过电力电子逆变装置连接至外部交流电网。直流微电网通过电力电子变换装置可以向不同电压等级的交流、直流负荷提供电能,分布式电源和负荷的波动可由储能装置在直流侧调节。(DC microgrid: Distributed generators, energy storage devices and loads are connected to DC bus, and DC network is connected to external AC network through power electronic inverters. DC microgrid can provide power to AC and DC loads of different voltage levels through power electronic conversion devices, and the fluctuation of distributed generation and load can be regulated by energy storage devices on the DC side.)
- 2019-01-25 18:38:59下载
- 积分:1
-
miller
miller码的matlab(miller code matlab)
- 2007-07-27 10:10:10下载
- 积分:1
-
ofdm_program
matlab实现OFDM算法的仿真代码,可以实现OFDM算法的功能模拟。(implement the simulation algorithm matlab code OFDM, OFDM algorithm can achieve functional simulation.)
- 2011-09-20 23:42:35下载
- 积分:1
-
shiyongchengxu
matlab实用程序百例,适合初学者学习(matlab utility, one hundred cases, suitable for beginners to learn)
- 2013-09-09 16:57:11下载
- 积分: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