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

搜索资源列表

  1. complex_givens

    0下载:
  2. 基于cordic算法的givens变换实现矩阵QR分解-Transform matrix QR decomposition based on the givens of cordic algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:1384
    • 提供者:fred
  1. Matlab_givens

    1下载:
  2. 这是一个在数字预失真系统中实现givens旋转的matlab程序,已经通过验证。-this is a matlab program for accomplishing givens inverse in the digital predistortion system,and has been verified.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:974173
    • 提供者:
  1. CORDIC_testt

    0下载:
  2. cordic旋转以及testbench,可以作为givens旋转的一个单元使用,有很强的工程价值-cordic and testbench
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:14811136
    • 提供者:雷浩
  1. beamforming1_SMI_ESB_givens

    0下载:
  2. 波束形成中运用givens旋转来查找权值的算子-Use of givens rotation beamforming operator to find the right value
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1653
    • 提供者:雷浩
  1. QR_MATLAB

    1下载:
  2. QR 分解 (包括Householer, Givens, 经典Gram Schmidt, 修正的GS methods)-QR factorization including Householer, Givens, CGS, MGS
  3. 所属分类:Algorithm

    • 发布日期:2015-12-02
    • 文件大小:1024
    • 提供者:lulu
  1. QR

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

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

    0下载:
  2. C#实现利用Givens矩阵对矩阵A进行QR分解-QR decomposition the Givens matrix of the matrix A by C#
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:45749
    • 提供者:陈法超
  1. givens5

    0下载:
  2. Generalized Givens Transformation and its Application
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:171522
    • 提供者:Kaissoun
  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. transform

    0下载:
  2. 数值代数常用变换,内部含有Gauss,cholesterol,household,givens,QR分解等变换-Common transform numerical algebra, contains an internal Gauss, cholesterol, household, givens, QR decomposition transformation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3837
    • 提供者:苏振毅
  1. Eigen-decomposition

    0下载:
  2. 矩阵特征分解算法的C代码程序包,包括瑞利商算法、Givens旋转算法、QL分解,和雅可比循环算法,另有一篇英文文档详细描述了各种算法函数的参数,程序思路。 -This is C code packet for Matrix decomposition algorithms including C file of Rayleigh s quotient method, Givens bisection method, QL method and Jacobi cyclic method as
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:26501
    • 提供者:唐然
  1. decomposition_for_Matrix

    1下载:
  2. 本次程序是一个综合程序,功能是实现矩阵分解,包含有四种算法:LU分解、QR分解、Householder Reduction、Givens Reduction-The program is a comprehensive program, whose function is performming factorization for matrix, including four algorithms: LU decomposition, QR decomposition, Householder
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:5120
    • 提供者:guang mingxing
  1. LuQrmatrix-decomposition

    0下载:
  2. 完成关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 不能为直接调用matlab等函数库;-Complete LU decomposition on the matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2568
    • 提供者:way
  1. SkMatrix22

    0下载:
  2. Find the Givens matrix G, which is the rotational matrix that rotates the vector h to the positive hoizontal axis.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3901
    • 提供者:pbkjhn
  1. matrix-factorial

    0下载:
  2. 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2337
    • 提供者:卯宁
  1. matrix_factorization

    0下载:
  2. 实现矩阵的各种分解,LU分解,QR分解,Householder分解,Givens 分解-To achieve a variety of matrix decomposition, LU decomposition, QR decomposition, Householder decomposition, Givens decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:501806
    • 提供者:刘晨
  1. reduction

    0下载:
  2. 输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2218
    • 提供者:maoxiaoxiao
  1. QR-decomposition_QRmd_qrg

    0下载:
  2. 使用givens变换实现矩阵的QR分解,矩阵分析与应用课程实践-QR decomposition of matrix using Givens transform
  3. 所属分类:matlab

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

    0下载:
  2. Gmres with givens method for solving LS problems
  3. 所属分类:Algorithm

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:jay
  1. New-folder

    0下载:
  2. This code demonstrate CORDIC Rotation and Vectoring in circular mode. Also with compensation and angle correction. Also a code for Givens Rotation.
  3. 所属分类:matlab

    • 发布日期:2017-12-12
    • 文件大小:1971
    • 提供者:shirshendu
« 1 23 »
搜珍网 www.dssz.com