Electronics, Software, IoT, 3D printing, model control, Web-Apps, AR and VR
The identification of the system parameters from a real dynamical system is often required for model control or simulations. In many cases the dynamical system is a PT2 system with the transfer function H(s).
In case of D<1 the system is underdamped and there exists a simple way to extract the parameters k, D and wn from the step-response of the system (see PT2-System Wikipedia (german)).
In case of D>1 up to now i do not have found any simple solution to do that job and this article describes a simple method to determine the two time constans T1 and T2 of the transfer function
Capture the step-response y(t) and normalize so that you get the step-response with an unit-step input signal (step from 0 to 1).
You can measure the gain k in steady-state (in the example above k=2).
Measure the timestamps where the step-response y(t) reaches 25% and 75% of the steady-state value.
Now calculate the time-constants of the transfer function H(s) with the following method
Following example demonstrates the functionality of this approach. The step-response of a passive RC filter of 2nd order was simulated, k, t25 and t75 measured with the cursors, then T1 und T2 were calculated using ltSpice parameters and then the step-response of the analog circuit was compared with the identified transfer function H(s).
Many times i identified T1 and T2 of overdamped PT2 systems by fast try and error or some numerical methods. But the results were bad or it was a huge effort to get good results.
The method presented in this article allows now to determine transfer function with two simple measurements and returns the both time-constants with a high accuracy.
Feel free to test this method and give me some feedback of your experience.
I used the computer algebra system maxima to do the derivation of this equations with numerical methods (not analytical).
Create an account to leave a comment. Already have an account? Log In.
like weingaunity and many others