CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - subspace 算法

搜索资源列表

  1. ESPRIT

    2下载:
  2. 旋转不变技术估计信号参数(ESPRIT)算法是子空间估计的两个经典方法,它们都能够有效地估计特征子空间。程序包里面实现了用LS估计和TLS估计的ESPRIT算法。-ESPRIT estimates signal parameters (ESPRIT) algorithm is estimated that sub-space of two classical methods, they will be able to estimate the characteristics of effecti
  3. 所属分类:Other systems

    • 发布日期:2015-09-23
    • 文件大小:2642
    • 提供者:王果
  1. esprit

    0下载:
  2. 这是esprit算法的程序,通过旋转不变子空间算法进行测向-This is the esprit algorithm procedures, through the rotation-invariant subspace direction-finding algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:977
    • 提供者:王超
  1. subspace-algothm

    0下载:
  2. 基于子空间算法的干扰 抑制的一本最经典的英文综述,不可多得的好东西,希望对大家有所帮助-Subspace algorithm based on the interference suppression of a review of the most classic of English, the rare good things, we want to help
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:471007
    • 提供者:liusong
  1. SIM

    0下载:
  2. 子空间辨识,随即输入,根据算法算出系统矩阵- Subspace Identification for Linear Systems
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3468075
    • 提供者:lsun.gu
  1. music

    0下载:
  2. 一种基本的MUSIC算法,子空间,初学都有用-a basic MUSIC ,helpful to learn the subspace method, for learner
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1393
    • 提供者:LHM
  1. subspace_method_qpsk

    0下载:
  2. 1利用噪声子空间进行信道估计 2两种ESPRIT算法 3两种MUSIC算法-1a subspace method for the bind identification of multichannel 2 two kinds of ESPRIT 3 two kinds of MUSIC
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1882
    • 提供者:LHM
  1. SBL

    0下载:
  2. 进行算法仿真实验,子空间追踪算法的实践和探索-The algorithm simulation experiments subspace tracking algorithm practice and explore
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1709
    • 提供者:高二
  1. subspace-matlab

    0下载:
  2. 协方差驱动随机子空间法的matlab算法,我下的。-Covariance-driven stochastic subspace method
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:22444
    • 提供者:李晓
  1. Face_recognition

    0下载:
  2. 人脸识别程序。算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分隐式调用-Recognition program. Part of the algorithm is currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, subspace dime
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1838243
    • 提供者:蔡梦佳
  1. BIDIRECTIONAL_SMOOTHNESS_MUSIC

    1下载:
  2. MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。-MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of vie
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1068
    • 提供者:许新亚
  1. MUSIC

    0下载:
  2. 经典MUSIC算法,用于估计信号波达方向。将空间分为向量子空间和噪声子空间。-Classic MUSIC algorithm for estimating DOA. The space is divided into subspace and noise subspace.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3422
    • 提供者:王雪
  1. DOA-ssf

    1下载:
  2. 子空间拟合算法,空间谱估计算法的一种,适用于多维搜索,欢迎指正!-Subspace fitting algorithm, a spatial spectrum estimation algorithm for multi-dimensional search, please correct me!
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:839
    • 提供者:Bruch wang
  1. Classic-DOA-Estimation

    1下载:
  2. DOA估计两种子空间方法,MUSIC和ESPRIT算法,并分析了各参数对算法性能的影响。-Two subspace DOA estimation method, MUSIC and ESPRIT algorithm, and the influence of various parameters on the performance of the algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:231781
    • 提供者:wangxingbao
  1. 24368

    0下载:
  2. 程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2857395
    • 提供者:李先生
  1. LPP

    0下载:
  2. lpp算法实现,Locality Preserving Projections 局部保持投影算法 hexiaofei的论文(lppLocality Preserving Projections (LPP) builds a graph incorporating neighborhood information of the data set. Using the notion of the Laplacian of the graph, we then compute a transforma
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:kazi
  1. SSC

    0下载:
  2. 基于稀疏表征的子空间聚类算法,是vidal的算法的MATLAB实现(The subspace clustering algorithm based on sparse representation is the MATLAB implementation of vidal's algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:段1
  1. software

    2下载:
  2. 子空间稀疏分解算法,较为良好的稀疏分解效果,比传统的omp更为优秀(Subspace sparse decomposition algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:55296
    • 提供者:门德尔松
  1. Design Explorer 99 SE

    1下载:
  2. 波达方向(DOA)估计的基本问题就是确定同时处在空间某一区域内多个感兴趣的信号的空间位置(即多个信号到达阵列参考阵元的方向角)。最早的也是最经典的超分辨DOA估计方法是著名的MUSIC方法,MUSIC是多重信号分类(Multiple Signal Classification)的英文缩写。它是由R.O. Schmidt于1979年提出来的,由1986年重新发表的。MUSIC算法利用了信号子空间和噪声子空间的正交性,构造空间谱函数,通过谱峰搜索,检测信号的DOA.(The basic proble
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:43312128
    • 提供者:斗斗
  1. music改进算法

    1下载:
  2. 一种基于信号子空间和噪声子空间的music改进算法(An improved music algorithm based on signal subspace and noise subspace)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:zd837202512
  1. ssi

    0下载:
  2. 随机子空间算法SSI进行仿真分析,能够直接进行仿真使用(The stochastic subspace algorithm SSI is used for simulation analysis, which can be used directly in simulation.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:luofengwuqing
« 12 3 »
搜珍网 www.dssz.com