pid controller (m-file ) with input data and output data

2 vues (au cours des 30 derniers jours)
mohammed hussein
mohammed hussein le 5 Mar 2022
Commenté : Star Strider le 5 Mar 2022
Hi
I have data input should inter to PID controller without feedback. only data into PID and get the results data out. I would like to make code in m-file represent this way (data input to PID and get out data)
thank you very much for helping

Réponse acceptée

Star Strider
Star Strider le 5 Mar 2022
See if the lsim function will do what you want.
  2 commentaires
mohammed hussein
mohammed hussein le 5 Mar 2022
Thank you for your answer, my question in simple way is if I have input data for example (A=5) input to PID (P=0.2, I=180) how can I get the output data by using MATLAB m-file.
Star Strider
Star Strider le 5 Mar 2022
I have no idea what any of that refers to.
See the documentation I linked to in order to understand how to use lsim to get output from a specific input. Create a time vector and a corresponding input vector (or array) and then use lsim to get the system output from those inputs.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by