-
ABC
改进版的人工蜂群算法,包含了测试函数,可以运行的。(ABC algorithm coded using MATLAB language,Artificial Bee Colony (ABC) is one of the most recently defined algorithms by DervisKaraboga in 2005, motivated by the intelligent behavior of honey bees)
- 2014-04-25 19:11:25下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
Spectral-Methods-in-MATLAB---Lloyd-N.-Trefethen
Very good book on matlab
- 2013-01-15 11:55:37下载
- 积分:1
-
OFDMsynchronization
包含在word中提到的大部分同步算法,包括时间和频率同步(It contains most of the synchronization algorithm in the word mentioned, including time and frequency synchronization)
- 2021-02-01 19:50:00下载
- 积分:1
-
RegressionToolbox
本文件夹中包含了多种回归算法,用matlab编写(This folder contains a variety of regression algorithm using matlab to prepare)
- 2008-02-25 15:23:22下载
- 积分:1
-
adaptive.m
simple adaptive filter function for matlab
- 2011-03-30 02:33:13下载
- 积分:1
-
On the MATLAB DVB interested can look at, mainly in DVB in OFDM simulation! Desc...
关于MATLAB DVB的 有兴趣的可以看看,主要还是在DVB中OFDM的仿真 !说明是英文的哦!-On the MATLAB DVB interested can look at, mainly in DVB in OFDM simulation! Description is in English Oh!
- 2022-01-27 12:44:48下载
- 积分:1
-
FDFD_for_PCF_dispersion
说明: 用FDFD模拟光子晶体光纤的色散的程序,主程序为FDFD.m,计算色散的为dispersion.m(FDFD simulation of photonic crystal fibers with a dispersion of the process, the main program for the FDFD.m, calculated dispersion for dispersion.m)
- 2010-04-12 21:29:37下载
- 积分:1
-
一个图论中KM算法
借鉴了主成分分析算法(PCA),已经调试成功.内含m文件,可直接运行,包括最后计算压缩图像的峰值信噪比和压缩效果的源码,利用贝叶斯原理估计混合logit模型的参数,有小波分析的盲信号处理,信号维数的估计。
- 2022-03-04 20:22:44下载
- 积分:1
-
kf1test8
使用一组陀螺实测数据为原始数据,通过时变卡尔曼滤波,得到两组输出滤波图(Use a gyroscope data as raw data, through the time-varying Kalman filtering, the final two output filter figures are obtained)
- 2010-06-17 09:31:02下载
- 积分:1