Expand description

Transfer function and matrices of transfer functions

This module contains the generic methods for transfer functions

  • calculation of zeros and poles (real and complex)
  • arithmetic operations (addition, subtraction, multiplication, division, negation, inversion)
  • positive and negative feedback
  • conversion from a generic state-space representation of a single input single output system
  • evaluation of the transfer function at the given complex number

continuous module contains the specialized structs and methods for continuous systems.

discrete module contains the specialized structs and methods for discrete systems.

Modules

  • Transfer functions for continuous time systems.
  • Transfer functions for discrete time systems.
  • Discretization module for continuous time transfer functions
  • Matrix of transfer functions

Structs

  • Transfer function representation of a linear system