![]() |
Controlpp
|
Go to the source code of this file.
Namespaces | |
| namespace | controlpp |
| The main namespace for the Control++ library. | |
Functions | |
| template<class T , int NumOrder, int DenOrder = NumOrder> requires (NumOrder <= DenOrder) | |
| ContinuousTransferFunction< T, NumOrder, DenOrder > | controlpp::pade_delay (T delay) |
| Creates a continuous transfer function approximating a delay using the pade approximation. | |