SlideShare a Scribd company logo
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.
Ad

More Related Content

What's hot (20)

Signals and Systems: Energy and Power Signals
Signals and Systems: Energy and Power SignalsSignals and Systems: Energy and Power Signals
Signals and Systems: Energy and Power Signals
nishtha97
 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
INDIAN NAVY
 
Chapter2 - Linear Time-Invariant System
Chapter2 - Linear Time-Invariant SystemChapter2 - Linear Time-Invariant System
Chapter2 - Linear Time-Invariant System
Attaporn Ninsuwan
 
Digital Communication: Information Theory
Digital Communication: Information TheoryDigital Communication: Information Theory
Digital Communication: Information Theory
Dr. Sanjay M. Gulhane
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
001Abhishek1
 
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift KeyingPhase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Naveen Jakhar, I.T.S
 
Multirate DSP
Multirate DSPMultirate DSP
Multirate DSP
@zenafaris91
 
M ary psk modulation
M ary psk modulationM ary psk modulation
M ary psk modulation
Ahmed Diaa
 
Cellular Network -Ground Reflectio (Two Ray) Model.pdf
Cellular Network -Ground Reflectio (Two Ray) Model.pdfCellular Network -Ground Reflectio (Two Ray) Model.pdf
Cellular Network -Ground Reflectio (Two Ray) Model.pdf
vpshinde1
 
Types of system
Types of system Types of system
Types of system
mihir jain
 
Stability of Control System
Stability of Control SystemStability of Control System
Stability of Control System
vaibhav jindal
 
UNIT-3 : CHANNEL CODING
UNIT-3 : CHANNEL CODINGUNIT-3 : CHANNEL CODING
UNIT-3 : CHANNEL CODING
abhishek reddy
 
Fading & Doppler Effect
Fading & Doppler EffectFading & Doppler Effect
Fading & Doppler Effect
Swapnil Bangera
 
Discrete Time Fourier Transform
Discrete Time Fourier TransformDiscrete Time Fourier Transform
Discrete Time Fourier Transform
Waqas Afzal
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
Oladapo Abiodun
 
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Madhumita Tamhane
 
Delta Modulation & Adaptive Delta M.pptx
Delta Modulation & Adaptive Delta M.pptxDelta Modulation & Adaptive Delta M.pptx
Delta Modulation & Adaptive Delta M.pptx
rubini Rubini
 
Equalization
EqualizationEqualization
Equalization
@zenafaris91
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
Jay Baria
 
Mathematical model for communication channels
Mathematical model for communication channelsMathematical model for communication channels
Mathematical model for communication channels
safeerakd
 
Signals and Systems: Energy and Power Signals
Signals and Systems: Energy and Power SignalsSignals and Systems: Energy and Power Signals
Signals and Systems: Energy and Power Signals
nishtha97
 
1.introduction to signals
1.introduction to signals1.introduction to signals
1.introduction to signals
INDIAN NAVY
 
Chapter2 - Linear Time-Invariant System
Chapter2 - Linear Time-Invariant SystemChapter2 - Linear Time-Invariant System
Chapter2 - Linear Time-Invariant System
Attaporn Ninsuwan
 
Digital Communication: Information Theory
Digital Communication: Information TheoryDigital Communication: Information Theory
Digital Communication: Information Theory
Dr. Sanjay M. Gulhane
 
Signal classification of signal
Signal classification of signalSignal classification of signal
Signal classification of signal
001Abhishek1
 
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift KeyingPhase Shift Keying & π/4 -Quadrature Phase Shift Keying
Phase Shift Keying & π/4 -Quadrature Phase Shift Keying
Naveen Jakhar, I.T.S
 
M ary psk modulation
M ary psk modulationM ary psk modulation
M ary psk modulation
Ahmed Diaa
 
Cellular Network -Ground Reflectio (Two Ray) Model.pdf
Cellular Network -Ground Reflectio (Two Ray) Model.pdfCellular Network -Ground Reflectio (Two Ray) Model.pdf
Cellular Network -Ground Reflectio (Two Ray) Model.pdf
vpshinde1
 
Types of system
Types of system Types of system
Types of system
mihir jain
 
Stability of Control System
Stability of Control SystemStability of Control System
Stability of Control System
vaibhav jindal
 
UNIT-3 : CHANNEL CODING
UNIT-3 : CHANNEL CODINGUNIT-3 : CHANNEL CODING
UNIT-3 : CHANNEL CODING
abhishek reddy
 
Discrete Time Fourier Transform
Discrete Time Fourier TransformDiscrete Time Fourier Transform
Discrete Time Fourier Transform
Waqas Afzal
 
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Madhumita Tamhane
 
