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

搜索资源列表

  1. final.m

    0下载:
  2. this is a matlab code for calculating AR parametre and white noise variance using Yule-Walker equations.
  3. 所属分类:matlab

  1. AR

    0下载:
  2. Autoregressive model for forecasting and prediction
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3242
    • 提供者:koukou
  1. wind

    1下载:
  2. AR模型模拟风速时程,得到风荷载,风速符合达文波特谱-Davenport spectrum, wind speed simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1648
    • 提供者:hanyidan
  1. 11111

    0下载:
  2. DSP AR模型下的噪音消除。简单可行。-Noise cancellation DSP AR Model. Simple and workable.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:798
    • 提供者:wendahe
  1. AIC

    1下载:
  2. 用于计算时间序列AR模型的系数和阶数,采用AIC算法-Calculate the coefficient of time series AR model and the order number
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:刘湘楠
  1. 22

    0下载:
  2. 在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-Online signature identification, AR implementation algorithm and DTW algorithm to achieve, but also includes a more comprehensive example of this study friends useful, this is the offi
  3. 所属分类:Maple

    • 发布日期:2017-12-12
    • 文件大小:192543
    • 提供者:
  1. DSP

    0下载:
  2. 数字信号处理(DSP)的计算机作业,包括估计随机信号的样本自相关序列,AR过程的线性建模与功率谱估计,维纳噪声抑制。-Digital signal processing (DSP) computer operations, including random signal sample estimates the autocorrelation sequence, AR modeling and process linear power spectrum estimation, Wiener no
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1036288
    • 提供者:缪顾敏
  1. Untitled2

    0下载:
  2. AR模型不同阶次和不同采样点数得到的功率谱图比较,并与周期图法进行比较。-AR model of different orders and different sampling points obtained the power spectrum comparison, and compared with the cycle diagram method.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:BuBu1122
  1. pespxnwtorevowel

    0下载:
  2. 这是在AR模型的功率谱估计,对比经典谱估计有明显的优点,是一种新的估计,-This is in the AR model power spectrum estimate, compare the classic spectrum estimation has obvious advantages, is a kind of new estimates,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:tmolx
  1. LTSP

    0下载:
  2. This in the AR model power spectrum estimate, compare the classic spectrum estimation has obvious advantages, is a kind of new estimates,-This is in the AR model power spectrum estimate, compare the classic spectrum estimation has obvious advantages,
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:1952
    • 提供者:pelefte
  1. test

    1下载:
  2. 用于研究时间序列的方法有AR(自回归)、MA(滑动平均)、ARMA(自回归滑动平均)这三种模型。而对于一个平稳时间序列预测问题,首先要考虑的是寻求与它拟合最好的预测模型。而模型的识别与阶数的确定则是选择模型的关键。 1.用 迭代生成1000个点(前2个点自定义)。 2.在这1000个点中取800点进行时间序列分析建立合适的模型。 3.利用剩余的200个点进行模型预测,并看其是否匹配,最后校正。 -Methods for studying time series are AR (a
  3. 所属分类:matlab

    • 发布日期:2017-08-13
    • 文件大小:13312
    • 提供者:曹红英
  1. AR1

    0下载:
  2. AR风速风压模拟,matlab,存在一点问题-AR u98CE u901F u98CE u538B u6A21 u62DF uFF0Cmatlab uFF0C u5B58 u5728 u4E00 u70B9 u95EE u9898
  3. 所属分类:matlab

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:何曦
  1. maidongfeng

    0下载:
  2. 线性滤波法(自回归法法)生成脉动风速时程(generate fluctuating wind speed by AR method)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:msjtu
  1. 自适应滤波器的算法实现

    0下载:
  2. 自适应滤波器的算法实现以及Matlab实现程序代码(The power spectrum of the signal is estimated by the AR model of the modern spectral estimation method)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:9216
    • 提供者:南宫先生
  1. Rayleigh_fading_channel_simulation

    0下载:
  2. This program is to simulate the Rayleigh fading channels using a p-th order autoregressive model AR(p)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:tunghua
  1. ARMA

    0下载:
  2. ARMA 模型(Auto-Regressive and Moving Average Model)是研究时间序列的重要方法,由自回归模型(简称AR模型)与滑动平均模型(简称MA模型)为基础“混合”构成。在市场研究中常用于长期追踪资料的研究,如:Panel研究中,用于消费行为模式变迁研究;在零售研究中,用于具有季节变动特征的销售量、市场规模的预测等(ARMA model is an important method to study time series. It consists of auto
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:dovemeng
  1. randomAR

    0下载:
  2. 随机水文学中一个AR模型的小程序,适合随机水文学的初级学习者学习。(it is used for Stochastic hydrology learning.it is a program for AR model.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:WI-liang
  1. stationary random simulation

    0下载:
  2. 这是一个关于随机水文学模拟水位的程序,课后习题 的验证与编程(it is used for stationary random simulation.it is the answer of a AR model)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:WI-liang
  1. ar_duanshipingwen

    0下载:
  2. 循环建立armodel模型并提取armodel第一个参数,来表征肌肉疲劳程度。表征效果不错。(The armodel model is established by cycle and the first parameter of armodel is extracted to represent the degree of muscle fatigue. The effect is good.)
  3. 所属分类:生物技术

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:`yangliulang
  1. ARMA_model

    0下载:
  2. 自回归滑动平均模型(ARMA 模型,Auto-Regressive and Moving Average Model)是研究时间序列的重要方法,由自回归模型(简称AR模型)与滑动平均模型(简称MA模型)为基础“混合”构成。在市场研究中常用于长期追踪资料的研究,如:Panel研究中,用于消费行为模式变迁研究;在零售研究中,用于具有季节变动特征的销售量、市场规模的预测等(Auto-Regressive and Moving Average Model)
  3. 所属分类:matlab例程

« 1 2 ... 22 23 24 25 26 2728 29 »
搜珍网 www.dssz.com