-
Matlab-ShuZhi-Jisuan(code)
各种数值计算的基本算法:求解代数方程、微分方程组、各种多项式插值等,matlab语言开发,适用于工科学生(A variety of numerical calculation of the basic algorithm: solving algebraic equations, differential equations, a variety of polynomial interpolation, matlab language development for engineering students)
- 2011-08-31 19:04:41下载
- 积分:1
-
MainAneal
最短路径的模拟退火算法,用matlab编写的。(aneal algorithm)
- 2014-01-02 21:00:59下载
- 积分:1
-
TSP-PSO
说明: 运用混合粒子群算法求解TSP问题,带GUI界面,可以根据自己需要设置迭代次数等信息(Using hybrid particle swarm optimization algorithm to solve TSP problem, with GUI interface, you can set the number of iterations and other information according to your own needs)
- 2021-04-11 14:58:58下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
1BoxCounting
用于1维曲线的分形维数计算,利用的是盒维数算法(one-dimensional curve for the fractal dimension is calculated using the box dimension algorithm)
- 2007-04-24 13:51:04下载
- 积分:1
-
three1
电力电子三相桥式整流matlab仿真电路(Three-phase bridge rectifier power electronic circuit simulation matlab)
- 2011-11-30 22:00:28下载
- 积分:1
-
SIC
串行干扰消除技术有利于消除MIMO系统的多天线干扰,本文件包含ZF-sic与MMSE-sic(Serial interference elimination technology to eliminate the antennas of the MIMO system interference, this file contains the ZF- sic and MMSE- sic)
- 2021-04-15 22:28:54下载
- 积分:1
-
LMSLMSNewton
LMS及LMSNewton算法的比较。性能表面的等高线(the different between LMS and LMSNewton.)
- 2013-05-02 18:47:46下载
- 积分:1
-
SYSTEM
SVPWM matlab电动机仿真模块,可直接用于电动机驱动仿真(SVPWM matlab motor simulation module, can be directly used motor-driven simulation)
- 2014-01-20 12:02:34下载
- 积分:1
-
PD_simulation
说明: 数字预失真的程序,很不错的,运用直接训练法,效果不错(Digital pre-distortion process, very good, the use of direct training method, good results)
- 2010-04-13 19:32:44下载
- 积分:1