0% found this document useful (0 votes)
7 views

Lab 3 Group 4

Lab

Uploaded by

jeraldmacasio51
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Lab 3 Group 4

Lab

Uploaded by

jeraldmacasio51
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Feedback and Control (ELX225L-T)

TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES


TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 1 of 10

Members
No Name & Signature Task Assigned Group Grade Individual Overall
(70%) Grade (30%) Grade
1 Legaspi, Ann Patrice
2 Lizardo, Job Gabriel
3 Macasio, Art Jerald
4 Tupaz, Perth Aldave

Objectives
1. Design a Simple RLC Series circuit and an Op-Amp Circuit.
2. Analyze the performance a simple series RLC circuit and Op-Amp Circuit.
3. Develop the skill in Matlab to learn the output time response performance of a simple circuit and op-amp circuits.
4. Simulate the output response performance of the system.

Materials

Laptop and Matlab Tool

References/ Related Documents


• Topic 1a https://youtu.be/r26iE4Nm96Q
• Topic 1b https://youtu.be/zD7euQhoRck
• Topic 1c https://youtu.be/ycjd10j76NU
• Transfer Function by Brian Douglas https://www.youtube.com/watch?v=RJleGwXorUk
7.0 Step Response by Brian Douglas https://youtu.be/USH75nuHV6w

Basic Principle

Transfer Function
Transfer function algebraically relates a system’s output to its input. The function will allow separation of the input,
system and output into three separate and distinct parts. The function algebraically allows us to combine mathematical
representation of subsystems to yield a total system representation.

Figure 1 A Basic System Illustration

1 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 2 of 10

Figure 2 The Transfer Function Equation and Equivalent System Representation

The RLC Circuit Transfer Function

An electrical network with passive linear devices namely resistors, capacitors and inductors can be represented by a linear,
time-invariant differential equation and can be modeled as a transfer function. In the given RLC circuit in Figure 3a, if the devices
have values of 3 ohms resistor, 1 Henry inductor and two capacitors with 1 Farad each, the transfer function will be derived to be as
shown in Figure 2b. To learn more about how the transfer function model was derived, refer to the video lessons provided.

𝟏
vi(t) vo(t) 𝑮(𝒔) = 𝒔𝟐 + 𝟑𝒔 + 𝟐

(a) (b)

Figure 3: (a) The RLC Circuit and (b) The Transfer Function Model of the given RLC Circuit

Matlab Tool

For a known transfer function of the system in Figure 3, this RLC circuit could be simulated thru Matlab as shown in Figure
4. In this laboratory exercises, a step response (an input signal of 1 unit) will be utilized.

T, [

2 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 3 of 10

Figure 4 Matlab Script for Transfer Function G(s)

Figure 5 shows the output response curve of the given transfer function. In the step command line [Y,t] = step (G,10), the
value of time t may be varied, below or above (as high as hundreds), to zoom in or out in order to achieve a better view of the
output response waveform.

(a) (b)

Figure 5: (a) Output Response Curve and (b) Output Response Characteristics

Laboratory Procedure

A. Simple Series RLC Circuit

1.0 Create and draw a simple series circuit with four electronic passive devices by combining one resistor and at least one of
each capacitor and inductor. Choose the values from 5 to 10 units for ohms, 0.01 to 1.0 for Farads and Henries
(respectively). Use the farthest device from the input source as the output or load component, which should be a resistor.

3 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 4 of 10

Figure 6: Simple Series RLC Circuit


2. Write the solution for deriving the transfer function equation of your Simple Series RLC circuit.

Figure 7: Transfer Function Solution for Simple RLC Circuit

4 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 5 of 10

4.0 Using the Matlab tool, write the script for the designed circuit to plot the Transfer Function Output Time Response curve.

Figure 8: Matlab Script for Simple RLC Circuit

4. Present the Output Time Response Curve and its Stepinfo Characteristics. Choose a time range (value of t in (Y,t) in the
graph just enough that the whole response curve is seen in steady state condition. (Proper zoomed in or zoomed out)

Figure 9: Output Response Curve and Stepinfo Characteristics

5 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 6 of 10

5.0 Draw the equivalent block diagram of your Transfer Equation for Simple RLC Series Circuit and the Equivalent Mechanical
Translational Circuit Analog.

Figure 10: Equivalent Block Diagram of the Simple RLC Series Circuit

6.0 Draw the equivalent Mechanical Translational Circuit Analog of your Simple RLC Series Cirucit.

Figure 11: Equivalent Mechanical Translational Circuit Analog


of the Simple RLC Series Circuit

B. Op-Amp Circuit

6 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 7 of 10

7.0 Create an Inverting or Non-Inverting Op-Amp Circuit assigned to your group. Draw your circuit with four electronic passive
devices as follows: (a) Input Impedance use one resistor and one capacitor in series while in Output Impedance use resistor
and inductor in parallel. Choose the values from 5 to 10 units for ohms, 0.001 to 0.100 for Farads and Henries (respectively).
8.0 Draw your designed circuit and label in Figure 12 if it is Inverting or Non-Inverting Op-Amp circuit.

Figure 12 _______Inverting_______ Op-Amp Circuit

9.0 Write the solution for deriving the transfer function equation.

Figure 13 Transfer Function Solution for ____________________ Op-Amp Circuit

10.0 Using the Matlab tool, write the script for the designed circuit to plot the Transfer Function Output Time Response curve.

7 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 8 of 10

Figure 14 Matlab Script for _________________________ Op-Amp Circuit

11.0 Present the Output Time Response Curve and its Stepinfo Characteristics. Choose a time range (value of t in (Y,t) in the graph
just enough that the whole response curve is seen in steady state condition. (Proper zoomed in or zoomed out).

Figure 15 Response Curve and Characteristics

12. Draw the equivalent block diagram of your Transfer Equation for the Op-Amp Circuit.

8 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 9 of 10

Figure 16: Equivalent Block Diagram of the ________________________ Op-Amp Circuit

Individual Interpretation of Data and Conclusion

Name: ______________________________________ Date: _______________________________


Section: ____________________________________ Grade: __________x0.3_______________

A. Interpretation of Data
What have you observed in
designing the circuit? About
its computed values? In
deriving the transfer function
mathematical model and
equivalent block diagram
and circuit analogs.
Analyze the output time
response curve and stepinfo
characteristics. Compare
output performance of RLC
circuit versus Op-Amp
circuit.
How is Matlab useful in
designing and analyzing
circuit performances?

What have you observed in


simulating the performance
of the two circuits.

9 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.
Feedback and Control (ELX225L-T)
TECHNOLOGICAL UNIVERSITY OF THE PHILIPPINES
TAGUIG CITY
The Technological University of the Philippines shall be the premiere state Laboratory Tile: Transfer Function Model
university and the model of excellence in technology education in the country
in a knowledge-based economy of the 21st century.
Laboratory No: 3
Faculty: Engr. Rica Jane Y. Kosca Date Submitted: Week No.:
Section: Electronics Section Group No.: Term No:
Department: Electrical & Allied Department Section: Page 10 of 10

B. Conclusion
Outcome 1
Designing circuits

Outcome 2
Analyzing output
performance

Outcome 3 Using Matlab

Outcome 3
Simulating the designed
circuits.

This page should be printed as template and write your individual interpretation and conclusion in handwritten.

10 You may delete the blue boxes once you pasted your figures. Use hand written for your circuit and computation. Have a screenshot of your
Matlab works and paste in the corresponding figures.

You might also like