File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1111% MATLAB Central File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/90267-euler-c2d-transformation-c2d_euler
1212% GitHub: https://github.com/tamaskis/c2d_euler-MATLAB
1313%
14- % See "DOCUMENTATION.pdf" for additional documentation and examples.
15- % Examples can also be found in EXAMPLES.mlx. Both of these files are
16- % included with the download.
14+ % See EXAMPLES.mlx for examples and "DOCUMENTATION.pdf" for additional
15+ % documentation. Both of these files are included with the download.
1716%
18- % Copyright (c) 2021 Tamas Kis
19- % Last Update: 2021-05-31
17+ % Copyright © 2021 Tamas Kis
18+ % Last Update: 2021-06-08
2019%
2120% --------------------------------------------------------------------------
2221%
22+ % -------
2323% INPUTS:
24- % Hs continous transfer function
25- % T (1x1) sampling period
26- % type 'forward' or 'backward'
24+ % -------
25+ % Hs - (tf) continous transfer function
26+ % T - (1×1) sampling period
27+ % type - (char) 'forward' or 'backward'
2728%
29+ % --------
2830% OUTPUTS:
29- % Hz discrete transfer function
31+ % --------
32+ % Hz - (tf) discrete transfer function
3033%
3134% ==========================================================================
3235function Hz = c2d_euler(Hs ,T ,type )
You can’t perform that action at this time.
0 commit comments