SAS Design Tutorial
SAS Design Tutorial
>> sys = tf(-4.66*conv([1 0.133 0],[1 0.269]),conv([1 0.015 0.021],[1 0.911 4.884]))
So the only change, that is required is to increase short period damping. Now let’s try to do it
using pitch rate feedback
Control Structure:
1
For an aircraft of class IV, operating in flight phase category C, assuming Level 1 flying qualities
Page 1 of 4
Flight Dynamics & Controls Center
Department of Aeronautics & Astronautics
Institute of Space Technology, Islamabad
>> sisotool(sys)
4. Two windows will open, rearrange them as shown below. Go to compensator editor Tab
and change value to -1.
5. Design requirements can be displayed on Root locus: e.g. Short period requirements. But
it’s better to impose one mode’s requirement at one time, than all at a same time. Right
Click on plot: Design Requirements > New
6. Select type of requirement and enter values, as shown below. Similarly add other
requirements.
7. Now adjust the gain or move poles on root locus, o meet all design requirement, with
suitable margin if possible. Then check the value of gain corresponding to that design, e.g.
𝐾𝑞 = −0.5
Page 2 of 4
Flight Dynamics & Controls Center
Department of Aeronautics & Astronautics
Institute of Space Technology, Islamabad
8. Now we will simulate the closed loop system in Simulink, and check its characteristics.
Page 3 of 4
Flight Dynamics & Controls Center
Department of Aeronautics & Astronautics
Institute of Space Technology, Islamabad
>> impulse(sys_CL,sys)
Page 4 of 4