filter out t=1 when storing aalphahat and eetahat

silicon
Marco Ratto 2022-11-18 11:56:42 +01:00
parent b90dff1986
commit 0622f01f4e
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ while notsteady && t<smpl
return
end
if smoother_redux
if smoother_redux && t>1
aalphahat(:,t-1) = aha(:,1);
eetahat(:,t) = etaha(:,2);
end