Skip to main content

Questions tagged [state]

0 votes
0 answers
39 views

I'm looking at fusing the output of two SLAM packages. In the examples code given an EKF is referenced for this fusion but I can't find the implementation. I don't understand the value of the EKF ...
FourierFlux's user avatar
2 votes
2 answers
143 views

A. BACKGROUND: Apparently this question’s answer says this some static systems have memory especially those that hysteresis: Confusion about 'memoryless' meaning So the word static to me ...
L92MD14's user avatar
  • 21
3 votes
0 answers
108 views

I'm curious, what would be the correct approach for state estimation for hypersonic Missiles? Would it be exclusively GPS and IMU? Historically these are what was used, but I have also seen ground ...
FourierFlux's user avatar
0 votes
1 answer
47 views

If a digital system has two or more modes (states), does a continuous system have just one mode (state)?
Alkalix's user avatar
  • 35
1 vote
1 answer
2k views

I am studying filters, in particular the Infinite Impulse Response ones. I digged into theory and practice and I gain some decent knowledge on the topic. However, I can't really figure out or find ...
Mattia Surricchio's user avatar
2 votes
0 answers
550 views

I've coded a simple damped harmonic oscillator, controlled with a pid. Works fine. I want to use this model to test a kalman filter. So i added a gaussian noise to the position and want to feed the ...
Staufenbache's user avatar
2 votes
1 answer
1k views

I'm a bit confused about the frequency response and the state of a system. Is it simply the ratio of the output of the zero state response to the input of the zero state response? Or does it include ...
JobHunter69's user avatar
0 votes
0 answers
162 views

Trying to perform system identification in the following state-space model $$ \begin{bmatrix} x_{1}(n)\\ x_{2}(n) \\ x_{3}(n)\end{bmatrix}=\begin{bmatrix} a_{11} && a_{12} && a_{13} \\ ...
niaren's user avatar
  • 1,968