First time here? Check out the FAQ!
0

state space model in PSSE

  • retag add tags

Hello everyone,

I want to implement a Kalman filter for a system that implements in PSSE. I need the state space and state transition matrices. Could anyone help me how to find the state transition of the models in PSSE? Thank you so much

maryam's avatar
15
maryam
asked 2021-04-01 18:04:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

to the best of my knowledge, there is no command or routine for that in psse. you can read MODELS.pdf to get the transfer function representation for many (but not all) models and also you can get the corresponding state values if you want, by adding appropriate channels while simulating. from there, you will have to convert it to a state space model using some other software (like MATLAB or python).

bikiran1991's avatar
47
bikiran1991
answered 2021-04-02 20:21:42 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments