Skip to content
New issue

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

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

Already on GitHub? # to your account

added a method to predict the next state of the system #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

avraham-634
Copy link

Predict the next state of the system by multiplying the system matrix with the current state vector.

Copy link
Owner

@auralius auralius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you think the predicted state should also include u:
x_p_ = A_ * x_m_ + B_ * u;

Simply put, x_p_ is the predicted state.
See p.24: https://courses.cs.washington.edu/courses/cse571/03wi/notes/welch-bishop-tutorial.pdf

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants