Lab 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Experiment No.

1: Transfer Function
&System Response
CHUM Pharino
Department of Electrical and Energy Engineering
Institute of Technology of Cambodia

February 21, 2021

Objective
1. To understand the MATLAB functions used to define the transfer function and response of a
system. polynomials.

Transfer Function with MATLAB


Use the following MATLAB commands in all in-Lab tasks. Use MATLAB ‘help’ to find the purpose of
these commands:

tf(num, den)
bode(sys)
step(sys)
impulse(sys)

Lab Task
For the following circuits, find

1. Transfer function.

2. Identify whether it is low-pass, high-pass, band-pass or band-stop filter.

3. Draw step response.

4. Draw impulse response.

Use RL = 3, L = 4 and C = 2.

Page 1 of 2
(a) (b)

(c) (d)

(e)

You might also like