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

搜索资源列表

  1. eig_qr

    0下载:
  2. 使用QR分解方法计算矩阵特征值的matlab源码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1697
    • 提供者:党项南
  1. 基于QR分解的总体最小二乘方法

    0下载:
  2. 基于QR分解的总体最小二乘方法 基于Matlab的程序,QR decomposition based on total least squares method
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:969
    • 提供者:成人
  1. QR

    0下载:
  2. 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens transformation matrix), with the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:255116
    • 提供者:王强
  1. gramschmidtyuhouseholderhujian

    0下载:
  2. fenbushuju文件用于拟合zernike波面与原始波面的偏差。clgs,mgs,get-CG-decomp文件分别为使用传统Gram-Schmit和修正Gram-Schmit算法实现QR分解,并获得计算值。而stability文件为Householder分解方法。工程上用来检验Gram-Schm的计算正确与否-fenbushuju file is used to fit zernike wave-front with the original wave-front deviations.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2402
    • 提供者:陈晨
  1. QR

    0下载:
  2. 数值分析或计算方法中用QR分解求线性方程-QR analyse to solve a matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:123982
    • 提供者:mark
  1. MUSIC_qrfenjie

    0下载:
  2. 基于QR分解的求根MUSIC的被动定位方法-ROOT MUSIC LOCALIZATION BASED ON QR
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:947
    • 提供者:孙法坤
  1. geteig

    0下载:
  2. 利用现将矩阵变为上贺申伯矩阵,在利用QR分解的方法求任意矩阵的特征值-Hesien by now on the matrix into matrix, QR decomposition in the use of any method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1370
    • 提供者:杨文晋
  1. zishiyinglvbo

    0下载:
  2. 摘要:分析了最小均方误差滤波和递归最小二乘滤波算法、自适应滤波的神经网络方法、 基于QR分解的方法、统一模型下的自适应滤波及基于高阶累积量的自适应算法的优缺点,并对自适应滤波算法的未来发展做了展望。 -the author analyzes the minimum mean square error filter and recursive least square filter algorithm, an adaptive filter neural network method,
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:877865
    • 提供者:张会先
  1. Polynomial-fitting

    0下载:
  2. 、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法 和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。-Given set of data, according to a specified order, according to the principle of least squares normal equations Polynomial fitting and the QR decomposition method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:669136
    • 提供者:fzk
  1. QR

    0下载:
  2. 对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。-QR analise
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:259796
    • 提供者:huy
  1. HouseholderQR

    4下载:
  2. 豪斯霍尔德QR分解及回代MATLAB代码,并用该方法解决线性方程组的实例-Howard Hopper QR decomposition and back substitution de MATLAB code, and use this solution to an instance of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2131
    • 提供者:王子涵
  1. QR

    0下载:
  2. 矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:19272
    • 提供者:Alex
  1. LU-and-QR

    0下载:
  2. 求解线性方程组Ax=b,其实质就是把它的系数矩阵A通过各种变换成一个下三角或上三角矩阵,从而简化方程组的求解。因此,在求解线性方程组的过程中,把系数矩阵A变换成上三角或下三角矩阵显得尤为重要,然而矩阵A的变换通常有两种分解方法:LU分解法和QR分解法。-LU and QR decomposition method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:83631
    • 提供者:段艳
  1. QR

    0下载:
  2. 很好用的QR矩阵分解方法,并给出了实例,使用效果不错-Very good QR decomposition algorithm, and gives an example
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2209
    • 提供者:海龙
  1. QR

    0下载:
  2. 矩阵QR分解,采用householder方法。输入矩阵,返回分解参量,QR decomposition-QR decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:726
    • 提供者:chenze
  1. 2010011016_e8_p1

    0下载:
  2. 1、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。 -1, for a given number of sets of data, according to the order specified in accordance with the principle of least squares methods are the use of the normal equatio
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:10133
    • 提供者:林宇
  1. QR-decomposition

    0下载:
  2. 矩阵A的QR分解.应用改进的Gram—Schmidt方法和Householder变换的方法计算矩阵A的QR分解.-QR decomposition of the matrix A. Application of modified Gram-Schmidt method and the method of calculation Householder transformation matrix A QR decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7551
    • 提供者:lumengyi
  1. jdqr

    0下载:
  2. 采用QR分解方法计算矩阵特征值和特征向量-computes a partial Schur decomposition of a square matrix or operator
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:19108
    • 提供者:Xie Tao
  1. QR-decomposition_md_qrs

    0下载:
  2. 矩阵分析与应用,使用施密特正交化方法实现矩阵的QR分解-QR decomposition of matrix using the Schmidt method
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:outman
  1. QR-decomposition_md_qrh

    0下载:
  2. 矩阵分析与应用,使用Householder变换方法实现QR分解。-QR decomposition of matrix using the Householder transform
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:outman
« 12 »
搜珍网 www.dssz.com