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

搜索资源列表

  1. 回波抵消器中常用的几种自适应滤波算法有LMS

    8下载:
  2. 回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS,Echo cancellation devices commonly used in adaptive filtering algorithm has several LMS, NLMS, RLS, such as algorithms. The main algorithm of t
  3. 所属分类:matlab例程

    • 发布日期:2012-12-17
    • 文件大小:176.96kb
    • 提供者:
  1. hurstcaculate.rar

    0下载:
  2. hurst指数估计 This function does dispersional analysis on a data series, then does a Matlab polyfit to a log-log plot to estimate the Hurst exponent of the series. This algorithm is far faster than a full-blown implementation of Hurst s
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:966byte
    • 提供者:陈华
  1. Pls_tool-tem.rar

    3下载:
  2. pls算法工具箱。偏最小二乘回归≈多元线性回归分析+典型相关分析+主成分分析 ,pls algorithm toolbox. Partial least-squares regression ≈ multiple linear regression analysis, canonical correlation analysis++ Principal component analysis
  3. 所属分类:matlab

    • 发布日期:2016-11-26
    • 文件大小:418kb
    • 提供者:zhangguanru
  1. lab432.rar

    0下载:
  2. 主成分分析和偏最小二乘SquaresPrincipal成分分析( PCA )和偏最小二乘( PLS ) ,广泛应用于工具。此代码是为了显示他们的关系,通过非线性迭代偏最小二乘( NIPALS )算法。 ,Principal Component Analysis and Partial Least SquaresPrincipal Component Analysis (PCA) and Partial Least Squares (PLS) are widely used tools. Thi
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:372.32kb
    • 提供者:harrison
  1. voice-activity-detection-algorithm-

    0下载:
  2. 基于小波分析和支持向量机的语音激活检测 一种方法-Based on wavelet analysis and support vector machine voice activity detection
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:227.76kb
    • 提供者:杜大鲲
  1. Successive-Projections-Algorithm

    0下载:
  2. 主要用于近红外光谱处理中光谱特征选择,是目前近红外光谱数据处理的重要方法之一。-Successive Projections Algorithm for NIR data analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:95.81kb
    • 提供者:Libra Chow
  1. Algoritmo_Pan_Tompkins

    0下载:
  2. Pan-Tompkins algorithm in Matlab for ECG signal analysis.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.37kb
    • 提供者:Edwin
  1. MATLAB_CR-toolbox

    0下载:
  2. 基于参数和非参数的多种频谱检测算法研究及仿真结果分析。-Based on the parameters and non-parametric multi-spectrum detection algorithm research and analysis of simulation results.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:26.05kb
    • 提供者:小范308
  1. wert

    0下载:
  2. 回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS-Echo cancellation devices commonly used in adaptive filtering algorithm has several LMS, NLMS, RLS, such as algorithms. The main algorithm of t
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:28.44kb
    • 提供者:
  1. Cluster

    3下载:
  2. 使用分解聚类算法在IRIS数据上进行聚类分析,IRIS数据是由鸢尾属植物的三种单独的花的测量结果所组成,模式类别数为3,特征维数是4,每类各有50个模式样本,总共有150个样本。-The use of decomposition in the IRIS data clustering algorithm on the cluster analysis, IRIS data are from the iris flower three separate components of the meas
  3. 所属分类:matlab

    • 发布日期:2015-03-25
    • 文件大小:3.4kb
    • 提供者:liz
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3.23kb
    • 提供者:liz
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:342.66kb
    • 提供者:wjl
  1. Cmeansalgorithmmatlabprocessprocedures

    0下载:
  2. C均值法的程序算法matlab 程序,本程序用MATLAB实现了聚类分析的功能,保存tex文件中,无数据-C-means algorithm matlab process procedures, the procedures used MATLAB implementation of the cluster analysis function, preservation of tex file, no data
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.34kb
    • 提供者:郭子中
  1. Complete-collection-of-algorithm

    8下载:
  2. 算法大全 全书分30章及2附录(在MATLAB中实现)对常用数学算法进行汇总介绍。 主要包括:线性规划、非线性规划、动态规划、图与网络、排队论、对策论、层次分析法、插值与拟合、数据的统计描述和分析、方差分析、回归分析、微分方程建模、稳定状态模型、常微分方程解法、差分方程模型、马氏链模型、变分法模型、神经网络模型、偏微分方程的数值解、目标规划、模糊数值模型、现代优化算法、时间序列模型、存贮论、经济与金融的优化问题、生产与服务运作管理中的优化问题、灰色系统理论及其应用、多元分析、偏最小二乘回归以
  3. 所属分类:matlab

    • 发布日期:2015-10-26
    • 文件大小:7.33mb
    • 提供者:商志远
  1. wavelet-denoising-algorithm-

    0下载:
  2. 基于含噪语音统计特征的小波去噪算法分析与实现的matlab程序-Statistical features of noisy speech based on the wavelet denoising algorithm analysis and implementation of the matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3.4kb
    • 提供者:Jake
  1. RLS-and-LMS-algorithm

    0下载:
  2. RLS与LMS算法分析及比较,经调试可用。-RLS and LMS algorithm analysis and comparison, the debugging is available.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3.14kb
    • 提供者:周浩
  1. MATLAB-analysis-of-30-cases

    0下载:
  2. MATLAB智能算法30个案例分析 源代码-MATLAB intelligent algorithm analysis of 30 cases the source code
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1.43mb
    • 提供者:断雨
  1. MATLAB-intelligent-algorithm-s

    0下载:
  2. MATLAB_智能算法30个案例分析,30个例子,很全面-MATLAB_ intelligent algorithm analysis of 30 cases, 30 examples, very comprehensive
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1.47mb
    • 提供者:xulinfeng
  1. Mathematical modeling algorithm

    0下载:
  2. 数学建模算法大全及常见的数学建模算法的分析及MATLAB教程,适合参加数学建模国赛者使用。(It's about Mathematical modeling algorithm summary , common mathematical modeling algorithm analysis and MATLAB tutorial, suitable for students to participate in mathematical modeling.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5.92mb
    • 提供者:Olivialyy
  1. factor analysis 算法过程

    2下载:
  2. 运用Java语言进行因子分析算法,再也不用和开发和模型设计人员墨迹了(Using java language for factor analysis algorithm, no more ink with developers and model designers)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-07
    • 文件大小:414kb
    • 提供者:君君宝宝op
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com