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

搜索资源列表

  1. prime-tree

    0下载:
  2. 最小生成树:利用普鲁姆算法,完成将给定节点和边的权值的图生成最小生成树,用于各项公共事业最少经费的设计方法-minimum spanning tree : pass algorithm, Givens completed nodes and the right side of the value of the minimum spanning tree generation for public utilities at least for the design method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1656
    • 提供者:杨翠
  1. givens

    0下载:
  2. Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:yzd
  1. qr_givens

    1下载:
  2. 基于Givens transformation的QR分解。其使用需要调用Givens transformation程序。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:yzd
  1. 离散牛顿法

    2下载:
  2. 解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:王廷
  1. complex_givens

    0下载:
  2. 自适应滤波中复数的givens旋转的matlab算子,可以用作doa估计的研究中-The study of adaptive filtering the the givens rotation of matlab complex operator, can be used as a doa estimated
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:1550
    • 提供者:雷浩
  1. Givens

    1下载:
  2. 矩阵论中比较重要的一种算法givens矩阵变换算法 自己编写的 调试通过-矩阵论more important givens of an algorithm matrix transformation algorithm I have written through the debug
  3. 所属分类:Other systems

    • 发布日期:2015-12-02
    • 文件大小:39636
    • 提供者:caomin
  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  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-29
    • 文件大小:255116
    • 提供者:王强
  1. qrtrannnn

    0下载:
  2. 功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.-Function: the upper left corner of the matrix A, diagonal blocks of order m to QR transfor
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:968
    • 提供者:huanhuan
  1. QRGivens

    0下载:
  2. QR decomposition via Givens rotations.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:558
    • 提供者:iskandaria
  1. RF_power_amplifier_in_Digital_pre-distortion_techn

    0下载:
  2. 射频功放数字预失真技术研究及其FPGA实现,文中介绍了数字预失真的实现架构,介绍了QRD_RLS算法实现的相关CORDIC技术,GIVENS旋转,以及systolic阵等原理-RF power amplifier digital pre-distortion technology and its FPGA implementation, this paper describes the realization of digital pre-distortion framework introdu
  3. 所属分类:Project Design

    • 发布日期:2017-05-17
    • 文件大小:5042766
    • 提供者:蔡蔡
  1. part_XI

    0下载:
  2. Givens Rotation implementation of adaptive filters.
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1582619
    • 提供者:Punter
  1. Givens_5_26

    0下载:
  2. maltab 实现Givens旋转矩阵-maltab achieve Givens rotation matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:871
    • 提供者:Shanks_yi
  1. qrgv

    0下载:
  2. 4*4矩阵qr分解中的givens变换(cordic算法)-cordic givens
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1138
    • 提供者:fred
  1. givens

    0下载:
  2. givens 旋转,快速求解矩阵特征值的一种算法-givens rotation
  3. 所属分类:Other systems

    • 发布日期:2016-12-23
    • 文件大小:1024
    • 提供者:zhufangjun
  1. givens

    0下载:
  2. GIVENS ALGORITHM MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1057
    • 提供者:xellosmath
  1. Givens-method

    1下载:
  2. 用Givens方法求解矩阵本征值,通过迭代得到矩阵本征值,精度很高-Use Givens method to compute Eigenvalue and Eigenvector of Matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1545
    • 提供者:
  1. household-givens

    0下载:
  2. 运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
  3. 所属分类:matlab

    • 发布日期:2016-04-17
    • 文件大小:156672
    • 提供者:陈佃文
  1. Givens代码及说明

    0下载:
  2. 数值线性代数中的givens变换,matlab语言实现(Givens transformation in numerical linear algebra and implementation of MATLAB language)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:9216
    • 提供者:端木wx
  1. 新建文件夹

    0下载:
  2. 用matlab实现Givens变换,具体说明见m文件(Givens transform matlab code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:luffy20171201
« 12 3 »
搜珍网 www.dssz.com