Delta Modulation & Adaptive Delta M.pptx
Delta Modulation & Adaptive Delta M.pptxDelta Modulation & Adaptive Delta M.pptx
Delta Modulation & Adaptive Delta M.pptx
rubini Rubini
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
Jay Baria
 
Mathematical model for communication channels
Mathematical model for communication channelsMathematical model for communication channels
Mathematical model for communication channels
safeerakd
 

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
INDIAN NAVY
 
Basic System Properties.ppt
Basic System Properties.pptBasic System Properties.ppt
Basic System Properties.ppt
YashhKalal
 
Systems and their properties
Systems and their propertiesSystems and their properties
Systems and their properties
Prarthan P
 
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
 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systems
babak danyal
 
Systems ppt
Systems pptSystems ppt
Systems ppt
vasanth kumar
 
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
 
DTSP UNIT I - INTRODUCTION.pptx
DTSP UNIT I - INTRODUCTION.pptxDTSP UNIT I - INTRODUCTION.pptx
DTSP UNIT I - INTRODUCTION.pptx
MuthuKumar158260
 
signal and system Lecture 3
signal and system Lecture 3signal and system Lecture 3
signal and system Lecture 3
iqbal ahmad
 
Intro to control system and introduction to block diagram used in it
Intro to control system and introduction to block diagram used in  itIntro to control system and introduction to block diagram used in  it
Intro to control system and introduction to block diagram used in it
rahultri3331
 
signal and systems basics for engineering
signal and systems  basics for engineeringsignal and systems  basics for engineering
signal and systems basics for engineering
ArunaDeviAssociatePr
 
Signal
SignalSignal
Signal
vishalgohel12195
 
DSP Implementation of Discrete Time System
DSP Implementation of Discrete Time SystemDSP Implementation of Discrete Time System
DSP Implementation of Discrete Time System
MohammadAmeen52
 
ssppt-170414031953.pdf
ssppt-170414031953.pdfssppt-170414031953.pdf
ssppt-170414031953.pdf
AnalBhandari
 
Signal & System Assignment
Signal & System Assignment Signal & System Assignment
Signal & System Assignment
sazzadhossain234
 
Unit1 pg math model
Unit1 pg math modelUnit1 pg math model
Unit1 pg math model
Dr.Gaurang Shah
 
Introduction to Control Systems Engineering
Introduction to Control Systems EngineeringIntroduction to Control Systems Engineering
Introduction to Control Systems Engineering
Siyum Tsega Balcha
 
BEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIBEC- 26 control systems_unit-II
BEC- 26 control systems_unit-II
Shadab Siddiqui
 
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
Amr E. Mohamed
 
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
INDIAN NAVY
 
Basic System Properties.ppt
Basic System Properties.pptBasic System Properties.ppt
Basic System Properties.ppt
YashhKalal
 
Systems and their properties
Systems and their propertiesSystems and their properties
Systems and their properties
Prarthan P
 
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
 
Lecture3 Signal and Systems
Lecture3 Signal and SystemsLecture3 Signal and Systems
Lecture3 Signal and Systems
babak danyal
 
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
 
DTSP UNIT I - INTRODUCTION.pptx
DTSP UNIT I - INTRODUCTION.pptxDTSP UNIT I - INTRODUCTION.pptx
DTSP UNIT I - INTRODUCTION.pptx
MuthuKumar158260
 
signal and system Lecture 3
signal and system Lecture 3signal and system Lecture 3
signal and system Lecture 3
iqbal ahmad
 
Intro to control system and introduction to block diagram used in it
Intro to control system and introduction to block diagram used in  itIntro to control system and introduction to block diagram used in  it
Intro to control system and introduction to block diagram used in it
rahultri3331
 
signal and systems basics for engineering
signal and systems  basics for engineeringsignal and systems  basics for engineering
signal and systems basics for engineering
ArunaDeviAssociatePr
 
DSP Implementation of Discrete Time System
DSP Implementation of Discrete Time SystemDSP Implementation of Discrete Time System
DSP Implementation of Discrete Time System
MohammadAmeen52
 
ssppt-170414031953.pdf
ssppt-170414031953.pdfssppt-170414031953.pdf
ssppt-170414031953.pdf
AnalBhandari
 
Signal & System Assignment
Signal & System Assignment Signal & System Assignment
Signal & System Assignment
sazzadhossain234
 
Introduction to Control Systems Engineering
Introduction to Control Systems EngineeringIntroduction to Control Systems Engineering
Introduction to Control Systems Engineering
Siyum Tsega Balcha
 
BEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIBEC- 26 control systems_unit-II
BEC- 26 control systems_unit-II
Shadab Siddiqui
 
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
Amr E. Mohamed
 
Ad

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)
National Engineering College
 
ADC An Introduction
ADC An IntroductionADC An Introduction
ADC An Introduction
National Engineering College
 
LTI system causality and stability
LTI system   causality and stabilityLTI system   causality and stability
LTI system causality and stability
National Engineering College
 
