SlideShare a Scribd company logo
1 of 3
4th
Year Biomedical Eng. Systems Engineering 2020 Assignment#1
Solve the following backgroundproblems:
1- Consider a system S with input x(n) and output y(n). This system is obtained through a
series interconnection of a system S1 followed by a system S2. The input-output
relationships for S1 and S2 are:
S1: y1(n) = 2 x1(n) + 4 x1(n-1)
S2: y2(n) = x2(n-2) + 0.5 x2(n-3)
where x1(n) and x2(n) denote input signals.
(a) Determine the input-output relationship for system S.
(b) Does the input-output relationship of system S change if the order in which S1 and S2
are connected in series is reversed (i.e., if S2 follows S1)?
2- Consider a discrete-time system with input x(n) and output y9n) related by
𝑦( 𝑛) = βˆ‘ π‘₯( π‘˜),
π‘˜=𝑛+4
π‘˜=π‘›βˆ’4
(a) Is the system linear?
(b) Is the system time-invariant?
(c) Is the system causal?
3- Check the general properties of (Linearity, Time-invariance and Causality) for the
following systems
(a) y(n) = x(-n)
(b) y(n) = x(n-2) – 2 x(n-8)
(c) y(n) = n x(n)
(d) 𝑦( 𝑛) = {
π‘₯( 𝑛), 𝑛 β‰₯ 1
0, 𝑛 = 0
π‘₯( 𝑛 + 1) 𝑛 ≀ βˆ’1
4- (a) Is the following statement true or false?
The series interconnection of two linear time-invariant systems is itself a linear, time-
invariant system (Justify your answer).
(b) Is the following statement true or false?
The series interconnection of two nonlinear systems is itself nonlinear system (Justify
your answer).
(d) Consider three systems with the following input-output relationships:
System 1 : 𝑦(𝑛) = {
π‘₯ (
𝑛
2
) 𝑛 𝑒𝑣𝑒𝑛
0 𝑛 π‘œπ‘‘π‘‘
System 2 : y(n) = x(n) + 0.5 x(n-1) + 0.25 x(n-2)
System 3 : y(n) = x(2n)
Suppose that these systems are connected in series System 1 then System 2 followed
by System 3. Find the input-output relationship for the overall connected system. Is
this system linear? Is it time-invariant?
5- a) Find the step response y(k) of a discrete system whose pulse transfer function H(z) is
given by
H(z) = 1 / (1 – 0.8 z-1)
b) What is the steady state value of y(k)?
c) If the input the system of part a) is u(k) – u(k-2), where u(k) is a unit step sequence,
can you find the output due to this input in terms of y(k) (the response of part a)).
d) Determine the response of this system to an input sequence which is given by {1, 2, 3,
0, 0 ,0 ,0 ………0}.
6- Given that the response of a linear and stable discrete system to a periodic input is
periodic in the steady state. Find the steady state response of a system whose pulse
transfer function is given by H(z) = 2 / (1 – 0.6 z-1) to an input and periodic sequence x(k)
= {1, 1, -1, 1, 1, -1, ……}.
Hint: The output y(k) will look like { y0, y1, y2, ………., Ξ±, Ξ², Ξ», Ξ±, Ξ², Ξ», Ξ±, Ξ², Ξ», …}. Use
the input-output relationship to find Ξ±, Ξ², Ξ».
Use MATLAB to generate the periodic input sequence and the corresponding output
sequence. The following MATLAB code will help you in doing so.
Sysd = tf ( Num, Den, Ts); This generate a discrete system with sampling period Ts
and Num is the numerator of the pulse transfer function and Den is the denominator of
the pulse transfer function. In this problem Sysd = tf ( [2], [ 1 -1], 0.1);
Next generate one period of the input sequence using the code:
OnePeriod = [1 1 -1];
To generate a twenty period of this sequence use
Uk = repmat(OnePeriod, [ 20]);
To find the response of this system to the periodic input sequence; use the code
t = 0 : 0.1 : 5.9; this generate a time sequence from 0 to 5.9 secs. With 0.1 sec
increment.
y = lsim(Sysd, Uk, t); this generates the output sequence y.
plot( t’, y) to plot the response of the system y against time sequence t.
7- Given the system shown in Fig.
and G(z) = 1/ ((z -1) (z -0.6)) & H(z) = K (z – Ξ±) /( z – Ξ² )
a) Find the values of k, Ξ± and Ξ² such that the closed loop poles of the system are located
at z = 0.3 + 0.4 j, z = 0.3 – 0.4 j and z = 0.05
b) Determine the steady state response of Y(z).

