Study Materials for Unit 54: Further control systems EngineeringTask 2.0Task 2b.the use of Bode-plot to analyse the stability of the motor system for k= 1.0and k= 10The open –loop transfer function of a unity feed back system isgiven by??(?+1)(?+2)Must include the gain-margin and Phase margin and their significance:Bode Plot for k=1.0??3 + 3?2 + 2?Enter … Continue reading “Further control systems Engineering | My Assignment Tutor”
Study Materials for Unit 54: Further control systems EngineeringTask 2.0Task 2b.the use of Bode-plot to analyse the stability of the motor system for k= 1.0and k= 10The open –loop transfer function of a unity feed back system isgiven by??(?+1)(?+2)Must include the gain-margin and Phase margin and their significance:Bode Plot for k=1.0??3 + 3?2 + 2?Enter the following codes in Matlabsys=tf(1,[1 3 2 0])margin(sys)Insert your graph here (similar to the above graph in figure13)Bode Plot for k=10.0??3 + 3?2 + 2?Enter the following codes in Matlabsys=tf(10,[1 3 2 0])margin(sys)Insert your graph here (similar to the above graph in figure13)Justification of the above result using Routh-Hurwitz stability criterion. –Independent researchAssessment of the performance of the above system using othertechniques – Independent research.