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.
Cite As
Tamas Kis (2023). Euler c2d Transformation (c2d_euler) (https://github.com/tamaskis/c2d_euler-MATLAB/releases/tag/v2.2.1), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.