CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab源函数

搜索资源列表

  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. matlab遗传算法

    29下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-20
    • 文件大小:6871
    • 提供者:skpretty
  1. MRF_MATLAB

    2下载:
  2. 马尔可夫(MRF)图像分割MATLAB源码,有30几个函数。Markov随机场的例子程序,对于初学MRF的人很有用,能得到直观的印象-Markov (MRF) image segmentation MATLAB source code, 30 a number of functions. Markov random field example of the procedure, for beginner person MRF useful that they can get a visual i
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:19688
    • 提供者:倪昊
  1. FIR

    0下载:
  2. 四种窗函数设计FIR数字滤波器matlab源码(hant,hamming,blackman,kaiser)-use window functions to design digital low-pass FIR filter...
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:2293
    • 提供者:Jie Yao
  1. ShearLab-1.0

    3下载:
  2. 离散剪切波变换的matlab源码,包括剪切波变换及逆变换函数,以及基于剪切波的去噪函数等-The matlab code of the shearlet transform. There are three routines for demos (image approximation & denoising and displaying shearlet coeff).
  3. 所属分类:matlab

    • 发布日期:2016-04-13
    • 文件大小:203776
    • 提供者:sinoer
  1. AFSA-MATLAB

    0下载:
  2. 此源码是对人工鱼群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。仅供学习参考。-This source is a realization of artificial fish school algorithm for unconstrained optimization of continuous functions to solve for the case with constraint, you c
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:5140
    • 提供者:涛哥
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. bpneuralnetworksandthestudyofcurve

    0下载:
  2. 网上的大部分BP实现曲线拟合都使用MATLAB库函数,这不利于读者理解BP神经网络的算法。本文用C源码实现MATLAB库函数.-BP to achieve most of the Internet curve fitting using MATLAB library function, this does not help readers understand the BP neural network algorithm. In this paper, the realization of C
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:155888
    • 提供者:chenhongxia
  1. PSO-CODE

    0下载:
  2. 以Rosenbrock矩阵做为测试函数的微粒群算法的一些源码-Rosenbrock matrix in order to function as a test of the Particle Swarm Optimization of a number of source
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11681
    • 提供者:刘翔
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:孙准
  1. mat

    0下载:
  2. 支持向量机非线性回归通用MATLAB源码本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合-Universal non-linear regression support vector machine MATLAB source code of this source can be used for linear regression, nonlinear regression, nonlinear function approximation, data m
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:7206
    • 提供者:fangcao
  1. rgyq

    0下载:
  2. 无约束连续函数优化的人工鱼群算法通用MATLAB源码-Unconstrained optimization of continuous function universal MATLAB source of artificial fish school algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:4520
    • 提供者:天道酬勤
  1. fuzzy

    1下载:
  2. matlab 源码 模糊函数,模糊神经网络 编写,训练-matlab source fuzzy function, fuzzy neural network preparation, training
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-26
    • 文件大小:1493
    • 提供者:liu ming
  1. matlabfun

    0下载:
  2. 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5318213
    • 提供者:little863
  1. rengong-mayi-MATLAB

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,仅供学习参考。-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous functions to solve the learning reference purposes only.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5372
    • 提供者:涛哥
  1. yichuan-back-pro-MATLAB

    0下载:
  2. 遗传算法优化神经网络黑箱函数通用MATLAB源码,仅供学习参考。-Genetic algorithm neural network black-box function universal MATLAB source code, study reference purposes only.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:4453
    • 提供者:涛哥
  1. Matlab-algorithm-source-code-package

    0下载:
  2. 1.MatLab从入门到精通的源代码(1.13M) 2.matlab经典算法的程序(2.9M) 3.MATLAB精彩编程100例源码(3.8M) 4.概率分布函数(7个文件) 5.解决积分问题的matlab源程序 (6个文件) 6.时间序列分析的一些模型Matlab源码(自回归例题及M文件)-1.MatLab from entry to the proficient source code (1.13M) 2.matlab classical algorithm proced
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:8184477
    • 提供者:中士
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4482
    • 提供者:杜玉麟
  1. essential-Matlab-source

    0下载:
  2. 全国大学生建模竞赛必备Matlab源码,包含多种数学处理函数。-The National Undergraduate Modeling Contest essential Matlab source code, contains a variety of mathematical processing function.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:21422188
    • 提供者:sfcsdfvsefesf
  1. gscale

    0下载:
  2. 频域滤波器,gscaleMATLAB原函数程序(Frequency domain filter)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:行行行111
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com