More Related Content

What's hot

Classification of systems : Part 2
Classification of systems  :  Part 2Classification of systems  :  Part 2
Classification of systems : Part 2Dr.SHANTHI K.G
Β 
EC202 SIGNALS & SYSTEMS Module2 QUESTION BANK
EC202 SIGNALS & SYSTEMS  Module2 QUESTION BANKEC202 SIGNALS & SYSTEMS  Module2 QUESTION BANK
EC202 SIGNALS & SYSTEMS Module2 QUESTION BANKVISHNUPRABHANKAIMAL
Β 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3Amin khalil
Β 
Matlab Sample Assignment Solution
Matlab Sample Assignment SolutionMatlab Sample Assignment Solution
Matlab Sample Assignment SolutionAll Assignment Experts
Β 
Seismic data processing (mathematical foundations)
Seismic data processing (mathematical foundations)Seismic data processing (mathematical foundations)
Seismic data processing (mathematical foundations)Amin khalil
Β 
Seismic data processing introductory lecture
Seismic data processing introductory lectureSeismic data processing introductory lecture
Seismic data processing introductory lectureAmin khalil
Β 
Classification of Systems: Part 1
Classification of Systems:  Part 1Classification of Systems:  Part 1
Classification of Systems: Part 1Dr.SHANTHI K.G
Β 
Lec5
Lec5Lec5
Lec5bsnl007
Β 
linear algebra in control systems
linear algebra in control systemslinear algebra in control systems
linear algebra in control systemsGanesh Bhat
Β 
Seismic data processing
Seismic data processingSeismic data processing
Seismic data processingAmin khalil
Β 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observabilityjawaharramaya
Β 
11 initial value problems system
11 initial value problems   system11 initial value problems   system
11 initial value problems systemMohammad Tawfik
Β 
BEC 26 control-systems_unit-IV
BEC 26 control-systems_unit-IVBEC 26 control-systems_unit-IV
BEC 26 control-systems_unit-IVShadab Siddiqui
Β 
Systems and their properties
Systems and their propertiesSystems and their properties
Systems and their propertiesPrarthan P
Β 
4.Basics of systems
4.Basics of systems4.Basics of systems
4.Basics of systemsINDIAN NAVY
Β 
2.5 Calculus of Vector & Matrix_2022.ppsx
2.5  Calculus of Vector & Matrix_2022.ppsx2.5  Calculus of Vector & Matrix_2022.ppsx
2.5 Calculus of Vector & Matrix_2022.ppsxEvelynEvelyn37
Β 

What's hot (20)

