SlideShare a Scribd company logo
EC2610:Fundamentals of Signals and Systems
By
Sadananda Behera
Assistant Professor
Department of Electronics and Communication Engineering
NIT, Rourkela
1
CHAPTER-1 : SIGNALS AND SYSTEMS-Part 4
Systems
 A system can be viewed as a process in which input signals are transformed
by the system or cause the system to respond in some way, resulting in other
signals as outputs.
 A system is an entity that process one or more input signals in order to
produce one or more output signals.
● E.g.: An image-enhancement system transforms an input image into an
output image that has some desired properties, such as improved contrast.
Continuous-Time and Discrete-Time Systems
 A continuous-time system is a system in which continuous-time input signals are applied
and result in continuous-time output signals.
 A discrete-time system is a system that transforms discrete-time inputs into discrete-time
outputs.
Interconnection of Systems
 Describing a system in terms of an interconnection of simpler subsystems, we may in fact
be able to define useful ways in which to synthesize complex systems out of simpler basic
building blocks.
• Series Interconnection (Cascade Interconnection):
• Parallel Interconnection:
• Series-Parallel Interconnection:
• Feedback Interconnection:
Basic System Properties
(1)Systems with and without memory:
• A system is said to be memoryless if its output for each value of the independent
variable at a given time is dependent only on the input at that same time.
• Examples of memoryless (static) system:
 𝑦 𝑛 = (2𝑥 𝑛 − 𝑥2
[𝑛])2
 𝑦(𝑡) = 𝑅𝑥(𝑡), [𝑅 : Resistance, 𝑥(𝑡) : Current, 𝑦(𝑡) : Voltage.]
 𝑦(𝑡) = 𝑥(𝑡), [Identity System.]
 𝑦 𝑛 = 𝑥 𝑛 , [Identity System.]
• Examples of systems with memory (dynamic systems):
 𝑦 𝑛 = 𝑥[𝑘]
𝑛
𝑘=−∞ , [Accumulator/Summer.]
 𝑦 𝑛 = 𝑥[𝑛 − 1], [Delay.]
 Output voltage across a capacitor:
𝑦(𝑡) =
1
𝐶
𝑥 𝛾 𝑑𝛾
𝑡
−∞
, 𝐶 : Capacitance, 𝑥(𝑡) : Current through the capacitor,
𝑦(𝑡) : Voltage.
(2)Invertibility and Inverse Systems:
• A system is said to be invertible if distinct inputs lead to distinct outputs.
• E.g.: An invertible continuous-time system is 𝑦(𝑡) = 2𝑥(𝑡),
The inverse system is 𝑤(𝑡) =
1
2
𝑦(𝑡).
• Accumulator:
𝑦 𝑛 = 𝑥[𝑘]
𝑛
𝑘=−∞
= 𝑥 𝑘 + 𝑥 𝑛 = 𝑦 𝑛 − 1 + 𝑥[𝑛]
𝑛−1
𝑘=−∞
The inverse system is 𝑤 𝑛 = 𝑦 𝑛 − 𝑦[𝑛 − 1].
• Examples of Non-Invertible System:
 𝑦 𝑛 = 0
 𝑦 𝑡 = 𝑥2(𝑡)
(3) Causality:
• A system is causal if the output at any time depends only on values of the input at
the present time and in the past.
• Such a system is often referred to as being nonanticipative, as the system output
does not anticipate future values of the input.
• Examples of Causal System:
 𝑦 𝑡 = 𝑥 𝑡 − 1
 𝑦 𝑛 = 𝑥 𝑛 − 𝑥[𝑛 − 1]
 𝑦 𝑛 = 𝑎𝑥 𝑛
 𝑦 𝑛 = 𝑥[𝑘]
𝑛
𝑘=−∞
• Examples of Non-Causal System:
 𝑦 𝑛 = 𝑥 𝑛 − 𝑥[𝑛 + 1]
 𝑦 𝑡 = 𝑥 𝑡 + 1
 𝑦 𝑛 =𝑥 𝑛2
 𝑦 𝑛 =𝑥 2𝑛
 𝑦 𝑛 =𝑥 −𝑛
 𝑦 𝑛 =
1
(2𝑀+1)
𝑥[𝑛 − 𝑘]
𝑀
𝑘=−𝑀 , [Non-causal averaging system]
● All memoryless systems are causal, since the output responds only to the current value of
the input.
● In real time signal processing applications we can not observe future values of the signal
and hence a non-causal system is not physically realizable (can not be implemented).
● Causality is not often an essential constraint in applications in which the independent
variable is not time.
● If the signal is recorded so that the processing is done offline (non-real time), it is
possible to implement a non-causal system, since all values of the signal are available at
the time of processing. This is often the case in processing of audio, image, video,
geographical and metrological signals.
● Examples:
 𝑦 𝑛 = 𝑥[−𝑛]
𝑦 2 = 𝑥[−2]
𝑦 −2 = 𝑥[2], hence non-causal.
 𝑦(𝑡) = 𝑥(𝑡) cos(𝑡 + 1)
 𝑦(𝑡) can be written as 𝑦 𝑡 = 𝑥 𝑡 𝑔 𝑡 , where 𝑔 𝑡 = cos(𝑡 + 1) is a time-
varying function.
 So, only the current value of the input 𝑥(𝑡) influences the current value of the
output 𝑦 𝑡 . Therefore the system is causal.
(4)Stability:
 A system is said to be bounded input-bounded output (BIBO) stable if every
bounded input produces a bounded output.
 Mathematically, if 𝑥[𝑛] ≤ 𝑀𝑥 < ∞, then 𝑦[𝑛] ≤ 𝑀𝑦 < ∞ for all 𝑛 where 𝑀𝑥
and 𝑀𝑦 are finite numbers.
 Examples:
i. 𝑦(𝑡) = 𝑡𝑥 𝑡
Let 𝑥 𝑡 = 1, 𝑦 𝑡 = 𝑡, which is unbounded. Hence it is unstable.
ii. 𝑦 𝑡 = 𝑒𝑥 𝑡 , 𝑥 𝑡 < 𝐵
As −𝐵 < 𝑥 𝑡 < 𝐵, 𝑒−𝐵 < 𝑦 𝑡 < 𝑒𝐵. 𝑦 𝑡 is bounded, so the system is stable.
(5)Time Invariance:
 A system is time invariant if the behavior and characteristics of the system are fixed
over time.
 A system is time invariant if a time shift in the input signal results in an identical
time shift in the output signal.
 If 𝑦[𝑛] is the output of a discrete-time, time-invariant system when 𝑥[𝑛] is the input,
then 𝑦 [𝑛 − 𝑛0] is the output when 𝑥 [𝑛 − 𝑛0] is applied.
𝑥 𝑛 → 𝑦 𝑛
𝑥 [𝑛 − 𝑛0] → 𝑦 [𝑛 − 𝑛0]
In continuous time,
𝑥(𝑡) → 𝑦(𝑡)
𝑥 (𝑡 − 𝑡0) → 𝑦 (𝑡 − 𝑡0)
 Examples: 𝑦 𝑡 = sin[𝑥(𝑡)]
 𝑦1 𝑡 = sin[𝑥1(𝑡)], where 𝑥1 𝑡 is any arbitrary input to the system.
 𝑥2 𝑡 =𝑥1 𝑡 − 𝑡0
 The output corresponding to input 𝑥2 𝑡 is
𝑦2 𝑡 = sin 𝑥2 𝑡 = sin 𝑥1 𝑡 − 𝑡0 … (1)
 Time delayed version of 𝑦1 𝑡 is
𝑦1 𝑡 − 𝑡0 = sin 𝑥1 𝑡 − 𝑡0 … (2)
 As (1) and (2) are same, therefore this system is time invariant.
 Examples: 𝑦 𝑡 = 𝑥(2𝑡)
 Consider 𝑥1 𝑡 =
1, 𝑡 < 2
0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
 𝑦1 𝑡 =
1, 𝑡 < 1
0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
 Take 𝑥2 𝑡 = 𝑥1 𝑡 − 2 =
1, 0 < 𝑡 < 4
0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
 𝑦2 𝑡 =
1,0 < 𝑡 < 2
0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
and 𝑦1 𝑡 − 2 =
1, 1 < 𝑡 < 3
0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
 AS 𝑦1 𝑡 − 2 ≠ 𝑦2 𝑡 or Fig. (d) ≠ Fig. (e), the system is time variant.
 Procedure to determine time variance/invariance:
For time-invariance 𝑦1 𝑡 = 𝑦2 𝑡
System Delay
Delay System
𝑥 𝑡
𝑥 𝑡
𝑦1 𝑡
𝑦2 𝑡
 Example: 𝑦 𝑡 = 𝑥(2𝑡)
As 𝑦1 𝑡 ≠ 𝑦2 𝑡 , the system is time variant.
System
Delay
𝑘
Delay
𝑘
System
𝑥 𝑡
𝑥 𝑡
𝑦1 𝑡 = 𝑥 2 𝑡 − 𝑘 = 𝑥(2𝑡 − 2𝑘)
𝑦2 𝑡 = 𝑥(2𝑡 − 𝑘)
𝑥 2𝑡
𝑥 𝑡 − 𝑘
 Example: 𝑦[𝑛] = 𝑥[−𝑛]
As 𝑦1[𝑛] ≠ 𝑦2[𝑛], the system is time variant.
System
Delay
𝑘
Delay
𝑘
System
𝑥[𝑛] 𝑦1 𝑛 = 𝑥[−𝑛 + 𝑘]
𝑥[−𝑛]
𝑥[𝑛] 𝑥[𝑛 − 𝑘] 𝑦2 𝑛 = 𝑥[−𝑛 − 𝑘]
 Examples of time-invariant system:
i. 𝑦 𝑛 = 𝑎𝑥 𝑛
ii. 𝑦 𝑛 = 𝑥2
[𝑛]
iii. 𝑦 𝑡 = 𝑥(𝑡 + 1)
 Examples of time variant system:
i. 𝑦 𝑛 = 𝑛𝑥 𝑛
ii. 𝑦 𝑛 = 𝑥[−𝑛]
iii. 𝑦 𝑛 = 𝑥 [𝑛2]
(6)Linearity:
 A linear system, in continuous time or discrete time, is a system that possesses the
important property of superposition: If an input consists of the weighted sum of
several signals, then the output is the superposition-that is, the weighted sum-of the
responses of the system to each of those signals.
𝑥1(𝑡) → 𝑦1(𝑡), 𝑥2(𝑡) → 𝑦2(𝑡)
The system is linear if
i. The response to 𝑥1 𝑡 + 𝑥2(𝑡) is 𝑦1 𝑡 + 𝑦2(𝑡), i.e.
𝑥1 𝑡 + 𝑥2(𝑡) → 𝑦1 𝑡 + 𝑦2 𝑡 , [Additivity Property]
ii. The response to 𝑎𝑥1 𝑡 is 𝑎𝑦1 𝑡 , where a is any complex constant, i.e.
𝑎𝑥1 𝑡 → 𝑎𝑦1 𝑡 , [Scaling/Homogeneity Property]
 The two properties defining a linear system can be combined into a single
statement:
i. continuous time: 𝑎𝑥1 𝑡 + 𝑏𝑥2(𝑡) → 𝑎𝑦1 𝑡 + 𝑏𝑦2(𝑡),
ii. discrete time: 𝑎𝑥1 𝑛 + 𝑏𝑥2 𝑛 → 𝑎𝑦1 𝑛 + 𝑏𝑦2 𝑛 ,
where 𝑎 and 𝑏 are any complex constants.
 In general for linear system
if 𝑥 𝑛 = 𝑎𝑘𝑥𝑘[𝑛]
𝑘 = 𝑎1𝑥1[𝑛]+𝑎2𝑥2[𝑛]+⋯
then 𝑦 𝑛 = 𝑎𝑘𝑦𝑘[𝑛]
𝑘 = 𝑎1𝑦1[𝑛]+𝑎2𝑦2[𝑛]+⋯
 For a linear system: zero input yields zero output.
 Examples:
