Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ekf_toa_robust: missing default arguments #7

Open
Mufabo opened this issue Dec 31, 2019 · 0 comments
Open

ekf_toa_robust: missing default arguments #7

Mufabo opened this issue Dec 31, 2019 · 0 comments

Comments

@Mufabo
Copy link

Mufabo commented Dec 31, 2019

Hi,

for the case where no parameter argument is passed, following fields are missing (with suggested values):

    % rekf in set_parameters_book
     parameter.var_est = 1
     parameter.dim = length(BS(1,:));
     parameter.max_iters = 25;
     parameter.break = 1e-4;
     parameter.c1 =1.5;
     parameter.c2 = 3;
     parameter.x1 = fzero(@(x1)  parameter.c1-x1*tanh(0.5*x1*(parameter.c2-parameter.c1)),0); %to incorporate nu
     G = [Ts^2/2*eye(2); Ts*eye(2)];
     Q = sigma_v^2*eye(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant