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

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. erzhitufenge

    0下载:
  2. 提出了一种新颖的处理图像视觉聚类问题的方法。与以往关注图像局部特征和局部连续性的方法不同,本文中的方法能够提取关于图像的全局印象。为此,我们将图像分割问题转化为图划分问题并提出了划分中的一种全局判别准则——Ncut (Normalized Cut)。Ncut不仅能够衡量不同聚类之间的相异程度,还能够衡量各聚类内部的相似程度。为求解Ncut 的最优化问题,提出了一种基于广义特征值问题的高效算法,并将此算法应用于静态图像分割,取得了良好的效果。-proposed a novel image proc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:23585
    • 提供者:戚颖杰
  1. COMPDIR

    0下载:
  2. % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % I
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:张风
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power meth
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4803
    • 提供者:gogomx
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

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

    2下载:
  2. 在对矩阵进行拟上三角化的基础上利用带双步位移的QR分解法求解矩阵的特征值-To be in the upper triangular matrix based on the use of dual-band step-by-step displacement of QR decomposition method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2311
    • 提供者:李少林
  1. saperate4

    0下载:
  2. 基于广义特征值和核函数的非线性盲分离算法.pdf-Based on the generalized eigenvalue and nuclear function algorithm for nonlinear blind source separation. Pdf
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:174493
    • 提供者:aa
  1. JocobiGG

    0下载:
  2. 本程序是根据jacobi过关法求实对称矩阵的全部特征值和特征向量-This procedure is based on realistic method jacobi clearance of all symmetric matrix eigenvalue and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:927
    • 提供者:皮皮
  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:293444
    • 提供者:李昂
  1. eigBSE

    0下载:
  2. Temporally correlated signal extraction based on eigenvalue decomposition
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-13
    • 文件大小:1576
    • 提供者:xdpsc
  1. read

    2下载:
  2. 基于变异系数权重的TOPSIS法,根据评价指标特征值矩阵 构成规范化的矩阵 及规范化的加权矩阵Z。-Coefficient of variation based on the weight of the TOPSIS method, based on the evaluation indicator matrix eigenvalue of the matrix constitutes a standardization and the standardization of the weight
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-05-17
    • 文件大小:2709
    • 提供者:胡晓明
  1. Graphic

    0下载:
  2. 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:574980
    • 提供者:郭事业
  1. tezhengzhi

    0下载:
  2. 矩阵特真问题求解,用于解矩阵的特征值,根据数值计算方法得到-Matrix special real problem solving for the solutions of eigenvalue, numerical methods are based
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:
  1. PCA

    0下载:
  2. PCA主成分分析算法用于人脸识别的例子。此算法是基于矩阵特征值的排序而提取出主要成分的。-PCA principal component analysis algorithm for face recognition example. This algorithm is based on the ranking of the matrix eigenvalue extracted principal components.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:165431
    • 提供者:白正彪
  1. Based-on-real-eigenvalue-decomposition-algorit

    0下载:
  2. 基于实值特征值分解的求根MUSIC算法Based on real eigenvalue decomposition algorithm for finding roots of MUSIC-Based on real eigenvalue decomposition algorithm for finding roots of MUSIC
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:70656
    • 提供者:sofa102
  1. FPGA-system

    0下载:
  2. FPGA based Eigenvalue Detection Algorithm for Cognitive Radio
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1275161
    • 提供者:hachem
  1. Cognitive-Radio-Networks

    0下载:
  2. 谱感知是认知无线网络中的一个重要功能,是实现其他功能的基础。研究了新型的基于特征值的感知算法,充分利用随机矩阵的渐近谱分布特性和特征值的收敛特性来设置判决门限,提高感知性能。理论分析和仿真结果均表明,新型算法性能明显优于典型的能量检测算法,克服了能量检测算法的噪声不确定性问题-Spectrum Sensing is an important function in the cognitive radio networks.A new eigenvalue-based detection sche
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1029620
    • 提供者:曹蒙
  1. chepaizifufenge

    0下载:
  2. 提出了一种改进的基于垂直投影特征值的 分割算法-An improved vertical projection based segmentation algorithm for eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:197028
    • 提供者:汪坤
  1. Advanced-optical-simulation

    0下载:
  2. 高等光学仿真中的程序代码,介绍了光纤的本征模以及激光原理,并以Matlab为基础仿真。-Advanced optical simulation program code, introduced the optical fiber the eigenvalue of the mode and laser principle, and based on Matlab simulation.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:45197
    • 提供者:宋秋艳
  1. Matrix-eigenvalue-problems

    0下载:
  2. 矩阵特征值问题的数值解法在matlab程序中的实现代码-Matrix eigenvalue problems of numerical solution based on Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3799
    • 提供者:Leo
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com