SlideShare a Scribd company logo
Systems and its
Classification:Part-1
Dr.K.G.SHANTHI
Professor/ECE
shanthiece@rmkcet.ac.in
Systems:
✘ Systems process input signals to produce output
signals
✘ A system is combination of elements that
manipulates one or more signals to accomplish
a function and produces some output
2
Or
Excitation
Or
Response
System
Input Signal Output Signal
System - An entity that responds to a signal
33
Examples
 Circuit
systeminput output
Systems-Examples
 The Camera
 The Speech Recognition System
4
Identified
ImageLight
 Automobile System:
 System is the automobile
 Pressure on accelerator
pedal is the input signal
 The automobile speed is
the response or output
signal.
5
Systems-Examples
Systems-Examples
6
Music
 Music System
Classification of Systems
 Continuous time and Discrete time system
 Linear and Non-Linear system
 Static and Dynamic system
 Time invariant and Time variant system
 Causal and Non-Causal system
 Stable and Unstable system
 Invertible & Inverse Systems
7
Continuous time and Discrete time system
✘ Continuous time system
✘ Operates on a continuous
time signal
✘ T denotes transformation
✘ Response 𝑦(t)=𝑇{𝑥(t)}
8
T
𝑥(𝑡) y(𝑡)
✘ Discrete time system
✘ Operates on a discrete
time signal
✘ T denotes transformation
✘ Response 𝑦(n)=𝑇{𝑥(n)}
T
𝑥(n) y(n)
Static and Dynamic system
✘ Static system(Memory-less):If the response of the system is
due to present input alone.
✘ Output at any instant of time depends only on present inputs
Eg: 𝑦(𝑡)= 2𝑥(t)
✘ t=0, 𝑦(0)= 2𝑥(0)
✘ t= 1, 𝑦(1)= 2𝑥(1)
✘ t= -1, 𝑦(-1)= 2𝑥(-1)
✘ A resistor is a memory less system; with the input x(t) taken as the
current and with the voltage taken as the output y(t), the input-output
relationship of a resistor is 𝑦(𝑡)= R𝑥(t)
9
𝑦(n)= 𝑥2(n)+ 𝑥(n)
 n=0, 𝑦(0)= 𝑥2(0)+ 𝑥(0)
 n=1, 𝑦(1)= 𝑥2(1)+ 𝑥(1)
 n=-1, 𝑦(-1)= 𝑥2(-1)+ 𝑥(-1)
Static and Dynamic system(contd)
✘ Dynamic system(Memory): If the response of the system
depends on factors other than present input also.
✘ Output at any instant of time depends only on past and future inputs
Eg: 𝑦(𝑡)= 2𝑥(t)+𝑥(-t),
✘ t=0, 𝑦(0)= 2𝑥(0)+𝑥(-0),
✘ t= 1,𝑦(1)=2𝑥(1)+𝑥(-1),
✘ t= -1,𝑦(-1)=2𝑥(-1)+𝑥(1),
✘A capacitor is an example of a continuous-time system with memory
10
Future
input
𝑦(n)= 𝑥2(n)+ 𝑥(2n)
 n=0, 𝑦(0)= 𝑥2(0)+ 𝑥(0)
 n=1, 𝑦(1)= 𝑥2(1)+ 𝑥(2)
 n=-1, 𝑦(-1)= 𝑥2(-1)+ 𝑥(-2)
Past
input
Static and Dynamic system(contd)
✘ Determine whether the following system is static or
dynamic
𝒚(𝒕) =𝒙(𝟐𝒕)+𝟐𝒙(𝒕)
✘ t=0, 𝑦 (0) =𝑥 (0) +2𝑥 (0) ⇒ present inputs
✘ t=-1, 𝑦(−1) =𝑥 (−2) +2𝑥(−1) ⇒ past and present inputs
✘ t=1, 𝑦( 1) =𝑥(2) +2𝑥( 1 )⇒ future and present inputs
✘ Since output depends on past and future inputs the
given system is dynamic system.
11
Static and Dynamic system(contd)
✘ Determine whether the following systems are
static or dynamic
𝒚(𝒏)=𝒔𝒊𝒏𝒙(𝒏)
✘ 𝑦(0) = 𝑠𝑖𝑛𝑥(0) ⇒ present input
✘ 𝑦(−1) = 𝑠𝑖𝑛𝑥(−1) ⇒ present input
✘ 𝑦(1) = 𝑠𝑖𝑛𝑥(1) ⇒ present input
✘ Since output depends on present input the
given system is Static system
12
Causal and Non-Causal system
✘ Causal system(Non-Anticipative): If the response of a
system at any instant of time depends only on the present
input, past input and past output but does not depends upon
the future input and future output.
Examples:
✘ The motion of an automobile is causal, since it does not
anticipate future actions of the driver
✘ 𝑦(𝑡)=3𝑥(𝑡)+𝑥(𝑡−1)
✘ 𝑦(0)=3𝑥(0)+𝑥(0−1)
✘ 𝑦(1)=3𝑥(1)+𝑥(1−1)
✘ 𝑦(-1)=3𝑥(-1)+𝑥(-1−1)
13
𝑦(0)=3𝑥(0)+𝑥(−1)
𝑦(1)=3𝑥(1)+𝑥(0)
𝑦(-1)=3𝑥(-1)+𝑥(-2)
At any instant
of time, output
depends on
only present
and past input
Causal and Non-Causal system(contd)
✘ Non-Causal system(Anticipative): If the response of a system at
any instant of time depends on the future inputs also.
✘ Example
✘ 𝑦(𝑡)=𝑥(𝑡+2)+𝑥(𝑡−1)
✘ 𝑦(0)=𝑥(0+2)+𝑥(0−1)
✘ 𝑦(1)=𝑥(1+2)+𝑥(1−1)
✘ 𝑦(-1)=𝑥(-1+2)+𝑥(-1−1)
14
𝑦(1)=𝑥(3)+𝑥(0)
𝑦(0)=𝑥(2)+𝑥(−1)
𝑦(-1)=𝑥(1)+𝑥(-2)
At any instant of
time, output
depends on
future values
also
Causal and Non-Causal system(contd)
✘ Determine whether the following systems are causal
or not y[n]=x[n-2]+x[n]+x[n-1]
✘ y[0]=x[0-2]+x[0]+x[0-1]
✘ y[1]=x[1-2]+x[1]+x[1-1]
✘ y[-1]=x[-1-2]+x[-1]+x[-1-1]
✘ Given system is Causal
15
y[0]=x[-2]+x[0]+x[-1]
y[1]=x[-1]+x[1]+x[0]
y[-1]=x[-3]+x[-1]+x[-2]
At any instant of
time, output
depends on only
present and past
inputs
Causal and Non-Causal system(contd)
✘ Determine whether the following systems are
causal or not 𝑦(n)= 𝑥2(n)+ 2𝑥(n+3)
✘ 𝑦(0)= 𝑥2(0)+ 2𝑥(0+3)
✘ 𝑦(1)= 𝑥2(1)+ 2𝑥(1+3)
✘ 𝑦(-1)= 𝑥2(-1)+ 2𝑥(-1+3)
✘ Given system is Non-Causal
16
𝑦(0)= 𝑥2(0)+ 2𝑥(3)
𝑦(1)= 𝑥2(1)+ 2𝑥(4)
𝑦(-1)= 𝑥2(-1)+ 2𝑥(2)
At any instant of
time, output
depends on
Present and
Future inputs
lnvertibility and Inverse Systems
✘ If a system is invertible it has an Inverse System
✘ Eg: Encoder
✘ Examples of noninvertible systems are y[n] = 0, the system that
produces the zero output sequence for any input sequence.
17
System
𝑥(𝑡) y(𝑡)
Inverse
System w(𝑡)=x(t)
2
𝑥(𝑡) y(𝑡)=2𝑥(𝑡)
1/2 w(𝑡)=1/2 [y(t)]
=(1/2) [2𝑥(𝑡)]
=x(t)
Time invariant (Shift invariant) and
Time variant (Shift variant) system
✘ Time invariant system (Shift invariant) :If the relationship between
the input and output does not change with time.
✘ A system is called time invariant if a time shift in the input signal 𝑥(t-t0)
causes the same time shift in the output signal 𝑦(t-t0)
Condition:
18
CT System: If 𝑦(t)=𝑇[𝑥(t)], then 𝑇[𝑥(t-t0)]=𝑦(t-t0) must be satisfied
System
T𝑥(t) 𝑦(t) 𝑦(t-t0)
System
T𝑥(t-t0)
DT System: If 𝑦(n)=𝑇[𝑥(n)], then 𝑇[𝑥(n-k)]=𝑦(n-k) must be satisfied
Where k represent delay
Time invariant (Shift invariant) and
Time variant (Shift variant) system
✘ Time Variant system (Shift variant) : If the relationship between
the input and output changes with time.
Condition:
19
CT System: If 𝑦(t)=𝑇[𝑥(t)], then 𝑇[𝑥(t-t0)] ≠ 𝑦(t-t0)
DT System: If 𝑦(n)=𝑇[𝑥(n)], then 𝑇[𝑥(n-k)] ≠ 𝑦(n-k)
TEST FOR TIME INVARIANCE (CT)
20
https://www.youtube.com/watch?v=LezLNMznZm4
TEST FOR TIME INVARIANCE(CT SYSTEM)
1. Apply a delay to the input
𝑥(t)
2. Compute the output 𝑦(t, t0)
3. Apply the same delay to original output
𝑦(t)
4. Compare the results from steps 2 and 3
5. If 𝑦(t-t0)= 𝑦(t, t0) then System is Time InVarient
21
𝑦(t-t0)
𝑥(t-t0)
Problem-TIME VARIANCE(CT SYSTEM)
✘ Determine whether the following system is time
invariant or not 𝑦(t) = t 𝑥(t)
1. Apply a delay to the input 𝑥(t) 𝑥(t-t0)
2. Compute the output 𝑦(t, t0):
𝑦(t, t0)=t 𝑥(t-t0)
4. Apply the same delay t0to original output 𝑦(t)and compute 𝑦(t-t0) :
𝑦(t-t0)= (t-t0) 𝑥(t-t0)
5. 𝑦(t, t0) ≠ 𝑦(t-t0).Hence the given system is time variant
22
TEST FOR TIME INVARIANCE(DT SYSTEM)
1. Apply a delay to the input
𝑥(n)
2. Recompute the output 𝑦(n,k)
3. Apply the same delay to original output
𝑦(n)
4. Compare the results from steps 2 and 3
If 𝑦(n-k)= 𝑦(n,k) ,
then System is Time InVarient
23
𝑥(n-k)
𝑦(n-k)
TEST FOR TIME INVARIANCE(DT SYSTEM)
✘ Determine whether the following systems are time
invariant or not 𝒚(𝒏) =𝒙(−𝒏+𝟐)
✘ Apply a delay to the input
𝒙(−𝒏+𝟐)
✘ Output due to input delayed by k seconds
𝑦(n,k) =𝑥(−𝑛−𝑘+2)
✘ Output delayed by k seconds
𝑦(n-k) =𝑥 (−(𝑛−𝑘)+2)=𝑥(−𝑛+𝑘+2)
✘ ∵ 𝑦(n,k) ≠ 𝑦(n-k) The given system is time variant
24
𝒙(−𝒏−k +𝟐)
Problem-TIME INVARIANCE(CT SYSTEM)
25

More Related Content

What's hot

Signal & systems
Signal & systemsSignal & systems
Signal & systems
AJAL A J
 
unit4 sampling.pptx
unit4 sampling.pptxunit4 sampling.pptx
unit4 sampling.pptx
Dr.SHANTHI K.G
 
Digital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCET
Digital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCETDigital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCET
Digital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCET
SeshaVidhyaS
 
ppt on Time Domain and Frequency Domain Analysis
ppt on Time Domain and Frequency Domain Analysisppt on Time Domain and Frequency Domain Analysis
ppt on Time Domain and Frequency Domain Analysis
sagar_kamble
 
TIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSISTIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSIS
Deep Chaudhari
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
Jay Baria
 
Time Response Analysis
Time Response AnalysisTime Response Analysis
Time Response Analysis
Manthan Kanani
 
Chapter1 - Signal and System
Chapter1 - Signal and SystemChapter1 - Signal and System
Chapter1 - Signal and System
Attaporn Ninsuwan
 
Basic concepts
Basic conceptsBasic concepts
Basic concepts
Syed Zaid Irshad
 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
INDIAN NAVY
 
Signals and systems-5
Signals and systems-5Signals and systems-5
Signals and systems-5
sarun soman
 
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
Amr E. Mohamed
 
OPERATIONS ON SIGNALS
OPERATIONS ON SIGNALSOPERATIONS ON SIGNALS
OPERATIONS ON SIGNALS
vishalgohel12195
 
Frequency Response Analysis
Frequency Response AnalysisFrequency Response Analysis
Frequency Response Analysis
Hussain K
 
6. steady state error
6. steady state error6. steady state error
6. steady state error
shurjeel amjad
 
Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...
Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...
Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...
Simen Li
 
Basics of Digital Filters
Basics of Digital FiltersBasics of Digital Filters
Basics of Digital Filters
op205
 
Signal
SignalSignal
Time domain analysis
Time domain analysisTime domain analysis
Time domain analysis
Hussain K
 
3. Concept of pole and zero.pptx
3. Concept of pole and zero.pptx3. Concept of pole and zero.pptx
3. Concept of pole and zero.pptx
AMSuryawanshi
 

What's hot (20)

Signal & systems
Signal & systemsSignal & systems
Signal & systems
 
unit4 sampling.pptx
unit4 sampling.pptxunit4 sampling.pptx
unit4 sampling.pptx
 
Digital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCET
Digital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCETDigital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCET
Digital electronics(EC8392) unit- 1-Sesha Vidhya S/ ASP/ECE/RMKCET
 
ppt on Time Domain and Frequency Domain Analysis
ppt on Time Domain and Frequency Domain Analysisppt on Time Domain and Frequency Domain Analysis
ppt on Time Domain and Frequency Domain Analysis
 
TIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSISTIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSIS
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
 
Time Response Analysis
Time Response AnalysisTime Response Analysis
Time Response Analysis
 
Chapter1 - Signal and System
Chapter1 - Signal and SystemChapter1 - Signal and System
Chapter1 - Signal and System
 
Basic concepts
Basic conceptsBasic concepts
Basic concepts
 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
 
Signals and systems-5
Signals and systems-5Signals and systems-5
Signals and systems-5
 
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
 
OPERATIONS ON SIGNALS
OPERATIONS ON SIGNALSOPERATIONS ON SIGNALS
OPERATIONS ON SIGNALS
 
Frequency Response Analysis
Frequency Response AnalysisFrequency Response Analysis
Frequency Response Analysis
 
6. steady state error
6. steady state error6. steady state error
6. steady state error
 
Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...
Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...
Circuit Network Analysis - [Chapter5] Transfer function, frequency response, ...
 
Basics of Digital Filters
Basics of Digital FiltersBasics of Digital Filters
Basics of Digital Filters
 
Signal
SignalSignal
Signal
 
Time domain analysis
Time domain analysisTime domain analysis
Time domain analysis
 
3. Concept of pole and zero.pptx
3. Concept of pole and zero.pptx3. Concept of pole and zero.pptx
3. Concept of pole and zero.pptx
 

Similar to Classification of Systems: Part 1

Lecture 4 Signals & Systems.pdf
Lecture 4  Signals & Systems.pdfLecture 4  Signals & Systems.pdf
Lecture 4 Signals & Systems.pdf
Omiya4
 
Systems ppt
Systems pptSystems ppt
Systems ppt
vasanth kumar
 
Lect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfLect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdf
EngMostafaMorsyMoham
 
14599404.ppt
14599404.ppt14599404.ppt
14599404.ppt
MonaIbrahim72
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
RockFellerSinghRusse
 
05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx
JordanJohmMallillin
 
4.Basics of systems
4.Basics of systems4.Basics of systems
4.Basics of systems
INDIAN NAVY
 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
Jawaher Abdulwahab Fadhil
 
signal and system Hw2 solution
signal and system Hw2 solutionsignal and system Hw2 solution
signal and system Hw2 solution
iqbal ahmad
 
First order response
First order responseFirst order response
First order response
Md. Mujahiduzzaman
 
Convolution
ConvolutionConvolution
Convolution
vandanamalode1
 
Control assignment#1
Control assignment#1Control assignment#1
Control assignment#1
cairo university
 
adspchap1.pdf
adspchap1.pdfadspchap1.pdf
adspchap1.pdf
RPSingh450071
 
ssppt-170414031953.pdf
ssppt-170414031953.pdfssppt-170414031953.pdf
ssppt-170414031953.pdf
AnalBhandari
 
Discrete Time Systems & its classifications
Discrete Time Systems & its classificationsDiscrete Time Systems & its classifications
Discrete Time Systems & its classifications
National Engineering College
 
Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...
  Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...  Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...
Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...
Belinda Marchand
 
01-system_models_slides.pdf
01-system_models_slides.pdf01-system_models_slides.pdf
01-system_models_slides.pdf
MammarSoulimane
 
STATE_SPACE_ANALYSIS.pdf
STATE_SPACE_ANALYSIS.pdfSTATE_SPACE_ANALYSIS.pdf
STATE_SPACE_ANALYSIS.pdf
BhuvaneshwariTr
 
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
 
time response analysis
time response analysistime response analysis
time response analysis
Raviraj solanki
 

Similar to Classification of Systems: Part 1 (20)

Lecture 4 Signals & Systems.pdf
Lecture 4  Signals & Systems.pdfLecture 4  Signals & Systems.pdf
Lecture 4 Signals & Systems.pdf
 
Systems ppt
Systems pptSystems ppt
Systems ppt
 
Lect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdfLect2-SignalProcessing (1).pdf
Lect2-SignalProcessing (1).pdf
 
14599404.ppt
14599404.ppt14599404.ppt
14599404.ppt
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
 
05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx
 
4.Basics of systems
4.Basics of systems4.Basics of systems
4.Basics of systems
 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
 
signal and system Hw2 solution
signal and system Hw2 solutionsignal and system Hw2 solution
signal and system Hw2 solution
 
First order response
First order responseFirst order response
First order response
 
Convolution
ConvolutionConvolution
Convolution
 
Control assignment#1
Control assignment#1Control assignment#1
Control assignment#1
 
adspchap1.pdf
adspchap1.pdfadspchap1.pdf
adspchap1.pdf
 
ssppt-170414031953.pdf
ssppt-170414031953.pdfssppt-170414031953.pdf
ssppt-170414031953.pdf
 
Discrete Time Systems & its classifications
Discrete Time Systems & its classificationsDiscrete Time Systems & its classifications
Discrete Time Systems & its classifications
 
Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...
  Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...  Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...
Discrete Nonlinear Optimal Control of S/C Formations Near The L1 and L2 poi...
 
01-system_models_slides.pdf
01-system_models_slides.pdf01-system_models_slides.pdf
01-system_models_slides.pdf
 
STATE_SPACE_ANALYSIS.pdf
STATE_SPACE_ANALYSIS.pdfSTATE_SPACE_ANALYSIS.pdf
STATE_SPACE_ANALYSIS.pdf
 
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
 
time response analysis
time response analysistime response analysis
time response analysis
 

More from Dr.SHANTHI K.G

unit4 DTFT .pptx
unit4 DTFT .pptxunit4 DTFT .pptx
unit4 DTFT .pptx
Dr.SHANTHI K.G
 
Fourier and Laplace transforms in analysis of CT systems PDf.pdf
Fourier and Laplace transforms in analysis of CT systems PDf.pdfFourier and Laplace transforms in analysis of CT systems PDf.pdf
Fourier and Laplace transforms in analysis of CT systems PDf.pdf
Dr.SHANTHI K.G
 
Laplace Transform Problems
Laplace Transform ProblemsLaplace Transform Problems
Laplace Transform Problems
Dr.SHANTHI K.G
 
Orthogonal coordinate systems- Cartesian ,Cylindrical ,Spherical
Orthogonal coordinate systems- Cartesian ,Cylindrical ,SphericalOrthogonal coordinate systems- Cartesian ,Cylindrical ,Spherical
Orthogonal coordinate systems- Cartesian ,Cylindrical ,Spherical
Dr.SHANTHI K.G
 
Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties
Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties
Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties
Dr.SHANTHI K.G
 
Unit 1 Operation on signals
Unit 1  Operation on signalsUnit 1  Operation on signals
Unit 1 Operation on signals
Dr.SHANTHI K.G
 
Scope of signals and systems
Scope of signals and systemsScope of signals and systems
Scope of signals and systems
Dr.SHANTHI K.G
 
Unit 1 -Introduction to signals and standard signals
Unit 1 -Introduction to signals  and standard signalsUnit 1 -Introduction to signals  and standard signals
Unit 1 -Introduction to signals and standard signals
Dr.SHANTHI K.G
 
Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...
Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...
Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...
Dr.SHANTHI K.G
 
UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION
UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION
UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION
Dr.SHANTHI K.G
 
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes
 TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes
Dr.SHANTHI K.G
 
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks
 TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks
Dr.SHANTHI K.G
 
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems
 TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems
Dr.SHANTHI K.G
 
Unit-3:Magnetostatics
Unit-3:MagnetostaticsUnit-3:Magnetostatics
Unit-3:Magnetostatics
Dr.SHANTHI K.G
 
Electric potential, Electric Field and Potential due to dipole
Electric potential, Electric Field and Potential due to dipoleElectric potential, Electric Field and Potential due to dipole
Electric potential, Electric Field and Potential due to dipole
Dr.SHANTHI K.G
 
Gauss law and its Applications
Gauss law and its ApplicationsGauss law and its Applications
Gauss law and its Applications
Dr.SHANTHI K.G
 
Electric field intensity due to a charged ring and Electric flux density
Electric field intensity due to a charged ring and Electric flux densityElectric field intensity due to a charged ring and Electric flux density
Electric field intensity due to a charged ring and Electric flux density
Dr.SHANTHI K.G
 
Electric field intensity due to infinite line charge and infinte sheet of charge
Electric field intensity due to infinite line charge and infinte sheet of chargeElectric field intensity due to infinite line charge and infinte sheet of charge
Electric field intensity due to infinite line charge and infinte sheet of charge
Dr.SHANTHI K.G
 
Unit 2 Electrostatics
Unit  2 ElectrostaticsUnit  2 Electrostatics
Unit 2 Electrostatics
Dr.SHANTHI K.G
 
ELECTROSTATICS:Coulomb's law, Electric field & problems
ELECTROSTATICS:Coulomb's law, Electric field & problemsELECTROSTATICS:Coulomb's law, Electric field & problems
ELECTROSTATICS:Coulomb's law, Electric field & problems
Dr.SHANTHI K.G
 

More from Dr.SHANTHI K.G (20)

unit4 DTFT .pptx
unit4 DTFT .pptxunit4 DTFT .pptx
unit4 DTFT .pptx
 
Fourier and Laplace transforms in analysis of CT systems PDf.pdf
Fourier and Laplace transforms in analysis of CT systems PDf.pdfFourier and Laplace transforms in analysis of CT systems PDf.pdf
Fourier and Laplace transforms in analysis of CT systems PDf.pdf
 
Laplace Transform Problems
Laplace Transform ProblemsLaplace Transform Problems
Laplace Transform Problems
 
Orthogonal coordinate systems- Cartesian ,Cylindrical ,Spherical
Orthogonal coordinate systems- Cartesian ,Cylindrical ,SphericalOrthogonal coordinate systems- Cartesian ,Cylindrical ,Spherical
Orthogonal coordinate systems- Cartesian ,Cylindrical ,Spherical
 
Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties
Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties
Fourier Transform ,LAPLACE TRANSFORM,ROC and its Properties
 
Unit 1 Operation on signals
Unit 1  Operation on signalsUnit 1  Operation on signals
Unit 1 Operation on signals
 
Scope of signals and systems
Scope of signals and systemsScope of signals and systems
Scope of signals and systems
 
Unit 1 -Introduction to signals and standard signals
Unit 1 -Introduction to signals  and standard signalsUnit 1 -Introduction to signals  and standard signals
Unit 1 -Introduction to signals and standard signals
 
Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...
Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...
Unit V-Electromagnetic Fields-Normal incidence at a plane dielectric boundary...
 
UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION
UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION
UNIT IV - WAVE EQUATIONS AND THEIR SOLUTION
 
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes
 TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 -Notes
 
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks
 TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit 4 - two marks
 
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems
 TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems
TIME-VARYING FIELDS AND MAXWELL's EQUATIONS -Unit4- problems
 
Unit-3:Magnetostatics
Unit-3:MagnetostaticsUnit-3:Magnetostatics
Unit-3:Magnetostatics
 
Electric potential, Electric Field and Potential due to dipole
Electric potential, Electric Field and Potential due to dipoleElectric potential, Electric Field and Potential due to dipole
Electric potential, Electric Field and Potential due to dipole
 
Gauss law and its Applications
Gauss law and its ApplicationsGauss law and its Applications
Gauss law and its Applications
 
Electric field intensity due to a charged ring and Electric flux density
Electric field intensity due to a charged ring and Electric flux densityElectric field intensity due to a charged ring and Electric flux density
Electric field intensity due to a charged ring and Electric flux density
 
Electric field intensity due to infinite line charge and infinte sheet of charge
Electric field intensity due to infinite line charge and infinte sheet of chargeElectric field intensity due to infinite line charge and infinte sheet of charge
Electric field intensity due to infinite line charge and infinte sheet of charge
 
Unit 2 Electrostatics
Unit  2 ElectrostaticsUnit  2 Electrostatics
Unit 2 Electrostatics
 
ELECTROSTATICS:Coulomb's law, Electric field & problems
ELECTROSTATICS:Coulomb's law, Electric field & problemsELECTROSTATICS:Coulomb's law, Electric field & problems
ELECTROSTATICS:Coulomb's law, Electric field & problems
 

Recently uploaded

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 

Recently uploaded (20)

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 

Classification of Systems: Part 1

  • 2. Systems: ✘ Systems process input signals to produce output signals ✘ A system is combination of elements that manipulates one or more signals to accomplish a function and produces some output 2 Or Excitation Or Response System Input Signal Output Signal
  • 3. System - An entity that responds to a signal 33 Examples  Circuit systeminput output
  • 4. Systems-Examples  The Camera  The Speech Recognition System 4 Identified ImageLight
  • 5.  Automobile System:  System is the automobile  Pressure on accelerator pedal is the input signal  The automobile speed is the response or output signal. 5 Systems-Examples
  • 7. Classification of Systems  Continuous time and Discrete time system  Linear and Non-Linear system  Static and Dynamic system  Time invariant and Time variant system  Causal and Non-Causal system  Stable and Unstable system  Invertible & Inverse Systems 7
  • 8. Continuous time and Discrete time system ✘ Continuous time system ✘ Operates on a continuous time signal ✘ T denotes transformation ✘ Response 𝑦(t)=𝑇{𝑥(t)} 8 T 𝑥(𝑡) y(𝑡) ✘ Discrete time system ✘ Operates on a discrete time signal ✘ T denotes transformation ✘ Response 𝑦(n)=𝑇{𝑥(n)} T 𝑥(n) y(n)
  • 9. Static and Dynamic system ✘ Static system(Memory-less):If the response of the system is due to present input alone. ✘ Output at any instant of time depends only on present inputs Eg: 𝑦(𝑡)= 2𝑥(t) ✘ t=0, 𝑦(0)= 2𝑥(0) ✘ t= 1, 𝑦(1)= 2𝑥(1) ✘ t= -1, 𝑦(-1)= 2𝑥(-1) ✘ A resistor is a memory less system; with the input x(t) taken as the current and with the voltage taken as the output y(t), the input-output relationship of a resistor is 𝑦(𝑡)= R𝑥(t) 9 𝑦(n)= 𝑥2(n)+ 𝑥(n)  n=0, 𝑦(0)= 𝑥2(0)+ 𝑥(0)  n=1, 𝑦(1)= 𝑥2(1)+ 𝑥(1)  n=-1, 𝑦(-1)= 𝑥2(-1)+ 𝑥(-1)
  • 10. Static and Dynamic system(contd) ✘ Dynamic system(Memory): If the response of the system depends on factors other than present input also. ✘ Output at any instant of time depends only on past and future inputs Eg: 𝑦(𝑡)= 2𝑥(t)+𝑥(-t), ✘ t=0, 𝑦(0)= 2𝑥(0)+𝑥(-0), ✘ t= 1,𝑦(1)=2𝑥(1)+𝑥(-1), ✘ t= -1,𝑦(-1)=2𝑥(-1)+𝑥(1), ✘A capacitor is an example of a continuous-time system with memory 10 Future input 𝑦(n)= 𝑥2(n)+ 𝑥(2n)  n=0, 𝑦(0)= 𝑥2(0)+ 𝑥(0)  n=1, 𝑦(1)= 𝑥2(1)+ 𝑥(2)  n=-1, 𝑦(-1)= 𝑥2(-1)+ 𝑥(-2) Past input
  • 11. Static and Dynamic system(contd) ✘ Determine whether the following system is static or dynamic 𝒚(𝒕) =𝒙(𝟐𝒕)+𝟐𝒙(𝒕) ✘ t=0, 𝑦 (0) =𝑥 (0) +2𝑥 (0) ⇒ present inputs ✘ t=-1, 𝑦(−1) =𝑥 (−2) +2𝑥(−1) ⇒ past and present inputs ✘ t=1, 𝑦( 1) =𝑥(2) +2𝑥( 1 )⇒ future and present inputs ✘ Since output depends on past and future inputs the given system is dynamic system. 11
  • 12. Static and Dynamic system(contd) ✘ Determine whether the following systems are static or dynamic 𝒚(𝒏)=𝒔𝒊𝒏𝒙(𝒏) ✘ 𝑦(0) = 𝑠𝑖𝑛𝑥(0) ⇒ present input ✘ 𝑦(−1) = 𝑠𝑖𝑛𝑥(−1) ⇒ present input ✘ 𝑦(1) = 𝑠𝑖𝑛𝑥(1) ⇒ present input ✘ Since output depends on present input the given system is Static system 12
  • 13. Causal and Non-Causal system ✘ Causal system(Non-Anticipative): If the response of a system at any instant of time depends only on the present input, past input and past output but does not depends upon the future input and future output. Examples: ✘ The motion of an automobile is causal, since it does not anticipate future actions of the driver ✘ 𝑦(𝑡)=3𝑥(𝑡)+𝑥(𝑡−1) ✘ 𝑦(0)=3𝑥(0)+𝑥(0−1) ✘ 𝑦(1)=3𝑥(1)+𝑥(1−1) ✘ 𝑦(-1)=3𝑥(-1)+𝑥(-1−1) 13 𝑦(0)=3𝑥(0)+𝑥(−1) 𝑦(1)=3𝑥(1)+𝑥(0) 𝑦(-1)=3𝑥(-1)+𝑥(-2) At any instant of time, output depends on only present and past input
  • 14. Causal and Non-Causal system(contd) ✘ Non-Causal system(Anticipative): If the response of a system at any instant of time depends on the future inputs also. ✘ Example ✘ 𝑦(𝑡)=𝑥(𝑡+2)+𝑥(𝑡−1) ✘ 𝑦(0)=𝑥(0+2)+𝑥(0−1) ✘ 𝑦(1)=𝑥(1+2)+𝑥(1−1) ✘ 𝑦(-1)=𝑥(-1+2)+𝑥(-1−1) 14 𝑦(1)=𝑥(3)+𝑥(0) 𝑦(0)=𝑥(2)+𝑥(−1) 𝑦(-1)=𝑥(1)+𝑥(-2) At any instant of time, output depends on future values also
  • 15. Causal and Non-Causal system(contd) ✘ Determine whether the following systems are causal or not y[n]=x[n-2]+x[n]+x[n-1] ✘ y[0]=x[0-2]+x[0]+x[0-1] ✘ y[1]=x[1-2]+x[1]+x[1-1] ✘ y[-1]=x[-1-2]+x[-1]+x[-1-1] ✘ Given system is Causal 15 y[0]=x[-2]+x[0]+x[-1] y[1]=x[-1]+x[1]+x[0] y[-1]=x[-3]+x[-1]+x[-2] At any instant of time, output depends on only present and past inputs
  • 16. Causal and Non-Causal system(contd) ✘ Determine whether the following systems are causal or not 𝑦(n)= 𝑥2(n)+ 2𝑥(n+3) ✘ 𝑦(0)= 𝑥2(0)+ 2𝑥(0+3) ✘ 𝑦(1)= 𝑥2(1)+ 2𝑥(1+3) ✘ 𝑦(-1)= 𝑥2(-1)+ 2𝑥(-1+3) ✘ Given system is Non-Causal 16 𝑦(0)= 𝑥2(0)+ 2𝑥(3) 𝑦(1)= 𝑥2(1)+ 2𝑥(4) 𝑦(-1)= 𝑥2(-1)+ 2𝑥(2) At any instant of time, output depends on Present and Future inputs
  • 17. lnvertibility and Inverse Systems ✘ If a system is invertible it has an Inverse System ✘ Eg: Encoder ✘ Examples of noninvertible systems are y[n] = 0, the system that produces the zero output sequence for any input sequence. 17 System 𝑥(𝑡) y(𝑡) Inverse System w(𝑡)=x(t) 2 𝑥(𝑡) y(𝑡)=2𝑥(𝑡) 1/2 w(𝑡)=1/2 [y(t)] =(1/2) [2𝑥(𝑡)] =x(t)
  • 18. Time invariant (Shift invariant) and Time variant (Shift variant) system ✘ Time invariant system (Shift invariant) :If the relationship between the input and output does not change with time. ✘ A system is called time invariant if a time shift in the input signal 𝑥(t-t0) causes the same time shift in the output signal 𝑦(t-t0) Condition: 18 CT System: If 𝑦(t)=𝑇[𝑥(t)], then 𝑇[𝑥(t-t0)]=𝑦(t-t0) must be satisfied System T𝑥(t) 𝑦(t) 𝑦(t-t0) System T𝑥(t-t0) DT System: If 𝑦(n)=𝑇[𝑥(n)], then 𝑇[𝑥(n-k)]=𝑦(n-k) must be satisfied Where k represent delay
  • 19. Time invariant (Shift invariant) and Time variant (Shift variant) system ✘ Time Variant system (Shift variant) : If the relationship between the input and output changes with time. Condition: 19 CT System: If 𝑦(t)=𝑇[𝑥(t)], then 𝑇[𝑥(t-t0)] ≠ 𝑦(t-t0) DT System: If 𝑦(n)=𝑇[𝑥(n)], then 𝑇[𝑥(n-k)] ≠ 𝑦(n-k)
  • 20. TEST FOR TIME INVARIANCE (CT) 20 https://www.youtube.com/watch?v=LezLNMznZm4
  • 21. TEST FOR TIME INVARIANCE(CT SYSTEM) 1. Apply a delay to the input 𝑥(t) 2. Compute the output 𝑦(t, t0) 3. Apply the same delay to original output 𝑦(t) 4. Compare the results from steps 2 and 3 5. If 𝑦(t-t0)= 𝑦(t, t0) then System is Time InVarient 21 𝑦(t-t0) 𝑥(t-t0)
  • 22. Problem-TIME VARIANCE(CT SYSTEM) ✘ Determine whether the following system is time invariant or not 𝑦(t) = t 𝑥(t) 1. Apply a delay to the input 𝑥(t) 𝑥(t-t0) 2. Compute the output 𝑦(t, t0): 𝑦(t, t0)=t 𝑥(t-t0) 4. Apply the same delay t0to original output 𝑦(t)and compute 𝑦(t-t0) : 𝑦(t-t0)= (t-t0) 𝑥(t-t0) 5. 𝑦(t, t0) ≠ 𝑦(t-t0).Hence the given system is time variant 22
  • 23. TEST FOR TIME INVARIANCE(DT SYSTEM) 1. Apply a delay to the input 𝑥(n) 2. Recompute the output 𝑦(n,k) 3. Apply the same delay to original output 𝑦(n) 4. Compare the results from steps 2 and 3 If 𝑦(n-k)= 𝑦(n,k) , then System is Time InVarient 23 𝑥(n-k) 𝑦(n-k)
  • 24. TEST FOR TIME INVARIANCE(DT SYSTEM) ✘ Determine whether the following systems are time invariant or not 𝒚(𝒏) =𝒙(−𝒏+𝟐) ✘ Apply a delay to the input 𝒙(−𝒏+𝟐) ✘ Output due to input delayed by k seconds 𝑦(n,k) =𝑥(−𝑛−𝑘+2) ✘ Output delayed by k seconds 𝑦(n-k) =𝑥 (−(𝑛−𝑘)+2)=𝑥(−𝑛+𝑘+2) ✘ ∵ 𝑦(n,k) ≠ 𝑦(n-k) The given system is time variant 24 𝒙(−𝒏−k +𝟐)