Arbitrary representation of sequence
Arbitrary representation of sequenceArbitrary representation of sequence
Arbitrary representation of sequence
National Engineering College
 
Classification of Systems - Additional Solved Problems
Classification of Systems - Additional Solved ProblemsClassification of Systems - Additional Solved Problems
Classification of Systems - Additional Solved Problems
National Engineering College
 
Stable & Unstable Systems |Solved problems|
Stable & Unstable Systems |Solved problems|Stable & Unstable Systems |Solved problems|
Stable & Unstable Systems |Solved problems|
National Engineering College
 
Linear & Non-Linear Systems |Solved problems|
Linear & Non-Linear Systems |Solved problems|Linear & Non-Linear Systems |Solved problems|
Linear & Non-Linear Systems |Solved problems|
National Engineering College
 
Causal & Non-Causal Systems |Solved problems|
Causal & Non-Causal Systems |Solved problems|Causal & Non-Causal Systems |Solved problems|
Causal & Non-Causal Systems |Solved problems|
National Engineering College
 
Static & Dynamic Systems |Solved problems|
Static & Dynamic Systems |Solved problems|Static & Dynamic Systems |Solved problems|
Static & Dynamic Systems |Solved problems|
National Engineering College
 
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
National Engineering College
 
Even & Odd Signals |Solved Problems|
Even & Odd Signals |Solved Problems|Even & Odd Signals |Solved Problems|
Even & Odd Signals |Solved Problems|
National Engineering College
 
Energy & Power Signals |Solved Problems|
Energy & Power Signals |Solved Problems|Energy & Power Signals |Solved Problems|
Energy & Power Signals |Solved Problems|
National Engineering College
 
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|
National Engineering College
 
Operation on signals - Independent variables
Operation on signals - Independent variablesOperation on signals - Independent variables
Operation on signals - Independent variables
National Engineering College
 
Operation on signals - Dependent variables
Operation on signals - Dependent variablesOperation on signals - Dependent variables
Operation on signals - Dependent variables
National Engineering College
 
Elementary signals
Elementary signalsElementary signals
Elementary signals
National Engineering College
 
Representation of discrete time signals
Representation of discrete time signalsRepresentation of discrete time signals
Representation of discrete time signals
National Engineering College
 
Classification of Digital signals
Classification of Digital signalsClassification of Digital signals
Classification of Digital signals
National Engineering College
 
Signals and Systems
Signals and SystemsSignals and Systems
Signals and Systems
National Engineering College
 
Introduction to digital signal processor
Introduction to digital signal processorIntroduction to digital signal processor
Introduction to digital signal processor
National Engineering College
 
Classification of Systems - Additional Solved Problems
Classification of Systems - Additional Solved ProblemsClassification of Systems - Additional Solved Problems
Classification of Systems - Additional Solved Problems
National Engineering College
 
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
National Engineering College
 
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|
National Engineering College
 
Ad

Recently uploaded (20)

introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
Guru Nanak Technical Institutions
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Physical and Physic-Chemical Based Optimization Methods: A Review
Physical and Physic-Chemical Based Optimization Methods: A ReviewPhysical and Physic-Chemical Based Optimization Methods: A Review
Physical and Physic-Chemical Based Optimization Methods: A Review
Journal of Soft Computing in Civil Engineering
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdfML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
rameshwarchintamani
 
Machine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATIONMachine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATION
DarrinBright1
 
Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025
Antonin Danalet
 
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control
 
Modeling the Influence of Environmental Factors on Concrete Evaporation Rate
Modeling the Influence of Environmental Factors on Concrete Evaporation RateModeling the Influence of Environmental Factors on Concrete Evaporation Rate
Modeling the Influence of Environmental Factors on Concrete Evaporation Rate
Journal of Soft Computing in Civil Engineering
 
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdfSmart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
PawachMetharattanara
 
Construction-Chemicals-For-Waterproofing.ppt
Construction-Chemicals-For-Waterproofing.pptConstruction-Chemicals-For-Waterproofing.ppt
Construction-Chemicals-For-Waterproofing.ppt
ssuser2ffcbc
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Journal of Soft Computing in Civil Engineering
 
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
Reflections on Morality, Philosophy, and History
 
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
ijdmsjournal
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdfML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
rameshwarchintamani
 
Machine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATIONMachine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATION
DarrinBright1
 
Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025
Antonin Danalet
 
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdfSmart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
PawachMetharattanara
 
Construction-Chemicals-For-Waterproofing.ppt
Construction-Chemicals-For-Waterproofing.pptConstruction-Chemicals-For-Waterproofing.ppt
Construction-Chemicals-For-Waterproofing.ppt
ssuser2ffcbc
 
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
ijdmsjournal
 

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.
  翻译: