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

搜索资源列表

  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. shuzhi2bak

    0下载:
  2. 用矩阵分解法做的快速傅立叶变换,由于是matlab的迭代程序,较蝶形算法慢
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:王纯
  1. irls

    1下载:
  2. 基于M估计的迭代最小二乘算法,其中估计量有Huber,Andrews,Hampel,Ramsay等。-M is estimated based on the iterative least-squares algorithm, which estimates there are Huber, Andrews, Hampel, Ramsay and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2920
    • 提供者:徐林林
  1. atan_cordic

    2下载:
  2. 基于CORDIC算法计算反正切函数。输入横坐标纵坐标及迭代次数,输出角度及弧度值;附CORDIC英文文档说明-atan function based in CORDIC algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:40427
    • 提供者:liuhua
  1. LM

    0下载:
  2. Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:966
    • 提供者:empty
  1. cordic_atan

    5下载:
  2. 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-08
    • 文件大小:80195
    • 提供者:Jorge
  1. calculation_method_Algorithm_Design_and_Implementa

    0下载:
  2. 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3143937
    • 提供者:gongshulei
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:14089
    • 提供者:liuming
  1. matlab-gauss-and-LU

    0下载:
  2. 解线性方程组的两种算法,高斯迭代和LU算法-about linear simultaneous equations , gauss and LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:809
    • 提供者:陈斐
  1. Steepest-descent-method

    0下载:
  2. 最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:680
    • 提供者:cola
  1. iteration

    0下载:
  2. 利用Matlab 实现求解方程组的 Jacobi 迭代法; 利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法; 利用编制的算法求解给定的线性方程组; -Matlab Jacobi iterative method for solving equations Use of Matlab for solving the equations of Gauss-Seidel iteration method The preparation of the alg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:60349
    • 提供者:jenny
  1. matlab

    0下载:
  2. 用matlab实现的一些算法的小程序,其中包括三次样条插值,sor迭代,G-seidel迭代、jacobi迭代,lagrange插值-Some algorithm matlab implementation of the program, including the cubic spline interpolation, sor iteration, the G-seidel iteration and so on ....
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:7306
    • 提供者:李丘
  1. ICP-matlab

    1下载:
  2. 迭代最邻近点算法: 计算两组点云之间的最佳匹配效果-Iterative closest point (ICP) algorithm: seaching the best overlapping result of two point clouds
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:11058
    • 提供者:郭帅
  1. ICP

    0下载:
  2. 本程序使用matlab语言,实现了最近点迭代算法(ICP);在matlab直接调用该文件中的函数名即可使用。-This program uses the Matlab language, the nearest point iterative algorithm (ICP) matlab directly call a function in the file name can be used.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:5347
    • 提供者:axs
  1. SOR

    0下载:
  2. MATLAB实现的线性方程组超松弛迭代算法源程序。-MATLAB realization of linear equations over-relaxation iterative algorithm source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:683
    • 提供者:king
  1. shuzhifenxi

    1下载:
  2. matlab迭代算法基础;数值分析原理及应用;优化算法理论实现-iterative algorithm matlab basis numerical analysis theory and application optimization theory to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:7503333
    • 提供者:王涛
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:jcg17
  1. code_ista

    1下载:
  2. ista算法,用于最优化求解,迭代收敛,实用小程序(ista algorithm, for the most optimtical problem)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:aysplzp
  1. 求解线性方程组的迭代法

    0下载:
  2. 该matlab程序为求解线性方程组的解的迭代算法合集,也是最基础最简单的求解线性方程组的迭代法,简单易懂。(Methods for solving linear equation.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:宝宝222
  1. 迭代最小二乘法MATLAB程序

    0下载:
  2. 这是一份关于迭代最小二乘法的MATLAB程序,仅供个人研究使用。迭代最小二乘法是一种常用的滤波算法,它可以有效地拟合不确定数据,达到平滑的作用。
  3. 所属分类:数学计算/工程计算

« 12 3 4 »
搜珍网 www.dssz.com