First of All, Tune The Desired C Value So That The
First of All, Tune The Desired C Value So That The
T
p(o)
*All the results actually are tabulated in table 1.0.
2. The MATLAB code to design the overall system
>> num=[400 120000];
>> den=[0.3 77.44 18178.24 8472];
>> g=tf(num, den);
>> sisotool(g)
>>
>> num2=poly([-3016.02 -300]);
>> den2=[0.3 77.44 18178.24 8472];
>> g2=tf(num2, den2);
>> sisotool(g2)
>>
>> num3=poly([-3016.02 -300 -0.5]);
>> den3=[0.3 77.44 18178.24 8472 0];
>> g3=tf(num3, den3);
>> sisotool(g3)
3. Design of the PD controller
The calculation is shown in another paper.
Table 1.0 shows all the necessary result for the PD controller design.
The transfer function of the system with PD controller is as shown below.
The gain, K is get using the root locus analysis by plotting the root locus of the above transfer
function.
The root locus is as shown below.
From the root locus above, the K value is 19.9. The detailed result is shown in table 1.0.
The transient response of the system after implemented the PD controller.
From the table and this transient response, it showed that the Ts and Tp becomes smaller
which means faster than the uncompensated system.
4. Design of the PID controller
The calculation is shown in another paple.
Table 1.0 shows all the necessary result for the PD controller design.
The transfer function of the system with PID controller is as shown below.
The gain,K is get using the root locus analysis by plotting the root locus of the above transfer
function.
The root locus is as shown below.
From the root locus above, the K value is 30.9. The detailed result is shown in table 1.0.
The transient response of the system after implemented the PID controller.
From the table 1.0 and this transient response, it showed that the system with PID controller
where the Ts and Tp becomes even smaller which means faster than the compensated system
with PD controller.