Scilab 5.3.1
      
      - Scilab help
 - CACSD
 - abcd
 - abinv
 - arhnk
 - arl2
 - arma
 - arma2p
 - armac
 - armax
 - armax1
 - arsimul
 - augment
 - balreal
 - bilin
 - black
 - bode
 - bstap
 - cainv
 - calfrq
 - canon
 - ccontrg
 - chart
 - cls2dls
 - colinout
 - colregul
 - cont_frm
 - cont_mat
 - contr
 - contrss
 - copfac
 - csim
 - ctr_gram
 - dbphi
 - dcf
 - ddp
 - des2ss
 - des2tf
 - dhinf
 - dhnorm
 - dscr
 - dsimul
 - dt_ility
 - dtsi
 - equil
 - equil1
 - evans
 - feedback
 - findABCD
 - findAC
 - findBD
 - findBDK
 - findR
 - findx0BD
 - flts
 - fourplan
 - frep2tf
 - freq
 - freson
 - fspecg
 - fstabst
 - g_margin
 - gainplot
 - gamitg
 - gcare
 - gfare
 - gfrancis
 - gtild
 - h2norm
 - h_cl
 - h_inf
 - h_inf_st
 - h_norm
 - hallchart
 - hankelsv
 - hinf
 - imrep2ss
 - inistate
 - invsyslin
 - kpure
 - krac2
 - lcf
 - leqr
 - lft
 - lin
 - linf
 - linfn
 - linmeq
 - lqe
 - lqg
 - lqg2stan
 - lqg_ltr
 - lqr
 - ltitr
 - m_circle
 - macglov
 - markp2ss
 - minreal
 - minss
 - mucomp
 - narsimul
 - nehari
 - nicholschart
 - noisegen
 - nyquist
 - obs_gram
 - obscont
 - observer
 - obsv_mat
 - obsvss
 - p_margin
 - parrot
 - pfss
 - phasemag
 - ppol
 - prbs_a
 - projsl
 - reglin
 - repfreq
 - ric_desc
 - ricc
 - riccati
 - routh_t
 - rowinout
 - rowregul
 - rtitr
 - sensi
 - sgrid
 - show_margins
 - sident
 - sm2des
 - sm2ss
 - sorder
 - specfact
 - ss2des
 - ss2ss
 - ss2tf
 - st_ility
 - stabil
 - svplot
 - sysfact
 - syssize
 - tf2des
 - tf2ss
 - time_id
 - trzeros
 - ui_observer
 - unobs
 - zeropen
 - zgrid
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
arsimul
armaxシミュレーション
呼び出し手順
[z]=arsimul(a,b,d,sig,u,[up,yp,ep]) [z]=arsimul(ar,u,[up,yp,ep])
パラメータ
- ar
 armaxプロセス. armac参照.
- a
 (n,(r+1)*n)次の行列
[Id,a1,...,a_r]- b
 (n,(s+1)*m)次の行列
[b0,......,b_s]- d
 (n,(t+1)*n)次の行列
[Id,d_1,......,d_t]- u
 行列(m,N), エントリu(:,j)=u_jを指定
- sig
 (n,n)行列 e_{k} で分散Iのn次ガウス過程
- up, yp
 前の値を記述するオプションのパラメータ.
up=[ u_0,u_{-1},...,u_{s-1}];yp=[ y_0,y_{-1},...,y_{r-1}];ep=[ e_0,e_{-1},...,e_{r-1}]; 省略された場合, 前の値はゼロであると仮定されます.- z
 z=[y(1),....,y(N)]
説明
以下のn次元 armax プロセスのシミュレーションを行います,
    A(z^-1) z(k)= B(z^-1)u(k) + D(z^-1)*sig*e(k)
A(z)= Id+a1*z+...+a_r*z^r; ( r=0 => A(z)=Id) B(z)= b0+b1*z+...+b_s z^s; ( s=-1 => B(z)=[]) D(z)= Id+d1*z+...+d_t z^t; ( t=0 => D(z)=Id)
ただし,
    z と e は R^n,  u は R^mです.
手法
状態空間表現が構築され, odeにオプション "discr"を指定することにより, zを計算することができます.
作者
J-Ph.C.
| << armax1 | CACSD | augment >> |