CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - FAST算法

搜索资源列表

  1. 一种快速图象中值滤波算法

    0下载:
  2. 一种快速图象中值滤波算法 北京理工大学学报转载-A fast image median filtering algorithm Beijing Polytechnic University Journal reprinted
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:93754
    • 提供者:绿冬
  1. fast ica 快速盲源分离

    3下载:
  2. 快速ica算法
  3. 所属分类:matlab例程

    • 发布日期:2010-12-11
    • 文件大小:41249
    • 提供者:ghyysu123
  1. fast-ICA

    1下载:
  2. fastICA2.5 ICA算法,使用快速独立分量分析(ICA)算法进行特征提取-fastICA2.5 ICA algorithm, the use of fast independent component analysis (ICA) feature extraction algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:827
    • 提供者:王娟
  1. FastICA

    0下载:
  2. 实现Fast ICA算法的一个例子,实现音频分离-Fast ICA algorithm to achieve an example of the realization of the audio
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1678578
    • 提供者:李理
  1. Fast-Newman

    2下载:
  2. Fast Newman算法实现社团发现,算法论文、源码和数据俱全。-Fast Newman to detect community structure
  3. 所属分类:matlab

    • 发布日期:2014-07-15
    • 文件大小:148480
    • 提供者:胡春生
  1. zhang

    3下载:
  2. 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-11
    • 文件大小:623
    • 提供者:liuliyang
  1. tuxiangfenli

    0下载:
  2. 通过对独立分量分析算法的研究,介绍了该算法的基本模型及目前应用最广泛的快速定点ICA算法的数学原理.通过仿真试验结果表明,用该算法对随机混合的3幅图像进行盲分离,取得了理想的效果.-By independent component analysis algorithm, introduced the algorithm for the basic model and is currently the most widely used fast fixed-point ICA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:243767
    • 提供者:卡卡
  1. graythresh

    0下载:
  2. 本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码-In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the m
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1265
    • 提供者:王超群
  1. ksjj

    0下载:
  2. 编写一个MATLAB函数,实现快速卷积算法,给出一个实例。用一个N点离散傅立叶变换同时计算两个N点实序列的离散傅立叶变换。-The preparation of a MATLAB function, fast convolution algorithm, given a case in point. With a N-point discrete Fourier transform at the same time calculation of the two N-point real sequ
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:711
    • 提供者:qiwenchao
  1. PSOPOWELL

    0下载:
  2. 一种PSO和POWELL相结合的快速搜索算法,有很强的实用性-POWELL A combination of PSO and the fast search algorithm, has a strong practical
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:91697
    • 提供者:
  1. MATLAB

    0下载:
  2. 本文介绍了数字信号处理中各种算法基本原理,包括Z 变换、DFT 变换及其快速 算法FFT 等信号变换算法和包括IIR 与FIR 数字滤波器的设计与实现,详细论述了利用 MATLAB 软件对信号变换和设计数字滤波器的原理﹑ 步骤和实现方法,并给出了基于 MATLAB 的模拟与仿真。文章最后给出了实验结果,并就其结果做了进一步的解释和说明。 关键词:Z 变换,离散傅立叶变换DFT,数字滤波器,系统结构仿真 -This article describes a variety of
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:255502
    • 提供者:zhd
  1. GA

    0下载:
  2. 用遗传算法求解函数最优值,收敛速度快且不易陷入局部最优值。遗传算法是经典算法,此程序适合初学者。-A Genetic Algorithm for the optimal value function, convergence is fast and easy to fall into local optimal value. Genetic algorithm is a classical algorithm, this program suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:10252
    • 提供者:蒋佳颖
  1. fast_marching

    0下载:
  2. level set 快速行进法,快速行进法的2D算法-Fast marching level set method, fast marching method of 2D algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:6071602
    • 提供者:马庆丰
  1. fast_marching

    5下载:
  2. 在Juan Cardelino发布的FMM(fast marching methos)2维程序基础上改写的3维程序。并改写成适合复杂速度模型,可用于地震旅行时计算。大模型3d算法在matlab下计算速度较慢,根据源码中的注释很容易改写成c程序。-3D FMM program revised from Juan Cardelino s 2D version. The program can calculate the seismic traveltimes in 3D complex model
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:375334
    • 提供者:lhy
  1. seg_oneseed

    0下载:
  2. 快速区域生长算法,已测试相当不错,欢迎感兴趣的达人们下载测试-Fast region growing algorithm has been tested pretty well, welcome to download the test of interest up to the people
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:38874
    • 提供者:wangxn
  1. toolbox_fast_marching

    0下载:
  2. 水平集快速步进算法的源码,参考书籍为:Level sets and fast matching algorim.-Level set fast marching algorithm source code, reference books as: Level sets and fast matching algorim.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:6080847
    • 提供者:刘娜娜
  1. ICA_by_HaoShenStefanieJegelkaandArthurGretton

    0下载:
  2. 由Hao Shen, Stefanie Jegelka, and Arthur Gretton提供的Fast Kernel ica算法。-Fast Kernel Independent Component Analysis using an Approximate Newton Method by Hao Shen, Stefanie Jegelka, and Arthur Gretton
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:126476
    • 提供者:catkin
  1. 连续投影算法

    0下载:
  2. 连续投影算法是一种简单,快速选取特征变量选择方法,可用于光谱分析等。(Continuous projection algorithm is a simple, fast selection of feature variable selection method, can be used for spectral analysis.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1868800
    • 提供者:日照抚远
  1. 粒子群算法

    0下载:
  2. 快速求最小值 同时配有文字说明 ,方便读者详细学习(Fast minimum value.At the same time, it is provided with text descr iptions to facilitate readers to learn in detail.)
  3. 所属分类:matlab例程

    • 发布日期:2018-12-09
    • 文件大小:2048
    • 提供者:小 八
  1. 基于遗传算法matlab优化程序

    1下载:
  2. 改进型的GA,寻优速度快,可用用作电力系统潮流计算等方面。(The improved GA has fast optimization speed and no dimension disaster)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-18
    • 文件大小:11264
    • 提供者:oldyoung1997
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com