Lab 4
Lab 4
:Theory
-:Mass-Spring System Model
Consider the following Mass-Spring system shown in the figure. Where
Fs(x) is the spring force, Ff(x’) is the friction coefficient, x(t) is the
.displacement and Fa(t) is the applied force
:LAB Exercises
:Exercise1
clc; close all; clear all;
;7])
;pzmap(sys)
:Exercise2
))a
;clc; close all; clear all
))b
clc; close all;
;clear all
z=3; %6,12
sys = tf([15/z 15],[1 3 15])
subplot(2,1,1)
step(sys)
subplot(2,1,2)
impulse(sys)
:Exercise4
- :Solution
The value of the input is irrelevant. The Laplace transform of the differential equation is
- :Conclusion
Time-invariant analysis is key to understanding stability and performance
properties of control systems. Bode plots, Nyquist plots, and Nichols chart
are three standard ways to plot and analyze the frequency response of a
.linear system