1 function R=cov_w(obj,t);
\r
2 % Returns the covariance matrix of the measurement noise, at time t.
\r
4 % Syntax: (* = optional)
\r
6 % R = cov_e(model, t);
\r
18 % The covariance matrix of the measurement noise, at time t.
\r
20 % Toolbox for nonlinear filtering.
\r
21 % Copyright (C) 2005 Jakob Rosén <jakob.rosen@gmail.com>
\r
23 % This program is free software; you can redistribute it and/or
\r
24 % modify it under the terms of the GNU General Public License
\r
25 % as published by the Free Software Foundation; either version 2
\r
26 % of the License, or (at your option) any later version.
\r
28 % This program is distributed in the hope that it will be useful,
\r
29 % but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
30 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
31 % GNU General Public License for more details.
\r
33 % You should have received a copy of the GNU General Public License
\r
34 % along with this program; if not, write to the Free Software
\r
35 % Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
\r