harold.is_kalman_observable

harold.is_kalman_observable(G)

Tests the rank of the Kalman observability matrix and compares it with the A matrix size, returns a boolean depending on the outcome.

Parameters:G (State, tuple) – The system or the (A,C) matrix tuple
Returns:test_bool (Boolean) – Returns True if the input is Kalman observable