声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 2164|回复: 2

[综合讨论] 请问直接使用matlab里面的工具箱工具建立AR,ARMA模型行不?

[复制链接]
发表于 2007-4-7 10:01 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
谢谢
回复
分享到:

使用道具 举报

发表于 2007-4-7 10:18 | 显示全部楼层
原帖由 jzc1983 于 2007-4-7 10:01 发表
谢谢



请搜索版面,学会提问前先动手
发表于 2007-4-7 14:51 | 显示全部楼层
AR   Computes AR-models of signals using various approaches.
    Model = AR(Y,N)  or  TH = AR(Y,N,Approach)  or TH = AR(Y,N,Approach,Win)

    Model: returned as an IDPOLY model with the estimated parameters of the
           AR-model, see HELP IDPOLY.

    Y: The time series to be modelled, an IDDATA object. (See HELP IDDATA)
    N: The order of the AR-model
    Approach: The method used, one of the following ones:
       'fb' : The forward-backward approach (default)
       'ls' : The Least Squares method
       'yw' : The Yule-Walker method
       'burg': Burg's method
       'gl' : A geometric lattice method
       For the two latter ones, reflection coefficients and loss functions
       are returned in REFL by [Model,REFL] = AR(y,n,approach)
       If any of these arguments end with a zero (like 'burg0'), the
       computation of the covariance is suppressed.
    Win : Windows employed, one of the following ones:
       'now' : No windowing (default, except when approach='yw')
       'prw' : Prewindowing
       'pow' : Postwindowing
       'ppw' : pre- and post-windowing


    The Property/Value pairs 'MaxSize'/maxsize and 'Ts'/Ts can be added to
    set the MaxSize property (see also IDPROPS ALG) and to override the sampling
    interval of the data: Example: Model = AR(Y,N,Approach,'MaxSize',500).

    See also IVAR and for the multi-output case ARX and N4SID.

Overloaded methods
    help xregcovariance/ar.m
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-5-2 21:48 , Processed in 0.074929 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表