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

搜索资源列表

  1. vcmat

    0下载:
  2. 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4621
    • 提供者:zhangjuan
  1. gongshengjuzhen

    0下载:
  2. 实现有一般矩阵到共生矩阵的算法,并求出共生矩阵的几个特征值,-achieve a general matrix of the co-occurrence matrix algorithm, and the results obtained several symbiotic matrix eigenvalue
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17251
    • 提供者:chenle
  1. MAXROOT

    0下载:
  2. 此程序用fortran语言编写,主要功能是用乘幂法求矩阵的最大特征根。-This procedure used fortran language, the main function is used by power-law matrix of the largest eigenvalue.
  3. 所属分类:OpenGL program

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

    0下载:
  2. (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。 -(1) the application of 9 × 9 window
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2766
    • 提供者:龙活
  1. pcaProgram

    0下载:
  2. PCA算法程序设计步骤: 1、取均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量 -PCA algorithm programming steps: 1, access means 2, the calculation of
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:3985
    • 提供者:晓琳
  1. zdtzg

    0下载:
  2. 你可以用它来计算比较矩阵的最大特征根,并能得到与其相对应的特征向量-You can use it to calculate the maximum eigenvalue comparison matrix, and can get its corresponding eigenvectors
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:665
    • 提供者:丁亮
  1. normal-directions-of-3D-points

    1下载:
  2. 根据协变矩阵和求最小特征值的方法求出三维点云数据的法向,根据OpenGL实现可视化,程序实用.-Noraml directions of 3D points can be obtained by calculating the smallest eigenvalue of covariance matrix, also, the method can be visualized by OpenGL, which is practical.
  3. 所属分类:3D Graphic

    • 发布日期:2016-12-31
    • 文件大小:795648
    • 提供者:panfeng
  1. juzhentezhengzh

    0下载:
  2. 矩阵特征值和特征向量的计算,vc实现代码-Matrix eigenvalue and eigenvector calculation, vc achieve code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:18217
    • 提供者:叶偲
  1. ROOTMUSIC

    0下载:
  2. 针对非圆信号DOA估计问题,提出了一种基于实值特征值分解 (Eigenvalue decomposition,EVD)的求根MUSIC算法.首先利用非圆信号为实值信号的特点,将阵列上的接收数据及其共轭用欧拉公式转换为实值正弦与 余弦数据,然后将正弦与余弦数据进行串联,从而扩展了数据维数.由于采用实值矩阵的EVD,因此在EVD阶段的运算量简化为复值EVD的1/4.根据 EVD后获得的信号与噪声子空间的特点,对噪声子空间和导向矩阵进行重构以便于可以使用求根MUSIC算法获取对DOA的估计.仿真实验验
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:maomaoyu
  1. PCANoiseLevelEstimator

    0下载:
  2. 盲噪声估计出现在许多图像处理应用的问题,如去噪、COM压缩、分割。在本文中,我们提出了一种新的噪声电平估计方法的基础上的主成分分析的图像块。我们表明,噪声方差可以估计为图像块协方差矩阵的最小特征值。与现有的13种方法相比,所提出的方法显示了良好的速度和精度之间的妥协。这是至少15倍的速度比类似的精度的方法,它是至少两倍的精度比其他方法。我们的方法不假定存在均匀区域的输入图像,因此,可以成功地处理图像只包含纹理。-The problem of blind noise level estimatio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2878837
    • 提供者:陈怀兵
  1. fuhqt

    0下载:
  2. Calculate the maximum eigenvalue judgment matrix of AHP, EULER numerical analysis method, For feature extraction, signal de-noising.
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:keipuisan
  1. methohmethod

    0下载:
  2. 利用隐式QR方法求一个实矩阵全部特征值和特征向量的通用子程序,(Using the implicit QR method for a real matrix eigenvalue and eigenvector of universal subprogram,)
  3. 所属分类:分形几何

    • 发布日期:2017-12-25
    • 文件大小:8192
    • 提供者:gofakkhu
  1. kiefaifan

    0下载:
  2. Calculate the maximum eigenvalue judgment matrix of AHP, Various resource allocation algorithm, Based on SVPWM three-level inverter matlab simulation.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:yeikingnan
  1. bd185

    0下载:
  2. Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Calculate the maximum eigenvalue judgment matrix of AHP, This is the second energy entropy matlab code.
  3. 所属分类:OpenGL

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:sanpingkiu
  1. fun-V8.0

    0下载:
  2. Use matlab intelligent predictive control algorithm, Calculate the maximum eigenvalue judgment matrix of AHP, Modern signal processing jobs when the graduate.
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:fiufaikan
  1. langkengsun

    0下载:
  2. The final weight matrix is ??the filter coefficient, ECG data and includes source code written in MATLAB, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:ehvtsg
搜珍网 www.dssz.com