Module au::transfer_function::discrete[][src]

Transfer functions for discrete time systems.

Specialized struct and methods for discrete time transfer functions

  • time delay
  • initial value
  • static gain
  • ARMA (autoregressive moving average) time evaluation method

This module contains the discretization struct of a continuous time transfer function

  • forward Euler mehtod
  • backward Euler method
  • Tustin (trapezoidal) method

Structs

ArmaFn

Iterator for the autoregressive moving average model of a discrete transfer function. The input is supplied through a function.

ArmaIter

Iterator for the autoregressive moving average model of a discrete transfer function. The input is supplied through an iterator.

Type Definitions

Tfz

Discrete transfer function