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

搜索资源列表

  1. eigen

    0下载:
  2. This a matlab code for right eigen vector and left eigen vector for power system-This is a matlab code for right eigen vector and left eigen vector for power system
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:515byte
    • 提供者:mahesh
  1. eigen

    0下载:
  2. c code to calculate the eigen vector
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:60.16kb
    • 提供者:kiran
  1. eigenvalue

    0下载:
  2. 用于本征值与本征向量计算的程序,可以直接调用-For the intrinsic value and eigen vector calculation procedure can be directly invoked
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:255.6kb
    • 提供者:韩浩东
  1. eigen

    0下载:
  2. eigen value, eigen vector, eigen space.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2.8kb
    • 提供者:James
  1. MP_DOA

    1下载:
  2. 针对多径效应的影响,提出了一种基于矩阵束的MIMO 雷达低仰角快速估计方法。该方法同时考虑了发射多径信号和接收多径信号,采用单样本数信号矢量构造了一个前后向矩阵束,并利用两个酉矩阵对该矩阵束进行降维处理,最后采用广义特征值分解的总体最小二乘法来估计目标角度。算法不需要估计数据协方差矩阵,可在低 信噪比和单样本数情况下,有效地克服多径效应,实现同时多目标低仰角估计,相比最大似然算法,避免了谱峰搜索,计算量小。仿真结果验证了该算法的有效性。-To overcome the multipath e
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:249kb
    • 提供者:
  1. maghadir

    0下载:
  2. Eigen value - Eigen vector - Matlab code
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:565byte
    • 提供者:amir
  1. lda_test

    0下载:
  2. Function to implement Linear Discriminant Analysis Usage:- [Xnew,V,mX,D] = lda(X,index,mX) [V,D] = lda(X,index) where:- X = concatenated grand profile vectors (GPV) i = class index of each vector Xnew = new feature v
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.29kb
    • 提供者:Praveen
  1. pca

    0下载:
  2. Function to perform Principle Component Analysis over a set of training vectors passed as a concatenated matrix. Usage:- [V,D,M] = pca(X,n) [V,D] = pca(X,aM,n) where:- <input> X = concatenated set of column vectors
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1.1kb
    • 提供者:Praveen
  1. 1D-FDM

    1下载:
  2. 运用插值的全矢量有限差分法求解阶跃光波导本征模式以及等效折射率 -Using the interpolation of full vector finite difference method to solve step eigen mode optical waveguide and equivalent refractive index
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:3.46kb
    • 提供者:liam
  1. EigenFace-FisherFace

    0下载:
  2. This file takes cropped yale face images file as input and performs classifications based on 1. Correlation 2. Eigen vector based classification (Eigen Face) 3. Fisher Linear Discriminator (FLD) (Fisher Face) The zip contains two files
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.31kb
    • 提供者:Abdul Maalik
  1. schrodinger_total_quantum_state

    0下载:
  2. a graphical output that displays total energy, the potential energy function, kinetic energy function, eigen vector and probability distribution for a given quantum state n
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.16kb
    • 提供者:kezalo
  1. 22_2_apps_eigen_vals_vecs

    0下载:
  2. eigen value vector representation
  3. 所属分类:Development Research

    • 发布日期:2017-04-05
    • 文件大小:605.54kb
    • 提供者:simran
  1. orthogonal

    0下载:
  2. All that it guaranties is that all points on that wave have a definite relative amplitude. So, that is the beauty of the mode shape the mode shape does not dictate the absolute value of the deflection. Similarly you can do it for all of them and you
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:709.62kb
    • 提供者:Ritika
  1. Eigen-3.2.2-CHM

    0下载:
  2. Eigen 3.2.2帮助文档。Eigen是一个高层次的C ++库,有效支持线性代数,矩阵和矢量运算,数值分析及其相关的算法。-Eigen 3.2.2 Help documentation. Eigen is a high-level C++ library, effective supports linear algebra, matrix and vector operations, numerical analysis and related algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4.27mb
    • 提供者:zhang
  1. ch2

    0下载:
  2. eigen vector detector cognitive radio
  3. 所属分类:matlab

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:SARIKA DEVI
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30kb
    • 提供者:东篱
  1. Eigen

    0下载:
  2. C++ 矩阵操作, ROS,Eigen3(C++ Library manipulating Vector Matrix)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:2.91mb
    • 提供者:Akis
  1. PCA程序

    1下载:
  2. 实现主成分分析 % Usage: % [eigvector, eigvalue] = PCA(data, options) % [eigvector, eigvalue] = PCA(data) % % Input: % data - Data matrix. Each row vector of fea is a data point. % % options.ReducedDim
  3. 所属分类:人工智能/神经网络/遗传算法

搜珍网 www.dssz.com