SlideShare a Scribd company logo
1 of 19
15EE55C โ€“ DIGITAL SIGNAL PROCESSING AND
ITS APPLICATIONS
DISCRETE TIME SYSTEMS
Dr. M. Bakrutheen AP(SG)/EEE
Mr. K. Karthik Kumar AP/EEE
DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING
NATIONAL ENGINEERING COLLEGE, K.R. NAGAR, KOVILPATTI โ€“ 628 503
(An Autonomous Institution, Affiliated to Anna University โ€“ Chennai)
SYSTEMS
๏‚ข System is a device or combination of devices, which can operate on signals and
produces corresponding response.
๏‚ข Input to a system is called as excitation and output from it is called as response.
๏‚ข For one or more inputs, the system can have one or more outputs.
๏‚ข Example: Communication System
๏‚ข A system is defined mathematically as a unique operator or transformation that maps
an input signal in to an output signal.
๏‚ข This is defined as y(n) = T[x(n)] where x(n) is input signal, y(n) is output signal, T[]
is transformation that characterizes the system behavior.
CONTINUOUS AND DISCRETE TIME SYSTEMS
๏‚ข One of the most important distinctions to understand is the difference
between discrete time and continuous time systems.
๏‚ข A system in which the input signal and output signal both have
continuous domains is said to be a continuous system.
๏‚ข One in which the input signal and output signal both have discrete
domains is said to be a continuous system.
๏‚ข Of course, it is possible to conceive of signals that belong to neither
category, such as systems in which sampling of a continuous time signal
or reconstruction from a discrete time signal take place.
REPRESENTATIONS OF DISCRETE TIME SYSTEMS
๏‚ข Difference Equations
๏‚ข Block diagram
DIFFERENCE EQUATIONS REPRESENTATIONS OF
DISCRETE TIME SYSTEMS
๏‚ข One of the most important concepts of DSP is to be able to properly
represent the input/output relationship to a given DT system.
๏‚ข A linear constant-coefficient difference equation (LCCDE) serves as a
way to express just this relationship in a discrete-time system.
๏‚ข Writing the sequence of inputs and outputs, which represent the
characteristics of the DT system, as a difference equation help in
understanding and manipulating a system.
๏‚ข An equation that shows the relationship between consecutive values of a
sequence and the differences among them.
๏‚ข They are often rearranged as a recursive formula so that a systems
output can be computed from the input signal and past outputs.
DIFFERENCE EQUATIONS REPRESENTATIONS OF
DISCRETE TIME SYSTEMS
๏‚ข In discrete-time systems, essential features of input and output signals appear only at
specific instants of time, and they may not be defined between discrete time steps or
they may be constant.
๏‚ข These systems are also called the sequential systems.
๏‚ข X and x(n) are used to represent the input.
๏‚ข They are described by difference equations.
๏‚ข A general Nth-order linear constant-coefficient differential equation can be written as
๏‚ข Example
๏‚ข y[n]+7y[nโˆ’1]+2y[nโˆ’2]=x[n]โˆ’4x[nโˆ’1]
๏‚ข y[n] = x[n] โˆ’ x[n โˆ’ 1]
BLOCK DIAGRAM REPRESENTATIONS OF DISCRETE
TIME SYSTEMS
๏‚ข In order to introduce a block diagram representation of discrete time
systems, we need to define some basic blocks that can be interconnected
to form complex systems.
CLASSIFICATIONS OF DISCRETE TIME SYSTEMS
๏‚ข In the analysis as well as in the design of systems, it is desirable to classify
the systems according to the general properties that they satisfy.
๏‚ข For a system to possess a given property, the property must hold for every
possible input signal to the system.
๏‚ข If a property holds for some input signals but for others, the system does not
possess the property.
๏‚ข General Categories are:
๏‚— Static systems
๏‚— Time - invariant systems
๏‚— Linear systems
๏‚— Causal systems
๏‚— Stable systems
STATIC AND DYNAMIC SYSTEMS - STATIC
๏‚ข In static system the outputs at present instant depends only on present
inputs.
๏‚ข These systems are also called as memory less systems as the system
output at give time is dependent only on the inputs at that same time.
STATIC AND DYNAMIC SYSTEMS - DYNAMIC
๏‚ข Dynamic systems are those in which the output at present instant
depends on past inputs and past outputs.
๏‚ข These are also called as systems with memory as the system output
needs to store information regarding the past inputs or outputs.
STATIC AND DYNAMIC SYSTEMS - EXAMPLES
TIME VARIANT AND TIME INVARIANT SYSTEMS
๏‚ข A system is said to be time variant system if its response varies with time.
๏‚ข If the system response to an input signal does not change with time such
system is termed as time invariant system. The behavior and characteristics
of time variant system are fixed over time.
๏‚ข In time invariant systems if input is delayed by time n0 the output will also
gets delayed by n0. Mathematically it is specified as follows
y(n) = T[x(n)]
y(n-n0) = T[x(n-n0)]
Where, n0 is the time delay.
๏‚ข Time invariance minimizes the complexity involved in the analysis of
systems. Most of the systems in practice are time invariant systems.
LINEAR AND NON LINEAR SYSTEMS
๏‚ข A linear system is one which satisfies the principle of superposition and homogeneity or
scaling
๏‚ข Consider a linear system characterized by the transformation operator T[]. Let x1, x2 are
the inputs applied to it and y1, y2 are the outputs. Then the following equations hold for a
linear system
y1(n) = T[x1(n)], y2 = T[x2(n)]
๏‚ข Principle of homogeneity:
๏‚— T [a*x1(n)] = a*y1(n), T [b*x2(n)] = =b*y2(n)
๏‚ข Principle of superposition:
๏‚— T [x1(n)] + T [x2(n)] = y1(n)+y2(n)
๏‚ข Linearity:
๏‚— T [a*x1(n)] + T [b*x2(n)] = a*y1(n)+b*y2(n) .
LINEAR AND NON LINEAR SYSTEMS - EXAMPLES
CAUSAL AND NON CAUSAL SYSTEMS
๏‚ข The principle of causality states that the output of a system always succeeds input.
๏‚ข A system for which the principle of causality holds is defined as causal system.
๏‚ข If an input is applied to a system at time n=0 then the output of a causal system is
zero for n<0.
๏‚ข If the output depends on present and past inputs then system is casual otherwise non
casual.
๏‚ข A system in which output (response) precedes input is known as Non causal system.
๏‚ข If an input is applied to a system at time n=0 s then the output of a non causal system
is non zero for n<0.
๏‚ข Such systems are referred as non-anticipative as the system output does not
anticipate future values of input.
๏‚ข Non causal systems do not exist in practice.
CAUSAL AND NON CAUSAL SYSTEMS - EXAMPLES
STABLE AND UNSTABLE SYSTEMS
๏‚ข Most of the control system theory involves estimation of stability of
systems.
๏‚ข Stability is an important parameter which determines its applicability.
๏‚ข Stability of a system is formulated in bounded input bounded output
sense i.e. a system is stable if its response is bounded for a bounded
input (bounded means finite).
๏‚ข An unstable system is one in which the output of the system is
unbounded for a bounded input.
๏‚ข The response of an unstable system diverges to infinity.
STABLE AND UNSTABLE SYSTEMS - EXAMPLES
STABLE AND UNSTABLE SYSTEMS
๏‚ข A system is said to be invertible if distinct inputs lead to distinct outputs.
๏‚ข For such a system there exists an inverse transformation (inverse
system) denoted by T-1[] which maps the outputs of original systems to
the inputs applied.
๏‚ข Accordingly we can write
TT-1 = T-1T = I
Where I = 1 one for single input and single output systems.
๏‚ข A non-invertible system is one in which distinct inputs leads to same
outputs. For such a system an inverse system will not exist.

