This system is linear but uncertainty in h(t) makes it impossible to use the standard Kalman filter. h(t) in an unknown stochastic of binary random variables so the matrices of the system is unknown. Does Kalman fit in this situation?
Thanks for your contribution. It helped me alot but I only found systems with markov property for its switching state. The parameters(h(t)) of the model mentioned here is binary random variables. Are there any hybrid system with gaussian and binary random variables?
I believe that Rafael Rui is on the right track ;-) It's a type of hybrid stochastic system. Normally the formulation is for h(t) to be a Markov chain, hence scalar process with finite state space. In your case you have a vector valued process with binary components. To use hybrid filtering methods like IMM, GPB, etc, you need to convert to a scalar valued Markov chain. This is feasible by defining a state space with 2^N states where N is the dimension of h.You then need to set up the transition probabilities, which must be known.
A link to some approaches to manoeuvring target tracking, which is often solved using hybrid systems, is attached.
A warning is in order. The algorithm complexity will be high even for moderate N.
Technical Report A Survey of Manoeuvring Target Tracking Methods
The way that seems most natural is to convert to standard hybrid system form and use the theory developed for these systems. If you have another way, then that is fine too. Monte Carlo filtering is certainly not the only way to solve this state estimation problem.
The approach I outlined in my first post is the one I would use. IMM is an easy way to do it once you have defined the appropriate Markov chain. Upvotes and acknowledgements are always nice if you write a paper on it :-)
I will be happy just to get an acknowledgement. Authorship usually requires a significant contribution rather than just an initial suggestion. Good luck with the algorithm development.