文件名称:kalman_filter
介绍说明--下载内容均来自于网络,请自行研究使用
OPTIONAL INPUTS (string/value pairs [default in brackets])
model - model(t)=m means use params from model m at time t [ones(1,T) ]
In this case, all the above matrices take an additional final dimension,
i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R(:,:,m).
However, init_x and init_V are independent of model(1).
u - u(:,t) the control signal at time t [ [] ]
B - B(:,:,m) the input regression matrix for model m
-OPTIONAL INPUTS (string/value pairs [default in brackets])
model - model(t)=m means use params from model m at time t [ones(1,T) ]
In this case, all the above matrices take an additional final dimension,
i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R(:,:,m).
However, init_x and init_V are independent of model(1).
u - u(:,t) the control signal at time t [ [] ]
B - B(:,:,m) the input regression matrix for model m
model - model(t)=m means use params from model m at time t [ones(1,T) ]
In this case, all the above matrices take an additional final dimension,
i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R(:,:,m).
However, init_x and init_V are independent of model(1).
u - u(:,t) the control signal at time t [ [] ]
B - B(:,:,m) the input regression matrix for model m
-OPTIONAL INPUTS (string/value pairs [default in brackets])
model - model(t)=m means use params from model m at time t [ones(1,T) ]
In this case, all the above matrices take an additional final dimension,
i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R(:,:,m).
However, init_x and init_V are independent of model(1).
u - u(:,t) the control signal at time t [ [] ]
B - B(:,:,m) the input regression matrix for model m
相关搜索: Kalman_filter
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kalman_filter.m