PID controller for m file
Mostrar comentarios más antiguos
Hi
I have system (NOT transfer function) that gives vector numbers. Also, I have specific desire output. I would like to add PID controller as a control to reduce the error between the desire and output based on specific variable (d). Can you please help me with this situation
For example,
A=[0 3 12.5 12.8 11.8 12.3 11.9 12]; % practical data
d=1; % variable
OUT=A*d; % output
Vdesire=12; % desire output
5 comentarios
Mathieu NOE
el 10 de Dic. de 2024
hello
does A somehow represent a step input response ?
mohammed hussein
el 10 de Dic. de 2024
Mathieu NOE
el 10 de Dic. de 2024
I don't understand your data
systems are either given by models , FRFs , or time models (impulse or step response)
mohammed hussein
el 10 de Dic. de 2024
Mathieu NOE
el 11 de Dic. de 2024
sorry, it's still unclear for me
where does this data come from , and how it has been genrated and collected , and if it's a system output what was the corresponding input ?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Tuning Goals en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

