-
ldpc_wbf
weighted bit flipping algorithm using matlab m-file
- 2010-11-24 22:18:53下载
- 积分:1
-
filterbank
proposed filter-based algorithm uses a bank of Gabor filters to capture both local and global details
in a fingerprint as a compact fixed length FingerCode. The fingerprint matching is based on the Euclidean
distance between the two corresponding FingerCodes and hence is extremely fast. We are able to achieve a
verification accuracy which is only marginally inferior to the best results of minutiae-based algorithms
published in the open literature
- 2012-03-25 21:18:38下载
- 积分:1
-
newton_ex
牛顿法matlab版本的一个实例源代码,带轨迹收敛图。(a source code of newton algorithm by matlab )
- 2013-10-27 16:44:08下载
- 积分:1
-
CCGPhundunxiyingzi
利用相空间重构技术绘制混沌吸引子图像的程序。(The phase space reconstruction technology draw chaotic attractor image program.)
- 2021-04-26 10:28:45下载
- 积分:1
-
LMS-AND-NLMS
高斯白噪声下的LMS算法,归一化LMS算法。附仿真结果报告、源代码、截图,内容详尽,希望对您有所帮助(Gaussian white noise of the LMS algorithm, the normalized LMS algorithm. With the simulation results are reported, the source code, screenshots, and detailed, I hope for your help)
- 2013-07-16 19:28:39下载
- 积分:1
-
3
说明: 用双音频输入重新仿真,实现频谱扩展功能,产生滤波后高斯过程功率谱密度和相关高斯序列时域值(Re-simulation with dual audio inputs, to achieve spread spectrum function, resulting in filtered Gaussian process Gaussian power spectral density and the associated value of time-domain sequence)
- 2011-07-16 23:15:51下载
- 积分:1
-
matlab-combination-lock
matlab 密码锁的实现 matlab 实现的加密,希望对大家有用啊
(The realization of the matlab combination lock matlab encryption, hope of the useful ah)
- 2011-11-13 21:37:40下载
- 积分:1
-
PMM
基于Partial Model Method的PID控制器设计,在matlab2010上完美运行(Based on Partial Model Method of PID controller design, a perfect run in matlab2010)
- 2013-10-10 14:33:54下载
- 积分:1
-
buffer
说明: 在MATLAB中可以当做发射信号的缓冲,以提高系统的稳定性,从而防止数据的剧烈变化(BUFFER Buffer a signal vector into a matrix of data frames.
Y = BUFFER(X,N) partitions signal vector X into nonoverlapping data
segments (frames) of length N. Each data frame occupies one
column in the output matrix, resulting in a matrix with N rows.)
- 2011-04-08 08:57:12下载
- 积分:1
-
life
:元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于
自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自
动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life.
"Life" is a cellular automaton invented by John
Conway that involves live and dead cells in a
rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero.
Whether cells stay alive, die, or nerate new cells depends upon how many of their eight
possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the
universe. Pressing the "Start" button
automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
- 2012-04-07 17:12:38下载
- 积分:1