i am estimation state of charge of lithium ion battery using kalman filter block in simulink. it need A, B,C,D matrices which is changing continuously. how to determine A,B,C,D matrices for kalman filter? please help?
You can use EKF (extended Kalman Filter) algorithm . This algorithm calculates A, B, C, and D matrices in each iteration and so these matrices can be updated at each epoch.