The real implementaion of the C2D function "Control Systems Toolbox"
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I am trying to understand the differences between the discretization methods and therefore do my own implementation. However, when I get inside the function suing cntr+d, I get some unrelavent implementation that does not take into account the discretization method. Can anyone of help reach the real implementation of the c2d function?
Kind regards,
The function is: c2d() continous to discrete conversion
The non-complete implementation:
[SL: removed the implementation of c2d.m from Control System Toolbox from the post]
0 Commenti
Risposte (1)
Paul
il 30 Mag 2024
Hi Youssef,
There are two files named c2d.m
which -all c2d
I believe the code listed in the question is of the former. The latter can be opened in an editor, at least in R2022a, and one can set a breakpoint and step through the code using the debugger.
0 Commenti
Vedere anche
Categorie
Scopri di più su Digital Filter Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!