logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

EE53053 – Signals, Systems and Signal Processing Problem 1: Consider an RLC circuit whose differential equation from voltage input to charge output can be written as: 𝑦̈(𝑡) + 10𝑦̇(𝑡) + 1500𝑦(𝑡) = 1000𝑥(𝑡). Provide a well-commented MATLAB code and complete the following tasks:

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

EE53053 – Signals, Systems and Signal Processing

Assignment 2 (30% of the overall course grade)

Due 22/11/2021 before 12 noon

• This assignment is worth 30% of your overall course grade.

• Use the MS WORD equivalent of justified text format, single-line spacing, 12 pt

Calibri font and 2 cm margin all over.

• Solutions must not exceed 15 A4 sides excluding the Appendix.

• Submit typed answers. Handwritten / scanned solutions will not be graded.

• For full credit, show all the intermediate steps and relevant work. Only

reporting the answers will result in an automatic penalty of 80% of the overall

grade.

• Include the full, well-commented MATLAB code for each of the three problems

in the Appendix under headings: Code for Problem 1, Code for Problem 2 and

Code for Problem 3. Do not embed pieces of code in the main document.

• Generate all figures using MATLAB. Use appropriate legends and labels for each

figure. To ensure that the figures are sized properly, follow the procedure given

below:

o On the figure window go File Export Setup. Then set:

Size = 14 (width), 12 (height), units centimetres. And tick Expand

axes to fill figure.

Fonts Use fixed font size 12, Custom name Times New

Roman

Lines Use fixed line width 1.5

o Then hit Apply to Figure

o Then Export and save as .fig file.

o Then insert this figure (not the file) into your WORD doc. Once included

in the Word document, do not resize. If you are using LaTeX, export as

eps or pdf and then include in your document.

• Attach a signed Plagiarism Sheet with your submission. Failing to do so or

adhere to plagiarism rules as set by the University will lead to appropriate

penalties.

• A single PDF file must be uploaded on MyAberdeen via the relevant link. The

file should be named FirstNameInitialLastName_sub2.pdf. Thus, John Doe’s

submission will be JDoe_sub2.pdf.

Problem 1: Consider an RLC circuit whose differential equation from voltage input to

charge output can be written as: 𝑦̈(𝑡) + 10𝑦̇(𝑡) + 1500𝑦(𝑡) = 1000𝑥(𝑡). Provide a

well-commented MATLAB code and complete the following tasks:

i. Generate a Bode plot of the system from 1 Hz to 100 Hz with a resolution of

0.1 Hz. Magnitude responses are plotted in dB vs Hz and Phase responses in

degrees vs Hz. Clearly annotate the resonant frequency on the magnitude

response plot and the phase at this frequency in the phase response plot

using MATLAB Data tips Figure 1.i.

ii. Compute the poles and zeros of this system by computing the appropriate

roots and plot the Pole-Zero Map of the system in MATLAB to verify

Figure 1.ii.

iii. If this circuit is given the following inputs:

a. 1 V step at 1 second for a period of 9 seconds (subfigure 1.iii.a)

b. 10 rad/s, 2 𝑉pk-pk sine wave input for 10 seconds (subfigure 1.iii.b)

c. 38.4 rad/s, 2 𝑉pk-pk sine wave input for 10 seconds (subfigure 1.iii.c)

d. 100 rad/s, 2 𝑉pk-pk sine wave input for 10 seconds (subfigure 1.iii.d)

Plot the four input-output pairs in the same figure Figure 1.iii. Explain the

output obtained based on the system’s frequency response.

iv. Briefly explain what you see in the figures and how it aligns with the

underlying theory. Finally, comment on what you learned via this exercise.

[10 marks each = 40 marks total]

Problem 2: Write a well-commented MATLAB code to generate:

i. A discrete-time version of the continuous-time signal

𝑥(𝑡) = 2 sin(50𝜋𝑡) + 1.5sin(2500𝜋𝑡) − 3cos(6000𝜋𝑡)

sampled at 20 kHz, for a duration of 1 second. Call it 𝑥[𝑛].

ii. A plot of the signal for two full periods Figure 2.ii.

iii. A plot of the amplitude spectrum of the signal (dB vs Hz) Figure 2.iii.

iv. The design of a Butterworth filter that:

a. Reduces the amplitude of the 3 kHz component in 𝑥(𝑡) by at least 50 dB.

while not reducing the amplitude of the 1.25 kHz component by more

than 2 dB.

b. Plot the magnitude response of the designed filter clearly showing the

design parameters Figure 2.iv.c

c. Plot the pole-zero map of the designed filter Figure 2.iv.d

d. Give details of your filter (order, poles, zeros, stability etc)

v. A plot that superimposes the amplitude spectrum of the filtered signal

(name it 𝑥𝑓

(𝑡) or 𝑥𝑓[𝑛]), over the one plotted in Figure 2.iii

vi. From everything done in Problem 2 (i – v), derive the mathematical

expression for the filtered signal (𝑥𝑓

(𝑡) or 𝑥𝑓[𝑛]) as a combination of sine

waves with appropriate amplitudes and phases.

[10 marks each = 60 marks total]

Built-in MATLAB functions / commands that you might find useful:

abs, real, imag, filt, lsim, filter, tf, tfdata, freqresp, fft, c2d, bode, bodeplot, pole, zero,

pzmap, axis, xlabel, ylabel, legend, figure, subplot, log10, max, min, grid, sin, cos, step,

impulse, linspace.

Good Luck!

=============================== END ==============================

(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

819 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

724 Answers

Hire Me
expert
Husnain SaeedComputer science

992 Answers

Hire Me
expert
Atharva PatilComputer science

893 Answers

Hire Me
April
January
February
March
April
May
June
July
August
September
October
November
December
2025
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
SunMonTueWedThuFriSat
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
00:00
00:30
01:00
01:30
02:00
02:30
03:00
03:30
04:00
04:30
05:00
05:30
06:00
06:30
07:00
07:30
08:00
08:30
09:00
09:30
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
16:30
17:00
17:30
18:00
18:30
19:00
19:30
20:00
20:30
21:00
21:30
22:00
22:30
23:00
23:30