discretitization of the pid algorithm

Thread Starter

numericman

Joined Dec 2, 2011
21
I'm new to control.i'm trying to use numerical integration methods to obtain several discrete pid algorithms.I've just discretized the continuous time pid algorithm using euler forward integration,euler backward integration,trapezoidal and simpson methods.i now want to do a comparative performance analysis of the discrete pid algorithms obtained.please i need several case studies to analyze these discrete algorithm.please where can i get some direct and simple case studies? i've gone through several text but the things there are so complicated and confusing.thank you.
 

Thread Starter

numericman

Joined Dec 2, 2011
21
many thanks tnk.with your material provided further understanding of my project.sadly i've another problem which i've just posted.please have alook @ it.
 
I am also using simpson's discretization to change the continuous PI to the discrete PI however it results in three poles and one of them is unstable. Did you have any issues when you were discretizing? Also did you use simpson's 1/3 or 3/8 rule?
 

tshuck

Joined Oct 18, 2012
3,534
I am also using simpson's discretization to change the continuous PI to the discrete PI however it results in three poles and one of them is unstable. Did you have any issues when you were discretizing? Also did you use simpson's 1/3 or 3/8 rule?
The OP may not remember the answer to your question, given that the OP was posted over a year ago...

You should start a new thread....

What's wrong with the Bilinear Transform?
 
The transfer function for the system is discretized using bilinear transformation however I'm testing the robustness of the controller when its discretized using different methods. I started a new thread as you suggested :) thank you
 
Top