|
| template<class ValueType , int states> |
| DiscreteStateSpace< ValueType, states, 1, 1 > | controlpp::discretise_zoh (const ContinuousStateSpace< ValueType, states, 1, 1 > &sys, ValueType sample_time) |
| | transform s-domain into z-domain using zero-order-hold
|
| |
| template<class T , int NStates, int NInputs, int NOutputs> |
| DiscreteStateSpace< T, NStates, NInputs, NOutputs > | controlpp::discretise_tustin (const ContinuousStateSpace< T, NStates, NInputs, NOutputs > &sys, const T &sample_time) |
| | discretises a continuous state space to a discrete one with the Tustin transformation
|
| |
| template<class T , int NStates> |
| DiscreteStateSpace< T, NStates, 1, 1 > | controlpp::discretise (const ContinuousStateSpace< T, NStates, 1, 1 > &sys, const T &sample_time, EDiscretisation method) |
| |