Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Define transfer function using matlab command and plotting time response of the system which subjected to unit step function for open loop transfer function of
Define transfer function using matlab command and plotting time response of the system which
subjected to unit step function for open loop transfer function of systems in series and plotting the
time response of the system for closed loop transfer function by combining both systems in series
together.
Defining Transfer Functions
;
;
Gsys ;
;
Csys ;
;
;
Hsys ;
sysCGtf seriesCsys Gsys;
sysCLTF feedbacksysCGtf Hsys;
Closed Loop Transfer Function CLTF Should Look like this:
isstablesysCLTF; Stability Check
Plotting CLTF as a whole:
figure
hold on
plotstepsysCLTF
grid on
ylabelAmplitude
xlabelTime
hold off
Plotting
figure
subplot
stepGsys
grid on
subplot
stepHsys
grid on
Plotting
figure
simmodel.;
b aydata;
atdata;
plotc b;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started