You are on page 1of 2

ECE131L Experiment 2: System Generation,

Retrieval, and Interconnection


Catherine Joy R. Mendoza
School of Electrical, Electronics, and
Computer Engineering
Mapua University
Manila City, Philippines
catherinejoymendoza@yahoo.com

Abstract— This experiment is focused on System Generation,


Retrieval, and Interconnection. Through this, systems are
generated given the transfer function, gain-poles-zeroes,
matrices, and system responses. Also, given a block diagram of
systems, the overall transfer function was obtained. Lastly, give
an RLC circuit, a function must be created in MATLAB.

Keywords— transfer function, block diagram, RLC circuit

I. INTRODUCTION
Matrix laboratory or commonly known as MATLAB, is a
multi-paradigm numerical computing environment and
proprietary programming language developed by Figure 1. Block Diagram Representation
MathWorks. It allows matrix manipulations, plotting of By using MATLAB, in solving block diagrams, the tf
functions and data, implementation of algorithms, creation of command was used to create the transfer function. Then, the
user interfaces, and interfacing with programs written in
simplification or the combination must take place
other languages, including C, C++, C#, Java, Fortran, and
accordingly whether it is series or parallel with the uses of
Python. This experiment was complete through the use of
this computing environment. series and parallel commands. Once combined, the feedback
command is used which returns the model object for the
A Transfer function represents the relationship between feedback of model objects. With this, the overall transfer
the output signal of a control system and the input signal, for function can be obtained.
all possible input values. The transfer function has many For instances that the blocks are given in matrix
useful physical interpretations and features of a transfer parameters, the matrix shall be defined first. Then, the ss
function are often associated with important system command will be used to convert the state-space model.
properties. After this, it shall proceed as the previous way of solving
II. BLOCK DIAGRAM block diagrams but when using tf command, the property
inside it shall use the zpk command.
A block diagram is a visualization of the control system
which uses blocks to represent the transfer function, and
arrows which represent the various input and output signals. III. ELECTICAL CONTROL SYSTEM
The combinations of block diagrams and transfer functions is
a powerful way to represent control systems. Transfer An electrical control system is a physical interconnection
functions relating different signals in the system can be of devices that influences the behavior of other devices or
derived by purely algebraic manipulations of the transfer systems. RLC circuit consists of resistors, inductors, and
functions of the blocks using block diagram algebra. Any capacitors connected in either series or parallel. An RLC
system can be described by a set of differential equations, or circuit can be used as a band-pass filter, band-stop filter, low-
it can be represented by the schematic diagram that contains pass filter or high-pass filter.
all the components and their connections. However, these An open loop control system is one which the output does
methods do not work for complicated systems. not feedback to the input to correct variations. Instead, the
The transfer function of a component is represented by a output is varied by varying the input. A closed loop control
block. A block has single input and single output. Output of system is one in which the output has an effect upon the
the block is obtained by multiplying transfer function of the input to maintain a desired output value. It achieves this by
block with input. The summing point is represented by a providing a feedback loop/
circle having a cross inside it. It has two or more inputs but In this experiment, given an RLC circuit, the students
with single output. It produces the algebraic sum of the were tasked to create a function through a Matlab M-File.
inputs. The take-off point is a point from which the same Inside the M-file are the assigning of value of the circuit and
input signal can be passed through more than one branch. its logic in solving it. Commands such as tf, tfdata, zpkdata,
ssdata, ss, and zpk were used to complete this. After creating
the m-file, it can now be used as a function for RLC circuits
of the same kind even with different values.

XXX-X-XXXX-XXXX-X/XX/$XX.00 ©20XX IEEE


IV. CONCULUSION MATLAB. Circuits can be calculated as well whether it is an
After conducting the experiment, the students are now open loop system or an electrical system. For open loop
able to characterize systems using different forms of systems systems, the transfer function equation can be solved by
representation, system transformation, systems using combination. With this, the circuit can be simplified.
interconnection. Transfer function can be made from For electrical systems, the gain, poles, and zeroes can be
different sources or input and is converted to a system of determined by MATLAB as well.
equations. It can also be created from a set of coefficients REFERENCES
from numerators and denominators. The transfer function can
be determined by a given gain, zeroes, and poles through
[1] Astrom, K. J., & Murray, R. M. (2009). Feedback Systems. Princeton University Press.
[3] Omijeh, B., & s.K.Ogboukebe. (2015). Modeling of Transfer Function
Characteristic of RLC-Circuit. IOS Journal of Computer Engineering.
[2] Retrieved from Electrical4U: https://www.electrical4u.com/transfer-
function/

You might also like