𝑦 𝑡 = 𝑡𝑥(𝑡)
• 𝑥1 𝑡 → 𝑦1 𝑡 = 𝑡𝑥1 𝑡
• 𝑥2 𝑡 → 𝑦2 𝑡 = 𝑡𝑥2 𝑡
• Let 𝑥3 𝑡 be a linear combination of 𝑥1 𝑡 and 𝑥2 𝑡 , i.e. 𝑥3 𝑡 = 𝑎𝑥1 𝑡 +
𝑏𝑥2 𝑡
• If 𝑥3 𝑡 is input to system , then the corresponding output is
𝑦3 𝑡 = 𝑡𝑥3 𝑡 = 𝑡 𝑎𝑥1 𝑡 + 𝑏𝑥2 𝑡 = 𝑎𝑡𝑥1 𝑡 + 𝑏𝑡𝑥2 𝑡 = 𝑎𝑦1 𝑡 + 𝑏𝑦2 𝑡
• So the system is linear.
System
𝑦[𝑛]
𝑥2[𝑛]
𝑥1[𝑛] 𝑎
𝑏
System
System
𝑎
𝑏
𝑦′[𝑛]
𝑥1[𝑛]
𝑥2[𝑛]
● Graphical representation of superposition principle. The system is linear if
and only if 𝑦 𝑛 = 𝑦′[𝑛].
 Examples:
𝑦 𝑛 = 2𝑥 𝑛 + 3
• It is not a linear system.
• If 𝑥 𝑛 = 0,then 𝑦 𝑛 = 3.
• This type of system is called incrementally linear system.
• 𝑦0(𝑡) is zero input response of the system.
Linear
System
𝑥(𝑡) 𝑦(𝑡)
𝑦0(𝑡)
Summary
● A number of basic concepts related to continuous-time and discrete-time signals and
systems have been developed.
● Graphical and mathematical representations of signals are introduced and used these
representations in performing transformations of the independent variable.
● Several basic signals, both in continuous-time and discrete-time, are also defined and
examined. These included complex exponential signals, sinusoidal signals, and unit
impulse and step functions.
● The concept of periodicity for continuous-time and discrete-time signals have been
investigated.
● Some of the elementary ideas related to systems have been developed and block
diagrams are introduced to facilitate the discussions concerning the interconnection of
systems
● A number of important properties of systems are discussed including causality, stability,
time invariance, and linearity.
THANK YOU
28

More Related Content

Similar to Lecture 4 Signals & Systems.pdf

control_5.pptx
control_5.pptxcontrol_5.pptx
control_5.pptx
ewnetukassa2
 
Lect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfLect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdf
EngMostafaMorsyMoham
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
RockFellerSinghRusse
 
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
JordanJohmMallillin
 
Discrete Time Systems & its classifications
Discrete Time Systems & its classificationsDiscrete Time Systems & its classifications
Discrete Time Systems & its classifications
National Engineering College
 
signal and system Hw2 solution
signal and system Hw2 solutionsignal and system Hw2 solution
signal and system Hw2 solution
iqbal ahmad
 
Systems ppt
Systems pptSystems ppt
Systems ppt
vasanth kumar
 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
Jawaher Abdulwahab Fadhil
 
Unit 2 signal &amp;system
Unit 2 signal &amp;systemUnit 2 signal &amp;system
Unit 2 signal &amp;system
sushant7dare
 
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptxPPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
idrissaeed
 
adspchap1.pdf
adspchap1.pdfadspchap1.pdf
adspchap1.pdf
RPSingh450071
 
Dsp class 3
Dsp class 3Dsp class 3
Dsp class 3
bhargav ram
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
chitra raju
 
Lecture 17.pptx
Lecture 17.pptxLecture 17.pptx
Lecture 17.pptx
ayazshah21
 
Frequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdfFrequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdf
Sunil Manjani
 
control system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functionscontrol system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functions
nalan karunanayake
 
4.Basics of systems
4.Basics of systems4.Basics of systems
4.Basics of systems
INDIAN NAVY
 
Time Response in Control System
Time Response in Control SystemTime Response in Control System
Time Response in Control System
AnshulShekhar3
 
1625460777717_Lecturer 1 Signals & Systems (1).pdf
1625460777717_Lecturer 1  Signals & Systems (1).pdf1625460777717_Lecturer 1  Signals & Systems (1).pdf
1625460777717_Lecturer 1 Signals & Systems (1).pdf
Omiya4
 
