Documentation
Tools for embedded systems
|
Continuous transfer function for easy LTI system definition. More...
#include <ltisys.hpp>
Public Member Functions | |
continuousTF (const real_t(&numerator)[order+1], const real_t(&denominator)[order+1]) | |
Constructor for the continuousTF class. | |
Continuous transfer function for easy LTI system definition.
order | The continuous system order |
|
inline |
Constructor for the continuousTF class.
[in] | numerator | An array of size <order> with the coefficients of the numerator in descending powers of s. |
[in] | denominator | An array of size <order> with the coefficients of the denominator in descending powers of s. |