-
fleurydaima
这个是一个旅行商的问题,在多个路段中选择合适的路径是解决问题的关键,这个算法就解决了这个问题(This is a traveling salesman problem, in many sections to choose the right path is the key to solve the problem, this algorithm has solved this problem)
- 2010-09-03 23:21:13下载
- 积分:1
-
Matlab_LMS4
自适应线性预测编码问题,计算LMS迭代时预测误差和系数误差的功率谱,绘出残余能量曲线和学习曲线(Adaptive linear predictive coding problem, when calculating the LMS iterative prediction error and coefficient error power spectrum, plotted the residual energy curve and learning curve)
- 2008-04-25 10:24:49下载
- 积分:1
-
raymtf
使用matlab分析传统光学系统加入三次相位掩模板之后的光学传递函数分析(Analysis using conventional optical systems matlab cubic phase mask after adding optical transfer function analysis)
- 2013-08-28 16:57:44下载
- 积分:1
-
PatternRecognitionTask
这是一个用liblinear进行分类的例子,需要有liblinear环境(Using liblinear to do classification task)
- 2014-01-14 14:08:33下载
- 积分:1
-
C_
说明: C_V水平集模型图像分割算法C_V level set model for image segmentation(C_V level set model for image segmentation)
- 2011-03-28 18:18:31下载
- 积分:1
-
airplane_boarding
这是07年美赛关于登机问题的元胞自动机例程,希望有所帮助(This is a 2007 issue of U.S. race on the boarding of cellular automata routines, hope help)
- 2011-07-20 16:22:10下载
- 积分:1
-
Lake901
这是一个非常重要的而又简单的程序,是书上常用和数学建模的好帮手( very good)
- 2013-08-12 11:15:13下载
- 积分:1
-
gkde
KDE function or kernel density function for the estimation of a continuous density
- 2011-11-21 15:19:13下载
- 积分:1
-
ICA(主分量分析)算法和程序
ICA(主分量分析)算法和程序,分析了该信号的时域、频域、倒谱,循环谱等,使用高阶累积量对MPSK信号进行调制识别,给出接收信号眼图及系统仿真误码率,抑制载波型差分相位调制,信号维数的估计,包括随机梯度算法,相对梯度算法。( ICA (Principal Component Analysis) algorithm and procedures, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Using high-order cumulants of MPSK signal modulation recognition, The received signal is given eye and BER simulation systems, Suppressed carrier type differential phase modulation, Signal dimension estimates, Including stochastic gradient algorithm, the relative gradient algorithm.)
- 2016-03-31 21:01:14下载
- 积分:1
-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1