Types of system
Types of system Types of system
Types of system
mihir jain
 

Similar to Lecture 4 Signals & Systems.pdf (20)

control_5.pptx
control_5.pptxcontrol_5.pptx
control_5.pptx
 
Lect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfLect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdf
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
 
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
 
Discrete Time Systems & its classifications
Discrete Time Systems & its classificationsDiscrete Time Systems & its classifications
Discrete Time Systems & its classifications
 
signal and system Hw2 solution
signal and system Hw2 solutionsignal and system Hw2 solution
signal and system Hw2 solution
 
Systems ppt
Systems pptSystems ppt
Systems ppt
 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
 
Unit 2 signal &amp;system
Unit 2 signal &amp;systemUnit 2 signal &amp;system
Unit 2 signal &amp;system
 
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptxPPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
 
adspchap1.pdf
adspchap1.pdfadspchap1.pdf
adspchap1.pdf
 
Dsp class 3
Dsp class 3Dsp class 3
Dsp class 3
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
 
Lecture 17.pptx
Lecture 17.pptxLecture 17.pptx
Lecture 17.pptx
 
Frequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdfFrequency Response with MATLAB Examples.pdf
Frequency Response with MATLAB Examples.pdf
 
control system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functionscontrol system Lab 01-introduction to transfer functions
control system Lab 01-introduction to transfer functions
 
4.Basics of systems
4.Basics of systems4.Basics of systems
4.Basics of systems
 
Time Response in Control System
Time Response in Control SystemTime Response in Control System
Time Response in Control System
 
1625460777717_Lecturer 1 Signals & Systems (1).pdf
1625460777717_Lecturer 1  Signals & Systems (1).pdf1625460777717_Lecturer 1  Signals & Systems (1).pdf
1625460777717_Lecturer 1 Signals & Systems (1).pdf
 
Types of system
Types of system Types of system
Types of system
 

Recently uploaded

Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 

Recently uploaded (20)

Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 

Lecture 4 Signals & Systems.pdf

  • 1. EC2610:Fundamentals of Signals and Systems By Sadananda Behera Assistant Professor Department of Electronics and Communication Engineering NIT, Rourkela 1 CHAPTER-1 : SIGNALS AND SYSTEMS-Part 4
  • 2. Systems  A system can be viewed as a process in which input signals are transformed by the system or cause the system to respond in some way, resulting in other signals as outputs.  A system is an entity that process one or more input signals in order to produce one or more output signals. ● E.g.: An image-enhancement system transforms an input image into an output image that has some desired properties, such as improved contrast.
  • 3. Continuous-Time and Discrete-Time Systems  A continuous-time system is a system in which continuous-time input signals are applied and result in continuous-time output signals.  A discrete-time system is a system that transforms discrete-time inputs into discrete-time outputs.
  • 4. Interconnection of Systems  Describing a system in terms of an interconnection of simpler subsystems, we may in fact be able to define useful ways in which to synthesize complex systems out of simpler basic building blocks. • Series Interconnection (Cascade Interconnection): • Parallel Interconnection:
  • 5. • Series-Parallel Interconnection: • Feedback Interconnection:
  • 6. Basic System Properties (1)Systems with and without memory: • A system is said to be memoryless if its output for each value of the independent variable at a given time is dependent only on the input at that same time. • Examples of memoryless (static) system:  𝑦 𝑛 = (2𝑥 𝑛 − 𝑥2 [𝑛])2  𝑦(𝑡) = 𝑅𝑥(𝑡), [𝑅 : Resistance, 𝑥(𝑡) : Current, 𝑦(𝑡) : Voltage.]  𝑦(𝑡) = 𝑥(𝑡), [Identity System.]  𝑦 𝑛 = 𝑥 𝑛 , [Identity System.]
  • 7. • Examples of systems with memory (dynamic systems):  𝑦 𝑛 = 𝑥[𝑘] 𝑛 𝑘=−∞ , [Accumulator/Summer.]  𝑦 𝑛 = 𝑥[𝑛 − 1], [Delay.]  Output voltage across a capacitor: 𝑦(𝑡) = 1 𝐶 𝑥 𝛾 𝑑𝛾 𝑡 −∞ , 𝐶 : Capacitance, 𝑥(𝑡) : Current through the capacitor, 𝑦(𝑡) : Voltage.
  • 8. (2)Invertibility and Inverse Systems: • A system is said to be invertible if distinct inputs lead to distinct outputs. • E.g.: An invertible continuous-time system is 𝑦(𝑡) = 2𝑥(𝑡), The inverse system is 𝑤(𝑡) = 1 2 𝑦(𝑡).
  • 9. • Accumulator: 𝑦 𝑛 = 𝑥[𝑘] 𝑛 𝑘=−∞ = 𝑥 𝑘 + 𝑥 𝑛 = 𝑦 𝑛 − 1 + 𝑥[𝑛] 𝑛−1 𝑘=−∞ The inverse system is 𝑤 𝑛 = 𝑦 𝑛 − 𝑦[𝑛 − 1]. • Examples of Non-Invertible System:  𝑦 𝑛 = 0  𝑦 𝑡 = 𝑥2(𝑡)
  • 10. (3) Causality: • A system is causal if the output at any time depends only on values of the input at the present time and in the past. • Such a system is often referred to as being nonanticipative, as the system output does not anticipate future values of the input. • Examples of Causal System:  𝑦 𝑡 = 𝑥 𝑡 − 1  𝑦 𝑛 = 𝑥 𝑛 − 𝑥[𝑛 − 1]  𝑦 𝑛 = 𝑎𝑥 𝑛  𝑦 𝑛 = 𝑥[𝑘] 𝑛 𝑘=−∞
  • 11. • Examples of Non-Causal System:  𝑦 𝑛 = 𝑥 𝑛 − 𝑥[𝑛 + 1]  𝑦 𝑡 = 𝑥 𝑡 + 1  𝑦 𝑛 =𝑥 𝑛2  𝑦 𝑛 =𝑥 2𝑛  𝑦 𝑛 =𝑥 −𝑛  𝑦 𝑛 = 1 (2𝑀+1) 𝑥[𝑛 − 𝑘] 𝑀 𝑘=−𝑀 , [Non-causal averaging system]
  • 12. ● All memoryless systems are causal, since the output responds only to the current value of the input. ● In real time signal processing applications we can not observe future values of the signal and hence a non-causal system is not physically realizable (can not be implemented). ● Causality is not often an essential constraint in applications in which the independent variable is not time. ● If the signal is recorded so that the processing is done offline (non-real time), it is possible to implement a non-causal system, since all values of the signal are available at the time of processing. This is often the case in processing of audio, image, video, geographical and metrological signals.
  • 13. ● Examples:  𝑦 𝑛 = 𝑥[−𝑛] 𝑦 2 = 𝑥[−2] 𝑦 −2 = 𝑥[2], hence non-causal.  𝑦(𝑡) = 𝑥(𝑡) cos(𝑡 + 1)  𝑦(𝑡) can be written as 𝑦 𝑡 = 𝑥 𝑡 𝑔 𝑡 , where 𝑔 𝑡 = cos(𝑡 + 1) is a time- varying function.  So, only the current value of the input 𝑥(𝑡) influences the current value of the output 𝑦 𝑡 . Therefore the system is causal.
  • 14. (4)Stability:  A system is said to be bounded input-bounded output (BIBO) stable if every bounded input produces a bounded output.  Mathematically, if 𝑥[𝑛] ≤ 𝑀𝑥 < ∞, then 𝑦[𝑛] ≤ 𝑀𝑦 < ∞ for all 𝑛 where 𝑀𝑥 and 𝑀𝑦 are finite numbers.  Examples: i. 𝑦(𝑡) = 𝑡𝑥 𝑡 Let 𝑥 𝑡 = 1, 𝑦 𝑡 = 𝑡, which is unbounded. Hence it is unstable. ii. 𝑦 𝑡 = 𝑒𝑥 𝑡 , 𝑥 𝑡 < 𝐵 As −𝐵 < 𝑥 𝑡 < 𝐵, 𝑒−𝐵 < 𝑦 𝑡 < 𝑒𝐵. 𝑦 𝑡 is bounded, so the system is stable.
  • 15. (5)Time Invariance:  A system is time invariant if the behavior and characteristics of the system are fixed over time.  A system is time invariant if a time shift in the input signal results in an identical time shift in the output signal.  If 𝑦[𝑛] is the output of a discrete-time, time-invariant system when 𝑥[𝑛] is the input, then 𝑦 [𝑛 − 𝑛0] is the output when 𝑥 [𝑛 − 𝑛0] is applied. 𝑥 𝑛 → 𝑦 𝑛 𝑥 [𝑛 − 𝑛0] → 𝑦 [𝑛 − 𝑛0] In continuous time, 𝑥(𝑡) → 𝑦(𝑡) 𝑥 (𝑡 − 𝑡0) → 𝑦 (𝑡 − 𝑡0)
  • 16.  Examples: 𝑦 𝑡 = sin[𝑥(𝑡)]  𝑦1 𝑡 = sin[𝑥1(𝑡)], where 𝑥1 𝑡 is any arbitrary input to the system.  𝑥2 𝑡 =𝑥1 𝑡 − 𝑡0  The output corresponding to input 𝑥2 𝑡 is 𝑦2 𝑡 = sin 𝑥2 𝑡 = sin 𝑥1 𝑡 − 𝑡0 … (1)  Time delayed version of 𝑦1 𝑡 is 𝑦1 𝑡 − 𝑡0 = sin 𝑥1 𝑡 − 𝑡0 … (2)  As (1) and (2) are same, therefore this system is time invariant.
  • 17.  Examples: 𝑦 𝑡 = 𝑥(2𝑡)  Consider 𝑥1 𝑡 = 1, 𝑡 < 2 0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒  𝑦1 𝑡 = 1, 𝑡 < 1 0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒  Take 𝑥2 𝑡 = 𝑥1 𝑡 − 2 = 1, 0 < 𝑡 < 4 0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒  𝑦2 𝑡 = 1,0 < 𝑡 < 2 0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒 and 𝑦1 𝑡 − 2 = 1, 1 < 𝑡 < 3 0, 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒  AS 𝑦1 𝑡 − 2 ≠ 𝑦2 𝑡 or Fig. (d) ≠ Fig. (e), the system is time variant.
  • 18.  Procedure to determine time variance/invariance: For time-invariance 𝑦1 𝑡 = 𝑦2 𝑡 System Delay Delay System 𝑥 𝑡 𝑥 𝑡 𝑦1 𝑡 𝑦2 𝑡
  • 19.  Example: 𝑦 𝑡 = 𝑥(2𝑡) As 𝑦1 𝑡 ≠ 𝑦2 𝑡 , the system is time variant. System Delay 𝑘 Delay 𝑘 System 𝑥 𝑡 𝑥 𝑡 𝑦1 𝑡 = 𝑥 2 𝑡 − 𝑘 = 𝑥(2𝑡 − 2𝑘) 𝑦2 𝑡 = 𝑥(2𝑡 − 𝑘) 𝑥 2𝑡 𝑥 𝑡 − 𝑘
  • 20.  Example: 𝑦[𝑛] = 𝑥[−𝑛] As 𝑦1[𝑛] ≠ 𝑦2[𝑛], the system is time variant. System Delay 𝑘 Delay 𝑘 System 𝑥[𝑛] 𝑦1 𝑛 = 𝑥[−𝑛 + 𝑘] 𝑥[−𝑛] 𝑥[𝑛] 𝑥[𝑛 − 𝑘] 𝑦2 𝑛 = 𝑥[−𝑛 − 𝑘]
  • 21.  Examples of time-invariant system: i. 𝑦 𝑛 = 𝑎𝑥 𝑛 ii. 𝑦 𝑛 = 𝑥2 [𝑛] iii. 𝑦 𝑡 = 𝑥(𝑡 + 1)  Examples of time variant system: i. 𝑦 𝑛 = 𝑛𝑥 𝑛 ii. 𝑦 𝑛 = 𝑥[−𝑛] iii. 𝑦 𝑛 = 𝑥 [𝑛2]
  • 22. (6)Linearity:  A linear system, in continuous time or discrete time, is a system that possesses the important property of superposition: If an input consists of the weighted sum of several signals, then the output is the superposition-that is, the weighted sum-of the responses of the system to each of those signals. 𝑥1(𝑡) → 𝑦1(𝑡), 𝑥2(𝑡) → 𝑦2(𝑡) The system is linear if i. The response to 𝑥1 𝑡 + 𝑥2(𝑡) is 𝑦1 𝑡 + 𝑦2(𝑡), i.e. 𝑥1 𝑡 + 𝑥2(𝑡) → 𝑦1 𝑡 + 𝑦2 𝑡 , [Additivity Property] ii. The response to 𝑎𝑥1 𝑡 is 𝑎𝑦1 𝑡 , where a is any complex constant, i.e. 𝑎𝑥1 𝑡 → 𝑎𝑦1 𝑡 , [Scaling/Homogeneity Property]
  • 23.  The two properties defining a linear system can be combined into a single statement: i. continuous time: 𝑎𝑥1 𝑡 + 𝑏𝑥2(𝑡) → 𝑎𝑦1 𝑡 + 𝑏𝑦2(𝑡), ii. discrete time: 𝑎𝑥1 𝑛 + 𝑏𝑥2 𝑛 → 𝑎𝑦1 𝑛 + 𝑏𝑦2 𝑛 , where 𝑎 and 𝑏 are any complex constants.  In general for linear system if 𝑥 𝑛 = 𝑎𝑘𝑥𝑘[𝑛] 𝑘 = 𝑎1𝑥1[𝑛]+𝑎2𝑥2[𝑛]+⋯ then 𝑦 𝑛 = 𝑎𝑘𝑦𝑘[𝑛] 𝑘 = 𝑎1𝑦1[𝑛]+𝑎2𝑦2[𝑛]+⋯  For a linear system: zero input yields zero output.
  • 24.  Examples: 𝑦 𝑡 = 𝑡𝑥(𝑡) • 𝑥1 𝑡 → 𝑦1 𝑡 = 𝑡𝑥1 𝑡 • 𝑥2 𝑡 → 𝑦2 𝑡 = 𝑡𝑥2 𝑡 • Let 𝑥3 𝑡 be a linear combination of 𝑥1 𝑡 and 𝑥2 𝑡 , i.e. 𝑥3 𝑡 = 𝑎𝑥1 𝑡 + 𝑏𝑥2 𝑡 • If 𝑥3 𝑡 is input to system , then the corresponding output is 𝑦3 𝑡 = 𝑡𝑥3 𝑡 = 𝑡 𝑎𝑥1 𝑡 + 𝑏𝑥2 𝑡 = 𝑎𝑡𝑥1 𝑡 + 𝑏𝑡𝑥2 𝑡 = 𝑎𝑦1 𝑡 + 𝑏𝑦2 𝑡 • So the system is linear.
  • 25. System 𝑦[𝑛] 𝑥2[𝑛] 𝑥1[𝑛] 𝑎 𝑏 System System 𝑎 𝑏 𝑦′[𝑛] 𝑥1[𝑛] 𝑥2[𝑛] ● Graphical representation of superposition principle. The system is linear if and only if 𝑦 𝑛 = 𝑦′[𝑛].
  • 26.  Examples: 𝑦 𝑛 = 2𝑥 𝑛 + 3 • It is not a linear system. • If 𝑥 𝑛 = 0,then 𝑦 𝑛 = 3. • This type of system is called incrementally linear system. • 𝑦0(𝑡) is zero input response of the system. Linear System 𝑥(𝑡) 𝑦(𝑡) 𝑦0(𝑡)
  • 27. Summary ● A number of basic concepts related to continuous-time and discrete-time signals and systems have been developed. ● Graphical and mathematical representations of signals are introduced and used these representations in performing transformations of the independent variable. ● Several basic signals, both in continuous-time and discrete-time, are also defined and examined. These included complex exponential signals, sinusoidal signals, and unit impulse and step functions. ● The concept of periodicity for continuous-time and discrete-time signals have been investigated. ● Some of the elementary ideas related to systems have been developed and block diagrams are introduced to facilitate the discussions concerning the interconnection of systems ● A number of important properties of systems are discussed including causality, stability, time invariance, and linearity.