Euler c2d Transformation (c2d_euler)
c2d_euler
Transforms a continuous transfer function to a discrete transfer function using the forward and backward Euler methods.
Syntax
Hz = c2d_euler(Hs,T,'forward')
Hz = c2d_euler(Hs,T,'backward')
Description
Hz = c2d_euler(Hs,T,'forward')
returns the discrete transfer function Hz
obtained by applying the forward Euler (i.e. forward difference) transformation to a continuous transfer function Hs
, where T
is the sampling period.
Hz = c2d_euler(Hs,T,'backward')
returns the discrete transfer function Hz
obtained by applying the backward Euler (i.e. backward difference) transformation to a continuous transfer function Hs
, where T
is the sampling period.
Examples and Additional Documentation
- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
- See "Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf" (also included with download) for the technical documentation.
Citar como
Tamas Kis (2023). Euler c2d Transformation (c2d_euler) (https://github.com/tamaskis/c2d_euler-MATLAB/releases/tag/v2.2.1), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.