フィルターのクリア

ARMA Spectral Estimation in MATLAB?

3 ビュー (過去 30 日間)
Bob Li
Bob Li 2012 年 1 月 10 日
Hi
For spectral estimation, does Matlab include any implementation of ARMA model? http://en.wikipedia.org/wiki/Autoregressive–moving-average_model#Implementations_in_statistics_packages suggests Matlab has only AR function, and I can only find a function armax() in Matlab help. In the 1st line of this help, the function is described as “Estimate parameters of ARMAX or ARMA model”. So is this also applicable to ARMA models?
Bob

採用された回答

Wayne King
Wayne King 2012 年 1 月 10 日
Hi Bob, You can use armax to estimate the parameters of an ARMA model, by just specifying the 'na' and 'nc' inputs to the model.
For example:
m = armax(data,'na',3,'nc',4);
  1 件のコメント
Bob Li
Bob Li 2012 年 1 月 10 日
Wayne,
Thanks, I will look at it.
Bob

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Estimation についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by