BUULEEEE
BUULEEEE
COLLEGE OF ENGINEERING
Department of Mechanical Engineering
ME 416: Control Engineering
Laboratory Experiment Manual
Experiment No. 02
Transfer Function
I. Objective:
To learn to use SCILAB to generate polynomials
To learn to use SCILAB to generate Transfer function
III. Background:
For a control system, G(s) generally represents the transfer function. In the
figure given below X(s) and Y(s) represents input and output respectively.
𝐆( 𝒔 ) =
frequency domain (s)
𝑪(𝒔)
Transfer function of the Systems
𝑹(𝒔)
Experiment No. 02 Transfer Function
Page 2 ME 416: Control Engineering
IV. Materials:
Simulation using Scilab (installed applications)
Laptop/desktop
V. Procedure:
𝟐
2. Create the script for the transfer function. Save the file using
Transfer Function.sce. The Transfer function is defined below:
𝒈𝟏(𝒔) =
𝟏 + 𝟕𝒔
SciNotes (Script):
SYNTAX USED:
Poly (Polynomial)definition from given roots or coefficients, or characteristic to a
square matrix.
3. Execute the File you have created using the Script on the SciNotes. Check
the plot of the step response.
Transfer Function Experiment No. 02
ME 416: Control Engineering Page 3
VI. EXERCISES:
𝟔.𝟑𝟐𝟐𝟑 𝒔𝟐+𝟏𝟖𝒔+𝟏𝟐.𝟖𝟏𝟏
𝑭(𝒔)
1. Create a script using SciNotes with the below Transfer function.
𝒔𝟒 +𝟔𝒔𝟑 +𝟏𝟏.𝟑𝟐𝟐𝟑 𝒔𝟐
=
+𝟏𝟖𝒔+𝟏𝟐.𝟖𝟏𝟏
2. On your script use the syntax “xgrid” to add grid on a 2D or 3D plot
F(s)
Experiment No. 02 Transfer Function
Page 4 ME 416: Control Engineering
F(s)
VII. Conclusion:
In summary, transfer functions play a crucial role in the analysis and design
of dynamic systems across various engineering fields. They provide a
compact representation of system behavior, allowing engineers to assess
stability, response characteristics, and overall performance efficiently. By
transforming complex differential equations into algebraic equations in the
Laplace domain, transfer functions simplify the process of analyzing system
responses to different inputs, such as step or impulse signals. The insights
gained from studying the transient and steady-state responses, including
parameters like rise time, settling time, peak time, and percent overshoot,
enable engineers to optimize control strategies and ensure systems meet
desired specifications. Ultimately, transfer functions are invaluable for
designing reliable and efficient control systems, fostering advancements in
technology and engineering practices.