Classification of systems : Part 2
Classification of systems  :  Part 2Classification of systems  :  Part 2
Classification of systems : Part 2
Β 
EC202 SIGNALS & SYSTEMS Module2 QUESTION BANK
EC202 SIGNALS & SYSTEMS  Module2 QUESTION BANKEC202 SIGNALS & SYSTEMS  Module2 QUESTION BANK
EC202 SIGNALS & SYSTEMS Module2 QUESTION BANK
Β 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3
Β 
Matlab Sample Assignment Solution
Matlab Sample Assignment SolutionMatlab Sample Assignment Solution
Matlab Sample Assignment Solution
Β 
Seismic data processing (mathematical foundations)
Seismic data processing (mathematical foundations)Seismic data processing (mathematical foundations)
Seismic data processing (mathematical foundations)
Β 
Control systems
Control systemsControl systems
Control systems
Β 
Seismic data processing introductory lecture
Seismic data processing introductory lectureSeismic data processing introductory lecture
Seismic data processing introductory lecture
Β 
Classification of Systems: Part 1
Classification of Systems:  Part 1Classification of Systems:  Part 1
Classification of Systems: Part 1
Β 
Lec5
Lec5Lec5
Lec5
Β 
linear algebra in control systems
linear algebra in control systemslinear algebra in control systems
linear algebra in control systems
Β 
Seismic data processing
Seismic data processingSeismic data processing
Seismic data processing
Β 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observability
Β 
11 initial value problems system
11 initial value problems   system11 initial value problems   system
11 initial value problems system
Β 
BEC 26 control-systems_unit-IV
BEC 26 control-systems_unit-IVBEC 26 control-systems_unit-IV
BEC 26 control-systems_unit-IV
Β 
Control chap3
Control chap3Control chap3
Control chap3
Β 
Systems and their properties
Systems and their propertiesSystems and their properties
Systems and their properties
Β 
Lec23
Lec23Lec23
Lec23
Β 
4.Basics of systems
4.Basics of systems4.Basics of systems
4.Basics of systems
Β 
2.5 Calculus of Vector & Matrix_2022.ppsx
2.5  Calculus of Vector & Matrix_2022.ppsx2.5  Calculus of Vector & Matrix_2022.ppsx
2.5 Calculus of Vector & Matrix_2022.ppsx
Β 
Quick Sort
Quick SortQuick Sort
Quick Sort
Β 

Similar to Biomedical Eng. Systems Engineering Assignment

lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxRockFellerSinghRusse
Β 
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsDSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsAmr E. Mohamed
Β 
Consider the system.docx
Consider the system.docxConsider the system.docx
Consider the system.docxhoneyarguelles
Β 
control systems.pdf
control systems.pdfcontrol systems.pdf
control systems.pdfShilpaSweety2
Β 
Signals and systems: Part ii
Signals and systems:  Part iiSignals and systems:  Part ii
Signals and systems: Part iiPatrickMumba7
Β 
Modern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI SystemsModern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI SystemsAmr E. Mohamed
Β 
df_lesson_01.ppt
df_lesson_01.pptdf_lesson_01.ppt
df_lesson_01.pptkcharizmacruz
Β 
BEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIBEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIShadab Siddiqui
Β 
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...Amr E. Mohamed
Β 
Digital Signal Processing Assignment Help
Digital Signal Processing Assignment HelpDigital Signal Processing Assignment Help
Digital Signal Processing Assignment HelpMatlab Assignment Experts
Β 
The Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space ApproachThe Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space ApproachYang Hong
Β 
Continuous Time Convolution1. Solve the following for y(t.docx
Continuous Time Convolution1. Solve the following for y(t.docxContinuous Time Convolution1. Solve the following for y(t.docx
Continuous Time Convolution1. Solve the following for y(t.docxmaxinesmith73660
Β 
Control assignment#2
Control assignment#2Control assignment#2
Control assignment#2cairo university
Β 
Unit 2 signal &system
Unit 2 signal &systemUnit 2 signal &system
Unit 2 signal &systemsushant7dare
Β 
time response analysis
time response analysistime response analysis
time response analysisRaviraj solanki
Β 
Lect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfLect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfEngMostafaMorsyMoham
Β 
lecture1ddddgggggggggggghhhhhhh (11).ppt
lecture1ddddgggggggggggghhhhhhh (11).pptlecture1ddddgggggggggggghhhhhhh (11).ppt
lecture1ddddgggggggggggghhhhhhh (11).pptHebaEng
Β 

Similar to Biomedical Eng. Systems Engineering Assignment (20)

lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
Β 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
Β 
Signal Processing Assignment Help
Signal Processing Assignment HelpSignal Processing Assignment Help
Signal Processing Assignment Help
Β 
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsDSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
Β 
Consider the system.docx
Consider the system.docxConsider the system.docx
Consider the system.docx
Β 
control systems.pdf
control systems.pdfcontrol systems.pdf
control systems.pdf
Β 
P3.4,p3.2
P3.4,p3.2P3.4,p3.2
P3.4,p3.2
Β 
Signals and systems: Part ii
Signals and systems:  Part iiSignals and systems:  Part ii
Signals and systems: Part ii
Β 
Modern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI SystemsModern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI Systems
Β 
df_lesson_01.ppt
df_lesson_01.pptdf_lesson_01.ppt
df_lesson_01.ppt
Β 
BEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIBEC- 26 control systems_unit-II
BEC- 26 control systems_unit-II
Β 
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Β 
Digital Signal Processing Assignment Help
Digital Signal Processing Assignment HelpDigital Signal Processing Assignment Help
Digital Signal Processing Assignment Help
Β 
The Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space ApproachThe Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space Approach
Β 
Continuous Time Convolution1. Solve the following for y(t.docx
Continuous Time Convolution1. Solve the following for y(t.docxContinuous Time Convolution1. Solve the following for y(t.docx
Continuous Time Convolution1. Solve the following for y(t.docx
Β 
Control assignment#2
Control assignment#2Control assignment#2
Control assignment#2
Β 
Unit 2 signal &system
Unit 2 signal &systemUnit 2 signal &system
Unit 2 signal &system
Β 
time response analysis
time response analysistime response analysis
time response analysis
Β 
Lect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfLect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdf
Β 
lecture1ddddgggggggggggghhhhhhh (11).ppt
lecture1ddddgggggggggggghhhhhhh (11).pptlecture1ddddgggggggggggghhhhhhh (11).ppt
lecture1ddddgggggggggggghhhhhhh (11).ppt
Β 

More from cairo university

Tocci chapter 13 applications of programmable logic devices extended
Tocci chapter 13 applications of programmable logic devices extendedTocci chapter 13 applications of programmable logic devices extended
Tocci chapter 13 applications of programmable logic devices extendedcairo university
Β 
Tocci chapter 12 memory devices
Tocci chapter 12 memory devicesTocci chapter 12 memory devices
Tocci chapter 12 memory devicescairo university
Β 
Tocci ch 9 msi logic circuits
Tocci ch 9 msi logic circuitsTocci ch 9 msi logic circuits
Tocci ch 9 msi logic circuitscairo university
Β 
Tocci ch 7 counters and registers modified x
Tocci ch 7 counters and registers modified xTocci ch 7 counters and registers modified x
Tocci ch 7 counters and registers modified xcairo university
Β 
Tocci ch 6 digital arithmetic operations and circuits
Tocci ch 6 digital arithmetic operations and circuitsTocci ch 6 digital arithmetic operations and circuits
Tocci ch 6 digital arithmetic operations and circuitscairo university
Β 
Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...
Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...
Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...cairo university
Β 
A15 sedra ch 15 memory circuits
A15  sedra ch 15 memory circuitsA15  sedra ch 15 memory circuits
A15 sedra ch 15 memory circuitscairo university
Β 
A14 sedra ch 14 advanced mos and bipolar logic circuits
A14  sedra ch 14 advanced mos and bipolar logic circuitsA14  sedra ch 14 advanced mos and bipolar logic circuits
A14 sedra ch 14 advanced mos and bipolar logic circuitscairo university
Β 
A13 sedra ch 13 cmos digital logic circuits
A13  sedra ch 13 cmos digital logic circuitsA13  sedra ch 13 cmos digital logic circuits
A13 sedra ch 13 cmos digital logic circuitscairo university
Β 
A09 sedra ch 9 frequency response
A09  sedra ch 9 frequency responseA09  sedra ch 9 frequency response
A09 sedra ch 9 frequency responsecairo university
Β 
5 sedra ch 05 mosfet.ppsx
5  sedra ch 05  mosfet.ppsx5  sedra ch 05  mosfet.ppsx
5 sedra ch 05 mosfet.ppsxcairo university
Β 
5 sedra ch 05 mosfet
5  sedra ch 05  mosfet5  sedra ch 05  mosfet
5 sedra ch 05 mosfetcairo university
Β 
5 sedra ch 05 mosfet revision
5  sedra ch 05  mosfet revision5  sedra ch 05  mosfet revision
5 sedra ch 05 mosfet revisioncairo university
Β 
Lecture 2 (system overview of c8051 f020) rv01
Lecture 2 (system overview of c8051 f020) rv01Lecture 2 (system overview of c8051 f020) rv01
Lecture 2 (system overview of c8051 f020) rv01cairo university
Β 
Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01cairo university
Β 

More from cairo university (20)

Tocci chapter 13 applications of programmable logic devices extended
Tocci chapter 13 applications of programmable logic devices extendedTocci chapter 13 applications of programmable logic devices extended
Tocci chapter 13 applications of programmable logic devices extended
Β 
Tocci chapter 12 memory devices
Tocci chapter 12 memory devicesTocci chapter 12 memory devices
Tocci chapter 12 memory devices
Β 
Tocci ch 9 msi logic circuits
Tocci ch 9 msi logic circuitsTocci ch 9 msi logic circuits
Tocci ch 9 msi logic circuits
Β 
Tocci ch 7 counters and registers modified x
Tocci ch 7 counters and registers modified xTocci ch 7 counters and registers modified x
Tocci ch 7 counters and registers modified x
Β 
Tocci ch 6 digital arithmetic operations and circuits
Tocci ch 6 digital arithmetic operations and circuitsTocci ch 6 digital arithmetic operations and circuits
Tocci ch 6 digital arithmetic operations and circuits
Β 
Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...
Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...
Tocci ch 3 5 boolean algebra, logic gates, combinational circuits, f fs, - re...
Β 
A15 sedra ch 15 memory circuits
A15  sedra ch 15 memory circuitsA15  sedra ch 15 memory circuits
A15 sedra ch 15 memory circuits
Β 
A14 sedra ch 14 advanced mos and bipolar logic circuits
A14  sedra ch 14 advanced mos and bipolar logic circuitsA14  sedra ch 14 advanced mos and bipolar logic circuits
A14 sedra ch 14 advanced mos and bipolar logic circuits
Β 
A13 sedra ch 13 cmos digital logic circuits
A13  sedra ch 13 cmos digital logic circuitsA13  sedra ch 13 cmos digital logic circuits
A13 sedra ch 13 cmos digital logic circuits
Β 
A09 sedra ch 9 frequency response
A09  sedra ch 9 frequency responseA09  sedra ch 9 frequency response
A09 sedra ch 9 frequency response
Β 
5 sedra ch 05 mosfet.ppsx
5  sedra ch 05  mosfet.ppsx5  sedra ch 05  mosfet.ppsx
5 sedra ch 05 mosfet.ppsx
Β 
5 sedra ch 05 mosfet
5  sedra ch 05  mosfet5  sedra ch 05  mosfet
5 sedra ch 05 mosfet
Β 
5 sedra ch 05 mosfet revision
5  sedra ch 05  mosfet revision5  sedra ch 05  mosfet revision
5 sedra ch 05 mosfet revision
Β 
Fields Lec 2
Fields Lec 2Fields Lec 2
Fields Lec 2
Β 
Fields Lec 1
Fields Lec 1Fields Lec 1
Fields Lec 1
Β 
Fields Lec 5&6
Fields Lec 5&6Fields Lec 5&6
Fields Lec 5&6
Β 
Fields Lec 4
Fields Lec 4Fields Lec 4
Fields Lec 4
Β 
Fields Lec 3
Fields Lec 3Fields Lec 3
Fields Lec 3
Β 
Lecture 2 (system overview of c8051 f020) rv01
Lecture 2 (system overview of c8051 f020) rv01Lecture 2 (system overview of c8051 f020) rv01
Lecture 2 (system overview of c8051 f020) rv01
Β 
Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01
Β 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
Β 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Β 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
Β 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEslot gacor bisa pakai pulsa
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
Β 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
Β 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Β 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
Β 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
Β 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoΓ£o Esperancinha
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
Β 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
Β 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
Β 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
Β 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
Β 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
Β 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Β 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
Β 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Β 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
Β 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
Β 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Β 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
Β 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
Β 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
Β 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
Β 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Β 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Β 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
Β 

Biomedical Eng. Systems Engineering Assignment

  • 1. 4th Year Biomedical Eng. Systems Engineering 2020 Assignment#1 Solve the following backgroundproblems: 1- Consider a system S with input x(n) and output y(n). This system is obtained through a series interconnection of a system S1 followed by a system S2. The input-output relationships for S1 and S2 are: S1: y1(n) = 2 x1(n) + 4 x1(n-1) S2: y2(n) = x2(n-2) + 0.5 x2(n-3) where x1(n) and x2(n) denote input signals. (a) Determine the input-output relationship for system S. (b) Does the input-output relationship of system S change if the order in which S1 and S2 are connected in series is reversed (i.e., if S2 follows S1)? 2- Consider a discrete-time system with input x(n) and output y9n) related by 𝑦( 𝑛) = βˆ‘ π‘₯( π‘˜), π‘˜=𝑛+4 π‘˜=π‘›βˆ’4 (a) Is the system linear? (b) Is the system time-invariant? (c) Is the system causal? 3- Check the general properties of (Linearity, Time-invariance and Causality) for the following systems (a) y(n) = x(-n) (b) y(n) = x(n-2) – 2 x(n-8) (c) y(n) = n x(n) (d) 𝑦( 𝑛) = { π‘₯( 𝑛), 𝑛 β‰₯ 1 0, 𝑛 = 0 π‘₯( 𝑛 + 1) 𝑛 ≀ βˆ’1 4- (a) Is the following statement true or false? The series interconnection of two linear time-invariant systems is itself a linear, time- invariant system (Justify your answer). (b) Is the following statement true or false? The series interconnection of two nonlinear systems is itself nonlinear system (Justify your answer).
  • 2. (d) Consider three systems with the following input-output relationships: System 1 : 𝑦(𝑛) = { π‘₯ ( 𝑛 2 ) 𝑛 𝑒𝑣𝑒𝑛 0 𝑛 π‘œπ‘‘π‘‘ System 2 : y(n) = x(n) + 0.5 x(n-1) + 0.25 x(n-2) System 3 : y(n) = x(2n) Suppose that these systems are connected in series System 1 then System 2 followed by System 3. Find the input-output relationship for the overall connected system. Is this system linear? Is it time-invariant? 5- a) Find the step response y(k) of a discrete system whose pulse transfer function H(z) is given by H(z) = 1 / (1 – 0.8 z-1) b) What is the steady state value of y(k)? c) If the input the system of part a) is u(k) – u(k-2), where u(k) is a unit step sequence, can you find the output due to this input in terms of y(k) (the response of part a)). d) Determine the response of this system to an input sequence which is given by {1, 2, 3, 0, 0 ,0 ,0 ………0}. 6- Given that the response of a linear and stable discrete system to a periodic input is periodic in the steady state. Find the steady state response of a system whose pulse transfer function is given by H(z) = 2 / (1 – 0.6 z-1) to an input and periodic sequence x(k) = {1, 1, -1, 1, 1, -1, ……}. Hint: The output y(k) will look like { y0, y1, y2, ………., Ξ±, Ξ², Ξ», Ξ±, Ξ², Ξ», Ξ±, Ξ², Ξ», …}. Use the input-output relationship to find Ξ±, Ξ², Ξ». Use MATLAB to generate the periodic input sequence and the corresponding output sequence. The following MATLAB code will help you in doing so. Sysd = tf ( Num, Den, Ts); This generate a discrete system with sampling period Ts and Num is the numerator of the pulse transfer function and Den is the denominator of the pulse transfer function. In this problem Sysd = tf ( [2], [ 1 -1], 0.1); Next generate one period of the input sequence using the code: OnePeriod = [1 1 -1]; To generate a twenty period of this sequence use Uk = repmat(OnePeriod, [ 20]); To find the response of this system to the periodic input sequence; use the code t = 0 : 0.1 : 5.9; this generate a time sequence from 0 to 5.9 secs. With 0.1 sec increment. y = lsim(Sysd, Uk, t); this generates the output sequence y. plot( t’, y) to plot the response of the system y against time sequence t.
  • 3. 7- Given the system shown in Fig. and G(z) = 1/ ((z -1) (z -0.6)) & H(z) = K (z – Ξ±) /( z – Ξ² ) a) Find the values of k, Ξ± and Ξ² such that the closed loop poles of the system are located at z = 0.3 + 0.4 j, z = 0.3 – 0.4 j and z = 0.05 b) Determine the steady state response of Y(z).