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

搜索资源列表

  1. tra

    2下载:
  2. 对阵矩阵的三对角化:用householder方法将n阶实对称矩阵约化成三对角形式-With the householder method to n-order real symmetric matrix into tridiagonal form
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2365
    • 提供者:Lbkd
  1. QR

    1下载:
  2. 采用c++实现矩阵QR分解,基于householder变换-C++ implementation using QR decomposition of matrix, based on householder transformation
  3. 所属分类:Special Effects

    • 发布日期:2015-12-17
    • 文件大小:1024
    • 提供者:王俊
  1. Newtons-method

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:32984
    • 提供者:Dmitriy
  1. Newton Method

    1下载:
  2. 牛顿方法优化算法可以用于多程序源代码内容-In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued f
  3. 所属分类:matlab例程

    • 发布日期:2013-01-08
    • 文件大小:784
    • 提供者:溫嘉浩
  1. shoushou-svd

    0下载:
  2. svd程序 首先是householder变换为上双对角矩阵,然后再是QR分解得到奇异值-svd C++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2330
    • 提供者:jundu
  1. matlab-Hint

    0下载:
  2. this file contain 2 pdf about integeration in matlab and some code as following: QR decomposition Jacobi method Choleskey Decomposition householder method Genetic Algorithm least_squares method gauss_seidel method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:94821
    • 提供者:hassani
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. matrix_processing02

    0下载:
  2. 约化对称矩阵为三对角矩阵的householder变换法的C语言实现,包括源代码和编译后的可执行文件-Reduced matrix is ​ ​ tridiagonal symmetric matrix of the householder transform the C language, including source code and compiled executable file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:7879
    • 提供者:wumaoyang
  1. MIMO-Detection-Algorithm-

    0下载:
  2. 多入多出(MIMO)系统可以获得比单发单收系统更高的容量,对于MIMO系统,最大似然检测是最优接收,但其 指数复杂度难以在实际中应用。针对该问题,结合格缩减理论提出了基于Householder变换的复数域格缩减算法,将该算法和 MIMO次优检测算法相结合,给出了量化判决方法,且该复数域格缩减算法复杂度小于实数域格缩减算法。仿真结果表明, 基于Householder变换复数域格缩减的MIMO次优检测算法,通过优化信道矩阵可以得到更好的判决域,取得了逼近最优最大 似然检测算法的性能。
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:914322
    • 提供者:蜡笔
  1. HHQR

    0下载:
  2. 对于一个实对称矩阵A,QR算法采用的是Householder矩阵,先将A约化为对称三对角矩阵,然后再用QR法求对称三角矩阵的特征值和特征向量- for A real symmetric matrix A, QR algorithm USES is the Householder matrix, the first A symmetrical about into three diagonal matrix, and then use QR method for the symmetric tri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:5794
    • 提供者:戴敏
  1. rickerrr

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:700
    • 提供者:mariana
  1. diag

    0下载:
  2. 滤波程序,从同事那里要的,大家一起交流学习-BADNELL & BURGESS D.A.M.T.P. CAMBRIDGE C C DIAGONALIZATION OF REAL SYMMETRIC N-BY-N MATRIX Z. C C METHOD: HOUSEHOLDER REDUCTION TO TRI-DIAGONAL FORM AND SHIFTED C QL ALGORITHM TO DETERMINE THE E-VALUES AND E-V
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1912
    • 提供者:李鹏飞
  1. LAPACK-3.4.1.tar

    1下载:
  2. LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerical linear algebra. It provides
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7466248
    • 提供者:魏晓宇
  1. BMAQR

    1下载:
  2. 用Householder变换对一般的m*n阶的实矩阵进行QR分解-QR decompose
  3. 所属分类:Algorithm

    • 发布日期:2015-12-17
    • 文件大小:1024
    • 提供者:zhang
  1. PAPER5

    1下载:
  2. 改进的Householder多级维纳滤波方法.pdf-An Improved Algorithm for Householder Multi-stage Wiener Filter
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:311699
    • 提供者:wang
  1. ch5

    0下载:
  2. 约化对称矩阵的豪斯荷尔德变换法,C代码,常用,较经典-The symmetric matrix reduction Householder transform method, C code, commonly used than the classic
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:5908
    • 提供者:kangkang
  1. HQR

    0下载:
  2. 用householder变换法求矩阵A的正交分解A=QR -Householder transform matrix A orthogonal decomposition A = QR
  3. 所属分类:matlab

    • 发布日期:2017-11-02
    • 文件大小:10726
    • 提供者:殷晨旭
  1. QR

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

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

    0下载:
  2. To do complex SVD for non-codebook precoding in open loop spatial multiplexing in MIMO, Householder Reduction and QR Diagonalization is applied to H matrix to obtain eigenvalues and eigenvectors of matrix.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:102863
    • 提供者:aydim turkken
  1. QRgivens

    1下载:
  2. Write two e¢ cient MATLAB functions, qrhouse.m and qrgivens.m, that compute the QR decomposition of a matrix using Householder transforma- tions and Givens rotations respectively
  3. 所属分类:matlab

    • 发布日期:2015-03-09
    • 文件大小:44032
    • 提供者:Kaissoun
« 1 2 34 5 »
搜珍网 www.dssz.com