here is the data: (cant show real values)
Plant=a/(s^2+b*s+c) , Compensator=(Kp*s+Ki)/s=Kp*((s+zero)/s) where zero=Ki/Kp
Feedback = Plant/(1+Plant*Compensator) ,(Something similar to feedback function in MATLAB) ----- 1
Kept Kp to 1 at first, then varying, zero value from root locus/polar plot from min pole value to max value and checking the step response with complete bode response and then finding out best output.
But in above method im fixing Kp to find Ki, i want a method where i can find both Kp and Ki.
After googling, i found this:
feedback sys=1/[(s^2+2*Wn*zeta*s+Wn^2)(s+a)] (in general)
So now, i can use equation 1 above to compare coefficients of denominator and find Ki and Kp, by altering Wn i.e. naturale frequency of system and zeta, the required damping factor. I know we can set requirement of system for damping factor and rising time, so zeta=damping_factor but im not sure how to find Wn. Any help is appreciated.
Also, if there is any other method, please let me know.
Thanks
Ashutosh
Edit: FYI, the system is a TF for DC motor which is a two pole system, the coefficients a, b, and c are constants, found after puuting different values like Kt, Ke, J, R, L etc.