More Related Content

What's hot

Z transform
Z transformZ transform
Z transform
coolfriend01
ย 
Discreate time system and z transform
Discreate time system and z transformDiscreate time system and z transform
Discreate time system and z transform
VIKAS KUMAR MANJHI
ย 

What's hot (20)

Lti system
Lti systemLti system
Lti system
ย 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
ย 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
ย 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
ย 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
ย 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observability
ย 
Z Transform
Z TransformZ Transform
Z Transform
ย 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
ย 
Sampling Theorem
Sampling TheoremSampling Theorem
Sampling Theorem
ย 
Properties of dft
Properties of dftProperties of dft
Properties of dft
ย 
Z transform
Z transformZ transform
Z transform
ย 
Root locus
Root locus Root locus
Root locus
ย 
6. steady state error
6. steady state error6. steady state error
6. steady state error
ย 
Discreate time system and z transform
Discreate time system and z transformDiscreate time system and z transform
Discreate time system and z transform
ย 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
ย 
Types of system
Types of system Types of system
Types of system
ย 
Radix-2 DIT FFT
Radix-2 DIT FFT Radix-2 DIT FFT
Radix-2 DIT FFT
ย 
State space analysis
State space analysisState space analysis
State space analysis
ย 
Discrete Time Fourier Transform
Discrete Time Fourier TransformDiscrete Time Fourier Transform
Discrete Time Fourier Transform
ย 
Information theory
Information theoryInformation theory
Information theory
ย 

Similar to Discrete Time Systems & its classifications

linear algebra in control systems
linear algebra in control systemslinear algebra in control systems
linear algebra in control systems
Ganesh Bhat
ย 
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
ย 
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
sravan66
ย 
ssppt-170414031953.pdf
ssppt-170414031953.pdfssppt-170414031953.pdf
ssppt-170414031953.pdf
AnalBhandari
ย 
Unit1 pg math model
Unit1 pg math modelUnit1 pg math model
Unit1 pg math model
Dr.Gaurang Shah
ย 

Similar to Discrete Time Systems & its classifications (20)

2.time domain analysis of lti systems
2.time domain analysis of lti systems2.time domain analysis of lti systems
2.time domain analysis of lti systems
ย 
Basic System Properties.ppt
Basic System Properties.pptBasic System Properties.ppt
Basic System Properties.ppt
ย 
Systems and their properties
Systems and their propertiesSystems and their properties
Systems and their properties
ย 
linear algebra in control systems
linear algebra in control systemslinear algebra in control systems
linear algebra in control systems
ย 
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
ย 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systems
ย 
Systems ppt
Systems pptSystems ppt
Systems ppt
ย 
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
ย 
DTSP UNIT I - INTRODUCTION.pptx
DTSP UNIT I - INTRODUCTION.pptxDTSP UNIT I - INTRODUCTION.pptx
DTSP UNIT I - INTRODUCTION.pptx
ย 
signal and system Lecture 3
signal and system Lecture 3signal and system Lecture 3
signal and system Lecture 3
ย 
Signal
SignalSignal
Signal
ย 
COEN507 introduction to linear time invariant.pptx
COEN507 introduction to linear time invariant.pptxCOEN507 introduction to linear time invariant.pptx
COEN507 introduction to linear time invariant.pptx
ย 
ssppt-170414031953.pdf
ssppt-170414031953.pdfssppt-170414031953.pdf
ssppt-170414031953.pdf
ย 
Signal & System Assignment
Signal & System Assignment Signal & System Assignment
Signal & System Assignment
ย 
Unit1 pg math model
Unit1 pg math modelUnit1 pg math model
Unit1 pg math model
ย 
Introduction to Control Systems Engineering
Introduction to Control Systems EngineeringIntroduction to Control Systems Engineering
Introduction to Control Systems Engineering
ย 
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 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of SystemsModern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of Systems
ย 
PE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptxPE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptx
ย 
Lec-1.pdf
Lec-1.pdfLec-1.pdf
Lec-1.pdf
ย 

More from National Engineering College

More from National Engineering College (20)

ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
ย 
ADC An Introduction
ADC An IntroductionADC An Introduction
ADC An Introduction
ย 
LTI system causality and stability
LTI system   causality and stabilityLTI system   causality and stability
LTI system causality and stability
ย 
Arbitrary representation of sequence
Arbitrary representation of sequenceArbitrary representation of sequence
Arbitrary representation of sequence
ย 
Classification of Systems - Additional Solved Problems
Classification of Systems - Additional Solved ProblemsClassification of Systems - Additional Solved Problems
Classification of Systems - Additional Solved Problems
ย 
Linear & Non-Linear Systems |Solved problems|
Linear & Non-Linear Systems |Solved problems|Linear & Non-Linear Systems |Solved problems|
Linear & Non-Linear Systems |Solved problems|
ย 
Causal & Non-Causal Systems |Solved problems|
Causal & Non-Causal Systems |Solved problems|Causal & Non-Causal Systems |Solved problems|
Causal & Non-Causal Systems |Solved problems|
ย 
Static & Dynamic Systems |Solved problems|
Static & Dynamic Systems |Solved problems|Static & Dynamic Systems |Solved problems|
Static & Dynamic Systems |Solved problems|
ย 
Classification of Systems - Procedural steps to solve problems
Classification of Systems - Procedural steps to solve problemsClassification of Systems - Procedural steps to solve problems
Classification of Systems - Procedural steps to solve problems
ย 
Even & Odd Signals |Solved Problems|
Even & Odd Signals |Solved Problems|Even & Odd Signals |Solved Problems|
Even & Odd Signals |Solved Problems|
ย 
Energy & Power Signals |Solved Problems|
Energy & Power Signals |Solved Problems|Energy & Power Signals |Solved Problems|
Energy & Power Signals |Solved Problems|
ย 
Basic operation on Signals - Independent Variables |Problem solving technique|
Basic operation on Signals - Independent Variables |Problem solving technique|Basic operation on Signals - Independent Variables |Problem solving technique|
Basic operation on Signals - Independent Variables |Problem solving technique|
ย 
Operation on signals - Independent variables
Operation on signals - Independent variablesOperation on signals - Independent variables
Operation on signals - Independent variables
ย 
Operation on signals - Dependent variables
Operation on signals - Dependent variablesOperation on signals - Dependent variables
Operation on signals - Dependent variables
ย 
Elementary signals
Elementary signalsElementary signals
Elementary signals
ย 
Representation of discrete time signals
Representation of discrete time signalsRepresentation of discrete time signals
Representation of discrete time signals
ย 
Classification of Digital signals
Classification of Digital signalsClassification of Digital signals
Classification of Digital signals
ย 
Signals and Systems
Signals and SystemsSignals and Systems
Signals and Systems
ย 
Introduction to digital signal processor
Introduction to digital signal processorIntroduction to digital signal processor
Introduction to digital signal processor
ย 
Introduction to digital signal processing
Introduction to digital signal processingIntroduction to digital signal processing
Introduction to digital signal processing
ย 

Recently uploaded

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 

Recently uploaded (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
ย 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
ย 
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Netaji Nagar, Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
ย 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
ย 

Discrete Time Systems & its classifications

  • 1. 15EE55C โ€“ DIGITAL SIGNAL PROCESSING AND ITS APPLICATIONS DISCRETE TIME SYSTEMS Dr. M. Bakrutheen AP(SG)/EEE Mr. K. Karthik Kumar AP/EEE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING NATIONAL ENGINEERING COLLEGE, K.R. NAGAR, KOVILPATTI โ€“ 628 503 (An Autonomous Institution, Affiliated to Anna University โ€“ Chennai)
  • 2. SYSTEMS ๏‚ข System is a device or combination of devices, which can operate on signals and produces corresponding response. ๏‚ข Input to a system is called as excitation and output from it is called as response. ๏‚ข For one or more inputs, the system can have one or more outputs. ๏‚ข Example: Communication System ๏‚ข A system is defined mathematically as a unique operator or transformation that maps an input signal in to an output signal. ๏‚ข This is defined as y(n) = T[x(n)] where x(n) is input signal, y(n) is output signal, T[] is transformation that characterizes the system behavior.
  • 3. CONTINUOUS AND DISCRETE TIME SYSTEMS ๏‚ข One of the most important distinctions to understand is the difference between discrete time and continuous time systems. ๏‚ข A system in which the input signal and output signal both have continuous domains is said to be a continuous system. ๏‚ข One in which the input signal and output signal both have discrete domains is said to be a continuous system. ๏‚ข Of course, it is possible to conceive of signals that belong to neither category, such as systems in which sampling of a continuous time signal or reconstruction from a discrete time signal take place.
  • 4. REPRESENTATIONS OF DISCRETE TIME SYSTEMS ๏‚ข Difference Equations ๏‚ข Block diagram
  • 5. DIFFERENCE EQUATIONS REPRESENTATIONS OF DISCRETE TIME SYSTEMS ๏‚ข One of the most important concepts of DSP is to be able to properly represent the input/output relationship to a given DT system. ๏‚ข A linear constant-coefficient difference equation (LCCDE) serves as a way to express just this relationship in a discrete-time system. ๏‚ข Writing the sequence of inputs and outputs, which represent the characteristics of the DT system, as a difference equation help in understanding and manipulating a system. ๏‚ข An equation that shows the relationship between consecutive values of a sequence and the differences among them. ๏‚ข They are often rearranged as a recursive formula so that a systems output can be computed from the input signal and past outputs.
  • 6. DIFFERENCE EQUATIONS REPRESENTATIONS OF DISCRETE TIME SYSTEMS ๏‚ข In discrete-time systems, essential features of input and output signals appear only at specific instants of time, and they may not be defined between discrete time steps or they may be constant. ๏‚ข These systems are also called the sequential systems. ๏‚ข X and x(n) are used to represent the input. ๏‚ข They are described by difference equations. ๏‚ข A general Nth-order linear constant-coefficient differential equation can be written as ๏‚ข Example ๏‚ข y[n]+7y[nโˆ’1]+2y[nโˆ’2]=x[n]โˆ’4x[nโˆ’1] ๏‚ข y[n] = x[n] โˆ’ x[n โˆ’ 1]
  • 7. BLOCK DIAGRAM REPRESENTATIONS OF DISCRETE TIME SYSTEMS ๏‚ข In order to introduce a block diagram representation of discrete time systems, we need to define some basic blocks that can be interconnected to form complex systems.
  • 8. CLASSIFICATIONS OF DISCRETE TIME SYSTEMS ๏‚ข In the analysis as well as in the design of systems, it is desirable to classify the systems according to the general properties that they satisfy. ๏‚ข For a system to possess a given property, the property must hold for every possible input signal to the system. ๏‚ข If a property holds for some input signals but for others, the system does not possess the property. ๏‚ข General Categories are: ๏‚— Static systems ๏‚— Time - invariant systems ๏‚— Linear systems ๏‚— Causal systems ๏‚— Stable systems
  • 9. STATIC AND DYNAMIC SYSTEMS - STATIC ๏‚ข In static system the outputs at present instant depends only on present inputs. ๏‚ข These systems are also called as memory less systems as the system output at give time is dependent only on the inputs at that same time.
  • 10. STATIC AND DYNAMIC SYSTEMS - DYNAMIC ๏‚ข Dynamic systems are those in which the output at present instant depends on past inputs and past outputs. ๏‚ข These are also called as systems with memory as the system output needs to store information regarding the past inputs or outputs.
  • 11. STATIC AND DYNAMIC SYSTEMS - EXAMPLES
  • 12. TIME VARIANT AND TIME INVARIANT SYSTEMS ๏‚ข A system is said to be time variant system if its response varies with time. ๏‚ข If the system response to an input signal does not change with time such system is termed as time invariant system. The behavior and characteristics of time variant system are fixed over time. ๏‚ข In time invariant systems if input is delayed by time n0 the output will also gets delayed by n0. Mathematically it is specified as follows y(n) = T[x(n)] y(n-n0) = T[x(n-n0)] Where, n0 is the time delay. ๏‚ข Time invariance minimizes the complexity involved in the analysis of systems. Most of the systems in practice are time invariant systems.
  • 13. LINEAR AND NON LINEAR SYSTEMS ๏‚ข A linear system is one which satisfies the principle of superposition and homogeneity or scaling ๏‚ข Consider a linear system characterized by the transformation operator T[]. Let x1, x2 are the inputs applied to it and y1, y2 are the outputs. Then the following equations hold for a linear system y1(n) = T[x1(n)], y2 = T[x2(n)] ๏‚ข Principle of homogeneity: ๏‚— T [a*x1(n)] = a*y1(n), T [b*x2(n)] = =b*y2(n) ๏‚ข Principle of superposition: ๏‚— T [x1(n)] + T [x2(n)] = y1(n)+y2(n) ๏‚ข Linearity: ๏‚— T [a*x1(n)] + T [b*x2(n)] = a*y1(n)+b*y2(n) .
  • 14. LINEAR AND NON LINEAR SYSTEMS - EXAMPLES
  • 15. CAUSAL AND NON CAUSAL SYSTEMS ๏‚ข The principle of causality states that the output of a system always succeeds input. ๏‚ข A system for which the principle of causality holds is defined as causal system. ๏‚ข If an input is applied to a system at time n=0 then the output of a causal system is zero for n<0. ๏‚ข If the output depends on present and past inputs then system is casual otherwise non casual. ๏‚ข A system in which output (response) precedes input is known as Non causal system. ๏‚ข If an input is applied to a system at time n=0 s then the output of a non causal system is non zero for n<0. ๏‚ข Such systems are referred as non-anticipative as the system output does not anticipate future values of input. ๏‚ข Non causal systems do not exist in practice.
  • 16. CAUSAL AND NON CAUSAL SYSTEMS - EXAMPLES
  • 17. STABLE AND UNSTABLE SYSTEMS ๏‚ข Most of the control system theory involves estimation of stability of systems. ๏‚ข Stability is an important parameter which determines its applicability. ๏‚ข Stability of a system is formulated in bounded input bounded output sense i.e. a system is stable if its response is bounded for a bounded input (bounded means finite). ๏‚ข An unstable system is one in which the output of the system is unbounded for a bounded input. ๏‚ข The response of an unstable system diverges to infinity.
  • 18. STABLE AND UNSTABLE SYSTEMS - EXAMPLES
  • 19. STABLE AND UNSTABLE SYSTEMS ๏‚ข A system is said to be invertible if distinct inputs lead to distinct outputs. ๏‚ข For such a system there exists an inverse transformation (inverse system) denoted by T-1[] which maps the outputs of original systems to the inputs applied. ๏‚ข Accordingly we can write TT-1 = T-1T = I Where I = 1 one for single input and single output systems. ๏‚ข A non-invertible system is one in which distinct inputs leads to same outputs. For such a system an inverse system will not exist.