Module au::transfer_function::discretization[][src]

Discretization module for continuous time transfer functions

Given a continuous time transfer function, the sampling period and the discretization method the TfDiscretization returns the evaluation of the equivalent discrete time transfer function.

The available discretization methods are forward Euler, backward Euler and Tustin (Trapezoidal).

Structs

TfDiscretization

Discretization of a transfer function