CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - covariance matrix

搜索资源列表

  1. disp_rand

    0下载:
  2. 本程序用matlab生成白噪声,并且基于一个离散线性随机系统的模型生成了y(k)和x(k),绘制出了x(k|k-1)和x(k)的对比曲线,求出了提前一步预报的误差协方差阵的稳定值-the procedures used Matlab generate white noise, and on a discrete linear stochastic systems model generated y (k) and x (k), mapping out the x (k | k-1) and x
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:孙磊
  1. pca.m

    2下载:
  2. 本程序的运行环境为matlab6.5,在command window下输入数据x和a,然后调用函数pca(x,a)(即本程序的主程序)输入的两个参数的意义是:一个是样本数据x,另外一个是主成分累积贡献率的一个闸值,作为选定主成分个数的一个重要数据。 即可得到样本的协方差矩阵,相关矩阵,相关矩阵的特征根及特征向量,主成分个数和主成分负荷矩阵。 -the procedures for the environment matlab6.5. under the command window i
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.43kb
    • 提供者:郑可可
  1. ekf

    0下载:
  2. EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-18
    • 文件大小:17.57kb
    • 提供者:唐新杰
  1. direct_kim

    0下载:
  2. Fast DOA Estimation Algorithm using Pseudo Covariance Matrix的程序-Fast DOA Estimation Algorithm using Pseudo Covariance Matrix procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:chen
  1. sim

    0下载:
  2. 实现对自适应波束形成SIM算法的仿真,在该程序中,我们先设置入射的信号,再进行互协方差矩阵和自协方差矩阵的求解来实现该算法-To achieve adaptive beamforming algorithm for the simulation of SIM, in the process, we first set up the incident signal and then cross-covariance matrix and covariance matrix from the sol
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:772byte
    • 提供者:张琴超
  1. strcov

    0下载:
  2. Structured covariance estimation. The routine takes a covariance matrix as input and returns the Toeplitz matrix that lies closest to it, in the sense that it minimizes the Kullback-Leibler divergence between the two. Input must be a real, square, sy
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:990byte
    • 提供者:ruso
  1. Kalman_FILTER_version

    0下载:
  2. Computes the Kalman gain and the stationary covariance matrix using the Kalman filter of a linear forward looking model.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.57kb
    • 提供者:soufiane
  1. RLS+MatriXReseting+ForgetFactor

    0下载:
  2. this matlab code for estimating the static linear system(system function is time variable) with Recursive Least Squre and 2 solutions for better result. 1- using the Covariance Matrix Reseting in a specefic time. 2-using the RLS with Forget Facto
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.89kb
    • 提供者:maysam
  1. KalmanFilter

    0下载:
  2. this matlab code for estimating the static linear system(system function is time variable) with Kalman Filter. this program is written by matlab 7.0. Here we want to estimate the below function: this is matlab code for estimating the static lin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:605byte
    • 提供者:maysam
  1. matlab

    0下载:
  2. 使用matlab计算协方差矩阵的算法,包含计算实例的程序-Covariance matrix using matlab calculation algorithms, including the procedures for calculation example
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10.76kb
    • 提供者:郑旭飞
  1. SMI

    2下载:
  2. 块自适应处理算法先有采样快拍数据计算采样协方差矩阵,再来计算自适应权矢量。典型的块自适应处理算法为采样矩阵求逆(SMI)算法。仿真了采样矩阵求逆法(SMI)的波束形成方向图旁瓣的高低受信号快拍数的影响。-Block adaptive processing algorithms prior sample snapshot data of the sampling covariance matrix, again computing adaptive weight vector. A typical
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:902byte
    • 提供者:Billy
  1. An_improved_ekf_new_methods

    0下载:
  2. 本文对于非线性非高斯问题,提出了一种改进扩展卡尔曼滤波(NIEKF)新方法。该方法将迭代滤波理论引入到扩展卡尔曼滤波器方法中,有效地重复利用新的测量信息,还利用Levenberg-Marquardt 方法调整预测协方差阵以保证算法具有全局收敛性。实验结果表明,所提方法具有更高的估计精度,是一种效率较高、性能较好的跟踪方法。-This non-Gaussian for nonlinear problems, an improved extended Kalman filter (NIEKF) th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.46mb
    • 提供者:李辉
  1. feisher

    0下载:
  2. PCA的步骤: 1 先将数据中心化; 2 求得的协方差矩阵; 3 求出协方差矩阵的特征值与特征向量; 4 将特征值与特征向量进行排序; 5 根据要降维的维数d’,求得要降维的投影方向; 6 求出降维后的数据; -PCA steps: 1 of the first data center 2 covariance matrix obtained 3 obtained covariance matrix eigenvalues and eigenvectors 4
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:265.42kb
    • 提供者:李岩
  1. m11438

    0下载:
  2. Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution equation arising in the course of the calculation is not accurate and on the covariance matrix of a large amount of data storage pr
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:194.23kb
    • 提供者:rama
  1. predct

    0下载:
  2. Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution equation arising in the course of the calculation is not accurate and on the covariance matrix of a large amount of data storage pr
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:166.98kb
    • 提供者:rama
  1. AnAdaptiveFourDimensionalKalmnFilteforDopplerFrequ

    1下载:
  2. 用泰勒级数展开的形式表示高动态的载波相位参数, 给出了对高动态载体和各阶频率参数 估计的四阶加权扩展卡尔漫滤波器(EKF) , 以及实现高动态跟踪滤波器必须的状态转移矩阵和动 态噪声协方差矩阵. 计算机模拟实验分析了对载波相位和各阶频率的跟踪结果.-Taylor series expansion with the form that the carrier phase high-dynamic parameters, given the high-order dynamic freq
  3. 所属分类:matlab例程

    • 发布日期:2013-10-28
    • 文件大小:250.43kb
    • 提供者:herui
  1. w_SMI

    0下载:
  2. 针对均匀线列阵,当采用样本协方差矩阵求逆的方法时,得到的波束扫描估计方位谱。三个信号源-For uniform linear array, when using the sample covariance matrix inversion method, estimated by scanning the beam position spectrum. Three sources
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:646byte
    • 提供者:听海
  1. DOA_pastd

    1下载:
  2. 基于投影逼近子空间(PASTD)算法的DOA估计,PASTD算法可以快速度估计协方差矩阵的特征向量-doa estimation using pastd algorithm,pastd algorithm can estimate eigenvectors of covariance matrix quickly
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.22kb
    • 提供者:孙飞
  1. mvg

    0下载:
  2. Plot the 2D Multivariate Gaussian function when mean vector and covariance matrix are provided
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.4kb
    • 提供者:sohaa
  1. usefultool

    0下载:
  2. 计算协方差提供了便利,特别是考虑了半衰期;同时提供了一些其他常用的计算工具,例如decayma ewma等移动平滑计算;(It is convenient to calculate covariance, especially considering half-life. Some other common computing tools, such as decayma ewma and other mobile smoothing calculations, are also provide
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:jerrywang_123
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com