tfpm_simu_defpos_tfarwin.m

来自「用于模拟时变非平稳的ARMA过程」· M 代码 · 共 13 行

M
13
字号
SPOS= [    sprintf(...'estimate= [A(:, 2:end) B];                estistat= 0;')    sprintf(...'estimate= [A(:, 2:end, MAR) B(:, :, MAR)];estistat= 0;')    sprintf(...'estimate= [A(:, 2:end) B];                estistat= e;')    sprintf(...'estimate= [A(:, 2:end) B];                estistat= e;')%    sprintf(...%'estimate= [A(:, 2:end) B];                estistat= e;')];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?