Oversampling in PID tuning
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm developing a PID controller to control the position of a laser beam. The controller will be implemented in software on a TI micro controller. The sampling time will be 15 us but I need to simulate the system at a higher frequency to check for higher frequency oscillations. What would be the best way to do it?
1 commentaire
Muthu Annamalai
le 27 Juil 2015
Modifié(e) : Muthu Annamalai
le 27 Juil 2015
Hello Wolfy
As Azizz has pointed out, it will be helpful if you specify what you are looking for here.
Do you want guidance on a Simulink model or MATLAB code. Does the MATLAB code have to generate C-code so you may put it one a microcontroller.
Better clarifications will help you get a prompt answer.
Réponses (1)
Azzi Abdelmalek
le 27 Juil 2015
- The best way to do what?
- Your PID is continue or discrete?
- How about the system you are controlling?
2 commentaires
Azzi Abdelmalek
le 27 Juil 2015
Wolfy, Even a continuous PID can be implemented with software, at a high frequency. However, for discrete PID, the frequency can't be chosen as high as you want, because it will cause the instability of your closed loop. The sample time depends on the system you want to control.
Voir également
Catégories
En savoir plus sur PID Controller Tuning 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!