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

搜索资源列表

  1. Capon

    0下载:
  2. 协方差矩阵的Capon波束形成:使用不同方法的协方差矩阵的Capon波束形成。-Covariance matrix of the Capon beamforming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:22971
    • 提供者:lee
  1. 3

    0下载:
  2. 导航系统误差及其协方差阵的随机加权拟合.-Navigation system errors and the covariance matrix of random weighted fit.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:283372
    • 提供者:book
  1. 34535

    0下载:
  2. 导航系统误差及其协方差阵的随机加权拟合.-Navigation system errors and the covariance matrix of random weighted fit.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:283373
    • 提供者:zhou
  1. cov

    0下载:
  2. matlab协方差计算 举例说明协方差cov命令的计算-matlab ccovariance claculator
  3. 所属分类:matlab

    • 发布日期:2016-01-21
    • 文件大小:84992
    • 提供者:ke lu
  1. music

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

    • 发布日期:2017-04-03
    • 文件大小:18527
    • 提供者:zjc
  1. PSD_Corr

    0下载:
  2. 现代信号处理中的功率谱估计的协方差算法。程序直观明了。-the algorithm in modern signal processing.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1373
    • 提供者:lingjun
  1. PSD_ImprovedCorr

    0下载:
  2. 现代信号处理中功率谱估计理论中改进的协方差算法。程序直观明了。-the algorithm in modern signal processing.
  3. 所属分类:matlab

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

    0下载:
  2. 主成分分析最经典的入门文档,还有前序知识的文档——协方差矩阵,以及实现代码。-The principal component analysis the most classic of introductory document, and knowledge of the preface to the documentation-covariance matrix, and realize the code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:665376
    • 提供者:秋叶
  1. xiefangcha

    0下载:
  2. 本程序主要是涉及到协方差的运用,通过本程序可以很好的得到其效果。-This procedure is mainly related to the use of covariance, through this program can be a very good effect.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:802501
    • 提供者:caoshukai
  1. cov

    0下载:
  2. matlab的m文件 计算两幅影像的协方差 源码简洁高效-matlab m-file, computing the covariance of two images, simple and efficient source
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:559
    • 提供者:Tan
  1. kalman_filter_result

    0下载:
  2. 1、对观测数据进行卡尔曼滤波,得到预测的航迹以及估计误差的均值和标准差 2、返回值包括滤波预测后的估计航迹,以及均值和误差协方差-1, the observed data, the Kalman filter, to get the track and the estimated prediction error of the mean and standard deviation 2, the return value, including forecasts of the esti
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1051
    • 提供者:吴迎春
  1. dsp

    0下载:
  2. AR过程的线性建模与功率谱估计 理解AR过程的产生机理,复习实验1估计自相关序列的方法。 2.利用估计出的自相关序列来求解信号的功率谱,即用周期图法来估计功率谱。 3.分别采用自相关法(Yule-Walker法),协方差法,Burg法,修正协方差法来估计功率谱,并与周期图法进行比较,分析性能孰优孰劣。 4.学习matlab在数字信号处理中的应用。 -Linear AR process modeling and power spectrum estimation
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:69929
    • 提供者:陈述
  1. Minimum-Bayes-classifier-error-rate

    3下载:
  2. 这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:4096
    • 提供者:崔杉
  1. Minimum-Risk-Bayes-classifier

    1下载:
  2. 这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4075
    • 提供者:崔杉
  1. Neyman_Pearson

    0下载:
  2. Neyman_Pearson 根据NP原理对软木塞进行分类的完整函数。部分如下: function []=Neyman_Pearson(opt) 从excel中读进数据 [source,txt]=xlsread( CORK_STOPPERS.xls , Data ) 读取CORK_STOPPERS.xls文件里Data sheet里的数据, 数据存放在source变量里,文本存放在txt变量里 data=[source(:,3:4),source(:,9)] 将用到的三
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1439
    • 提供者:guangdong
  1. Matlab

    0下载:
  2. 最大信噪比准则方向图和功率谱; ASC旁瓣相消—MSE准则; 线性约束最小方差(LCMV)准则; 不同方法估计协方差矩阵的Capon波束形成;多点约束的Capon波束形成和方向图-Pattern and the power spectrum of the maximum signal to noise ratio criteria ASC sidelobe cancellation-the MSE criteria Linearly constrained minimum varia
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:26940
    • 提供者:刘晓
  1. gen_be_run.tar

    1下载:
  2. 该系列脚本程序用于自动生成气象资料三维变分同化中的背景场误差协方差文件,并完成绘图功能。具体运行说明见readme.txt-This series of scr ipts are used to generate meteorological data three-dimensional variational assimilation of a background field error covariance files, and complete the drawing function.
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:36544
    • 提供者:zhouhao8000
  1. essay-report

    1下载:
  2. 通过分析AR模型功率谱估计,介绍AR模型参数提取的自相关法、Burg法和修正协方差法,并利用计算机仿真比较其性能。-By analysis of the AR model power spectrum estimation, the introduction of the AR model parameters are extracted,namely the autocorrelation method, the Burg method and the modified covariance
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:360669
    • 提供者:姓名
  1. shijian

    1下载:
  2. 任给一组数据,通过函数求解样本均值、样本自协方差函数、样本自相关函数和样本偏自相关函数-As to a set of data, through solving the sample mean value and function sample covariance function, sample from the autocorrelation function and sample partial autocorrelation function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:571
    • 提供者:zf
  1. LevelElmulaterysh

    0下载:
  2. 目标运动和卡尔曼跟踪的仿真程序,给出了系统状态转移矩阵和测量过程,以及协方差和增益。通过绘图得出仿真轨迹和真实轨迹的平均误差。有助于研究目标航迹跟踪-Target motion and Kalman tracking simulation program, the system state transition matrix and measurement process, as well as the covariance and gain. Obtained by drawing the a
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6549
    • 提供者:周严
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com