Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Signal Processing > identification > lattn

lattn

正規方程式の反復解

呼び出し手順

[la,lb]=lattn(n,p,cov)

パラメータ

n

フィルタの最大次数

p

MA部の次元(一定). p= -1の場合, アルゴリズムは従来の Levinson反復を使用します.

cov

Rk(d次元過程の場合はd*d行列)を有する行列. 以下のように指定します.

la

リスト型の変数で, 連続的に計算されたAkを係数とする多項式(1次からn次)を 出力します

説明

以下のシステム (正規方程式)をn(pは固定)について 再帰的に解きます, つなわち, ARMA(n,p) 過程ベクトルのAR部(極)を同定します.

ただし,{Rk;k=1,nlag} は経験的共分散の系列です.

Report an issue
<< identification identification lattp >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Oct 01 17:40:28 CEST 2012