![]()  | 
  
    Documentation
    
   Tools for embedded systems 
   | 
 
Discrete transfer function for easy LTI system definition. More...
#include <ltisys.hpp>
Public Member Functions | |
| discreteTF (const real_t(&numerator)[NB], const real_t(&denominator)[NA]) | |
| Constructor for the discreteTF class.   | |
Discrete transfer function for easy LTI system definition.
| NB | Order of the numerator of the transfer function | 
| NA | Order of the denominator of the transfer function | 
      
  | 
  inline | 
Constructor for the discreteTF class.
| [in] | numerator | An array of size NB with the coefficients of the numerator in descending powers of z.  | 
| [in] | denominator | An array of size NA with the coefficients of the denominator in descending powers of z.  |