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.
인용 양식
Tamas Kis (2023). Euler c2d Transformation (c2d_euler) (https://github.com/tamaskis/c2d_euler-MATLAB/releases/tag/v2.2.1), GitHub. 검색됨 .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!