Procedure 1
Procedure 1
Student ID:
Procedure A: Basic Simulink blocks
1. Build the system defined by the following DE by using the basic Simulink block in
MATLAB
𝒅𝒙
𝒙(𝒕) = −𝟖
𝒅𝒕
3. Build the system defined by the following DE by using the basic Simulink blocks
(integrators) in MATLAB
𝒅𝒙
= 𝒖(𝒕) − 𝟒𝒙
𝒅𝒕
Assume x(0)=0
4. Add a scope to display the unit step response of the system.
1
5. Now, repeat step 5 to get the ramp response.
7. Build the system defined by the following DE by using the basic Simulink blocks
in MATLAB
𝒚′′ + 𝟒𝒚′ + 𝟐𝒚 = 𝒙(𝒕)
Assume all initial states are =0
2
9. Repeat the previous step if y(0)=-1 and y’(0)=-0.5
3
4. Modify the Simulink in step 5 if x(0)=-1
4
7. Repeat the previous step if y(0)=-1 and y’(0)=-0.5
8. Modify your Simulink to present the input and the output signals simultaneously
on the scope.
Questions
5
2. Write the DE of the system presented in the following Simulink:
Conclusion: