Question

Determine the transfer function of the phase-lead compensator that can be used with the follow open-loop transfer function in

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Using Matlab:

Gs=tf(30,[1 3 0]);%Define the system
sisotool(Gs)%open SISO system analysis and design tool

Control System Designer - Bode Editor for Loop Transfer_C CONTROL SYSTEM BODE EDITOR VIEW -ox do E È 5 CEO Tuning Methods New

Now Select Controller Type as PD, Design mode as Frequency. Don't forget to select Design With First Order Derivative Filter.

PID Tuning Compensator CM = 0.49522 x (1 +0.25s) (1 + 0.083) Select Loop to Tune LoopTransfer_C Add new loop ... Specificatio

Assign Phase Margin as 45 and relevant Bandwidth, Click on Update compensator.

You will see the Compensator Transfer function at the top.

Now in Matlab Command window:

Gs=tf(30,[1 3 0]);
Gcs=zpk(-0.25,-0.08,0.49522)%Compensator Transfer Function
bode(Gs)%Bode Plot
[ Gm1 , Pm1 , Wcg1 , Wcp1 ] = margin( Gs )%determin all the margins.
figure();
bode(Gs*Gcs)
[ Gm2 , Pm2 , Wcg2 , Wcp2 ] = margin( Gs*Gcs )

Output:

Bode Diagram Magnitude (dB) Phase (deg) 10-1 100 101 Frequency (rad/s)Bode Diagram Magnitude (dB) -90 Phase (deg) -180 10-3 10-2 R 101 10² 10-1 10° Frequency (rad/s)

Gm1 =

Inf


Pm1 =

30.5572


Wcg1 =

Inf


Wcp1 =

5.0814


Gm2 =

Inf


Pm2 =

39.1329


Wcg2 =

Inf


Wcp2 =

3.3255

Add a comment
Know the answer?
Add Answer to:
Determine the transfer function of the phase-lead compensator that can be used with the follow open-loop...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT