How can I implement computation step in simulink?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi there,
I have to implement the following block in simulink. But I am not sure how can I implement these exp functions. Do I have to implement them as laplace transform format?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/655170/image.jpeg)
I know that e^(-at) = 1/(s+a).
But what will be the function for e^(-sTc)?
0 Kommentare
Antworten (1)
Mohamad Nazir
am 17 Jun. 2021
Hi,
Depends on what you are trying to achieve. If you want to implement it in Laplace form, for the first block your a is = Tc so the Laplace transform would be 1/(s+Tc). Similarly for the second block, a = Tm so the Laplace transfer would be 1/(s+Tm).
0 Kommentare
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!