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

搜索资源列表

  1. AR

    0下载:
  2. 天然情况下,根据灰色模型对河道来水进行中长期预测,比较完整-Under natural conditions, according to the gray model for long-term prediction of river runoff, a relatively complete
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:15249
    • 提供者:张天宏
  1. GuideLogFormatter

    0下载:
  2. Matlab中AR模型的应用,相关数据分析-Matlab application of the model of AR, the relevant data analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:10418
    • 提供者:ljmdzyx
  1. Kalman_preAIC90

    0下载:
  2. 基于Kalman滤波算法的自适应AR模型,优点:算法收敛速度快;-Adaptive Kalman filtering algorithm based on AR model advantages: algorithm convergence speed
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1155
    • 提供者:王磊
  1. ARmodel

    0下载:
  2. AR模形拟合工具,提供AR模型的拟合与模拟-AR model
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:186516
    • 提供者:wangyinong
  1. L_D

    1下载:
  2. 用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。-
  3. 所属分类:matlab例程

    • 发布日期:2017-05-02
    • 文件大小:3425
    • 提供者:zf
  1. h3

    0下载:
  2. 程序分为两部分,分别用周期图法、AR模型法实现了太阳黑子数据功率谱估计-Experiment is divided into two parts, with the periodogram method, AR model method to achieve a sunspot data power spectrum estimation
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1478
    • 提供者:li ting
  1. estimate_AR

    0下载:
  2. 我写的matlab 的ar模型代码,很实用,希望对你有帮助-I wrote the ar model matlab code, very useful, want to help you
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:567
    • 提供者:vincent
  1. AR_PROCESS_MATLAB

    0下载:
  2. 关于AR模型MATLAB程序,同时进行频谱分析-AR model on the MATLAB program, at the same time spectrum analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:4125
    • 提供者:lizengke
  1. puguji

    0下载:
  2. 几种AR模型估计参数,是关于我们老板上课课件上的-Several parameters of AR model estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4547
    • 提供者:caoji
  1. ARtest

    1下载:
  2. AR模型的C++实现 用于计算AR模型的a和E。 能自设阶数或者用FPE方法求最合适的技术-AR model of the C++ implementation of a model used to calculate the AR and E. To own or use the FPE method of order seeking the most appropriate technology
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:586279
    • 提供者:liu
  1. AR

    0下载:
  2. AR模型实验数据,在实际工作中测试出来的数据-AR model test data, test out the practical work of data
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:524
    • 提供者:陶亮
  1. project

    0下载:
  2. AR模型参数估计,Kalman和Wiener滤波器设计-AR model parameter estimation, Kalman and Wiener filter design
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1050
    • 提供者:wangyin
  1. AR_Spectrum

    0下载:
  2. 适用于AR模型的功率谱估计,包括基于Yule-Walker方法估计序列功率谱以及基于最大熵方法的功率谱估计。-AR model for power spectrum estimation, including methods based on Yule-Walker power spectrum estimation sequence and the method based on maximum entropy power spectrum estimation.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:657
    • 提供者:爱爱爱
  1. AR

    0下载:
  2. 用AR模型估计信号的功率谱的仿真:分别用svd-TLS的方法,4阶AR模型,100阶AR模型仿真信号-With the AR model to estimate the power spectrum of the simulation: each method of using svd-TLS, 4-order AR model, AR model order of 100 simulated signal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:689
    • 提供者:云卷云舒
  1. ar-kalman-1

    0下载:
  2. 基于卡尔曼算法的AR模型系数预测,利用卡尔曼滤波算法对AR模型的系数进行实时更新,可以观察到预测准确度有明显提高-Kalman algorithm based on AR model coefficients predicted using the Kalman filter AR model coefficients for real-time updates can be observed significantly improve prediction accuracy
  3. 所属分类:matlab

  1. ar(5)

    1下载:
  2. 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3864
    • 提供者:donghui
  1. AR

    0下载:
  2. 利用MATLAB建立AR模型,并用burg算法对其求解-AR model using MATLAB to establish and solve them with burg algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1213
    • 提供者:赵莹莹
  1. Classical_spectral_estimation

    0下载:
  2. 现代谱估计中,ar模型与arma模型的比较,性能的区别-Modern spectral estimation, ar arma model model and compare the difference between the performance
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9595
    • 提供者:崔焘
  1. 5

    0下载:
  2. 基于子波变换和AR模型的轴心轨迹识别.Based on wavelet transform and AR model orbit identification.-Based on wavelet transform and AR model orbit identification.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:278455
    • 提供者:
  1. PSD_AR_Model

    0下载:
  2. 采用matlab语言实现现代信号处理,谱估计,AR模型法-Modern Signal Processing using AR model.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1061
    • 提供者:lingjun
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com