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

搜索资源列表

  1. powermethod-andinversepowermethod

    0下载:
  2. 对于大型稀疏矩阵(501乘501),用幂法求其按模最大特征值和最大特征值,用反幂法求其按模最小特征值和距离给定数字最近的特征值,求得了矩阵的条件数和行列式,讨论迭代初始向量的选取对计算结果的影响。-For large sparse matrix (501 x 501), with the power method for the maximum modulus of its eigenvalues ​ ​ and by the largest eigenvalue, with
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:116378
    • 提供者:朱付涛
  1. Karhunen-Loeve-Based

    0下载:
  2. Matlab下开源的人脸识别经典KL算法,通过200幅裁剪过的人脸图像计算出Eigenvalues和Eigenvectors。本人亲自试用代码可行,只需修改下文件路径即可,值得学习。另文件包含ORL数据库人脸图像400张,方便大家参考试用。-Matlab source for Face Recognition under the classical KL algorithm, cut off by 200 to calculate Eigenvalues ​ ​ face i
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4356317
    • 提供者:稻草人
  1. six

    0下载:
  2. 利用共生矩阵提取图像的特征,并计算显示特征值-The use of co-occurrence matrix extracted image features, and calculations show that the eigenvalues
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5594474
    • 提供者:xuli
  1. CMatrix

    0下载:
  2. 对称矩阵相关元算,主成分分析(PCA), fisher discriminant analysis(FDA).,-Introduction ============ This is a class for symmetric matrix related computations. It can be used for symmetric matrix diagonalization and inversion. If given the covariance matrix,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:63729
    • 提供者:
  1. 6

    0下载:
  2. 同时读入多幅图像的灰度共生矩阵的特征值,如对比度,相关性,能量和一致性等。-At the same time more than read of the image graylevel co-occurrence matrix eigenvalues, such as contrast, correlation, energy and consistency, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1474
    • 提供者:hl
  1. PCA_Image_Processing

    0下载:
  2. 用matlab编程,程序将PCA算法用于图像中物体轮廓提取,可以看到在轮廓处,特征值会出现剧烈震荡-With matlab programming, program the PCA algorithm is used to extract the outline of objects in the image, you can see in the outline at the eigenvalues ​ ​ will be turbulent
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:262419
    • 提供者:
  1. csstq

    0下载:
  2. 用变形QR方法计算实对称三角矩阵全部特征值与对应的特征向量-Deformation of the QR method to calculate the real symmetric triangular matrix all eigenvalues ​ ​ and corresponding eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1182
    • 提供者:wanglei
  1. GUI-Files

    0下载:
  2. MATLAB\GUI用于数值计算中特征值,,随机数,偏微分方程,求积分-MATLAB\GUI Files for numerical computing—Eigenvalues, Random Numbers, Partial Differencial equation,Quadrature
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:44351
    • 提供者:leon
  1. eigenvalue

    1下载:
  2. 利用Matlab 实现求解矩阵特征值与特征向量的 幂法及反幂法; 利用编制的算法求解给定矩阵的特征值与特征向量; -Matlab power method and inverse power method for solving matrix eigenvalue and eigenvector Prepared by the algorithm for a given matrix of eigenvalues ​ ​ and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1974
    • 提供者:jenny
  1. Matrix-eigenvalue-and-vector

    0下载:
  2. 化对称矩阵为对称三对角阵,求对称三对角阵的全部特征值与向量。雅可比法。-Of symmetric matrix is symmetric three pairs of diagonal matrices, Symmetric Tridiagonal Matrix all eigenvalues ​ ​ and vectors. Jacobi method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:6370
    • 提供者:胡程序
  1. K

    0下载:
  2. 用有限差分法解一维定态薛定谔方程的5个最小的本征值-Calculate the first five normalized eigenfunctions and eigenvalues using a direct method.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10529
    • 提供者:yangzhimeng
  1. Jacobbi

    0下载:
  2. 雅克比过关法源代码,可以解决特征值和特征向量的算法-The Jacobi clearance method source code, you can solve the eigenvalues ​ ​ and eigenvectors of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:211445
    • 提供者:刘炫璋
  1. test

    0下载:
  2. 实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given. With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:598145
    • 提供者:李昕
  1. matlba

    0下载:
  2. 三种求矩阵特征值的matlab实现:乘幂法、QR算法、yaccbi法求特征值-Eigenvalues of the three Matrix matlab implementation: power method, QR algorithm, yaccbi Eigenvalue Method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1764
    • 提供者:luckyboy
  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. PCA

    0下载:
  2. 从图像中提取面部特征,然后根据这些特征值,恢复出图像-Extract facial features, then these eigenvalues ​ ​ and restore the image from the image
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1208250
    • 提供者:苏凯
  1. Gaussn_Clutter

    0下载:
  2. 在高斯背景下,测试在随机信号情况下的大特征值个数问题,并仿真了杂波功率谱-Gaussian background, test the number of large eigenvalues ​ ​ in the case of random signals, and simulate the noise power spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1942
    • 提供者:superxpapa
  1. 87939219mifaandfanmifa

    0下载:
  2. 矩阵特征值的幂法- Matrix eigenvalues power law- Matrix eigenvalues power law
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1493
    • 提供者:gaoxiaohong
  1. Matrix_test

    0下载:
  2. 在vs2010中实现了一个矩阵类主要功能有矩阵间的基本运算,矩阵下标访问,矩阵的LU分解,QR分解,特征值,矩阵的秩,矩阵的范数,以及基于矩阵元素的基本函数运算。-Vs2010 in the matrix between the main function of a matrix class operator matrix subscr ipting matrix LU decomposition, QR decomposition, eigenvalues, the rank of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2560229
    • 提供者:dragon
  1. Estimation-of-Diffusion-Tensor

    0下载:
  2. 离散张量核磁共振成像数据集的可视化,涉及到特征值,特征向量-Visualization of discrete tensor magnetic resonance imaging data sets related to the eigenvalues, eigenvectors
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:628
    • 提供者:侯晓颖
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com