Digital Signal Processing 1st Lec
Digital Signal Processing 1st Lec
PROCESSING
LECTURE OUTLINE
• Signals
• Types of signals
• Classification of signals
• Discrete-Time Signals
• Representation of signals
•Mathematical
•Functional
•Tabular
•Graphical
• Key Elements of DSP
•Unit Step
•Unit Impulse
•Ramp Function
LECTURE OUTLINE
• Systems
• Representation of a system
• Types of system
• Linear Systems vs Nonlinear Systems
• Time-Invariant Systems vs Time-Varying Systems
• Causal Systems vs Non-Causal Systems
• Linear System vs Nonlinear System
• Memory vs Memory-less Systems
• LTI Systems (Linear Time invariant system)
• LTI Properties
Introduction to Signals
Signals are used to convey information between humans and machines.
They are represented mathematically as functions of one or more
independent variables, such as time. These independent variables can
be either continuous or discrete. Signals can also have either a
continuous or a discrete-variable representation. Digital signals are
those which have both discrete time and amplitude.
Types Of Signals
• Analog Signals:
• Analog signals are continuous in both time and amplitude.
• They represent information as varying voltage levels, currents, or other
continuous physical quantities.
• Examples include audio signals, analog video signals, and signals in the natural
world like temperature and pressure variations.
• Digital Signals:
• Digital signals are discrete in both time and amplitude.
• They represent information using a finite number of discrete values, typically in a
binary format (0s and 1s).
• Digital signals are used extensively in computers, telecommunications, and
digital electronics.
Classification Of Signals
• Continuous-Time vs. Discrete-Time Signals:
• Continuous-Time Signals: Signals that vary with respect to continuous time.
• Discrete-Time Signals: Signals that are sampled at discrete time intervals.
• Functional • Tabular
In the functional representation of In the tabular representation of discrete
discrete time signals, the time signals, the sampling instant n and
magnitude of the signal is written the magnitude of the discrete time signal
against the values of n. Therefore, at the corresponding sampling instant are
the above discrete time signal x(n) represented in the form of a table. The
can be represented using above discrete time signal x(n) can be
functional representation as given represented in the tabular form as given
below. below.
Unit Step Sequence is a fundamental sequence in Digital Signal Processing (DSP). Unit step sequences are used for
modeling signals with abrupt changes, such as turning on or off a signal.
It represents an instantaneous change in value at a specific time or index. It is widely used to describe events that start or
stop abruptly, making it valuable for modeling switching systems or onset of phenomena.
• Definition: Denoted as u[n], it is defined as u[n] = 1 for n ≥ 0 and u[n] = 0 for n < 0.
• Applications: They find applications in system analysis, convolution, and signals.
Unit Impulse Sequence in DSP
Unit Sample Sequence, often referred to as an impulse sequence, is a crucial concept in DSP. Unit sample
sequences are building blocks for representing discrete signals and systems.
The impulse function is a mathematical abstraction that models an infinitesimally short-duration, high-
amplitude pulse. It is fundamental in signal processing for analyzing systems' responses to impulsive or sudden
disturbances, such as in convolution operations.
• Definition: The ramp function, often denoted as r(t) or r[n] for discrete-time signals.
• Applications: model gradual changes in setpoints and motion profiles. They also find application in signal modulation
and as mathematical tools for integration.
System
s
A system is a mathematical or physical entity that processes or transforms input signals
to produce output signals. Systems can be classified as linear or nonlinear, time-
invariant or time-varying, and causal or non-causal.
Examples:
• Communication Systems: Communication systems involve various signal processing
components like modulators, demodulators, and channel equalizers to transmit and
receive information signals through channels, such as radio or optical fiber.
• Control Systems: Control systems use feedback mechanisms to regulate the behavior
of dynamic systems. Examples include thermostat-controlled heating systems and
autopilot systems in aircraft.
• Digital Signal Processors (DSPs): DSPs are programmable systems used to perform
various signal processing tasks, such as audio and video compression, speech
recognition, and image enhancement.
Representation of System
A system takes a signal as an input and transform it into another signal
In a broader sense we can say that a system is the ratio of output to input
Types of Systems
• Linear Systems vs Nonlinear Systems
• Time-Invariant Systems vs Time-Varying Systems
• Causal Systems vs Non-Causal Systems
• Linear System vs Nonlinear System
• Memory vs Memoryless System
• Linear Systems vs Nonlinear Systems:
• Linear Systems: Output varies directly with input; for instance, doubling the input results in a
doubled output. Example: A resistor in an electrical circuit follows Ohm's Law.
• Nonlinear Systems: Output doesn't follow a direct proportion to input; for instance, a diode in an
electrical circuit has a nonlinear voltage-current relationship.
Memoryless System:
A memoryless system is one in which the output depends solely on the present input, with no
consideration of past input values. These systems do not retain any information about past inputs and
produce output solely based on the current input.
• Example of a Memoryless System: A simple multiplication operation is a memoryless system. When
you multiply two numbers, the result is entirely determined by the values of those numbers at that
moment, without any influence from past values.
LTI Systems (Linear Time Invariance)
• Linear time-invariant systems (LTI systems) are a class of systems used in signals and systems that are both
linear and time-invariant.
Time-invariant systems are systems where the output does not depend on when an input was applied. These
properties make LTI systems easy to represent and understand graphically.
• A linear time-invariant (LTI) system can be represented by its impulse response (Figure). More specifically, if
X(t) is the input signal to the system, the output, Y(t), can be written as
Y(t)=∫∞−∞h(α)X(t−α)dα=∫∞−∞X(α)h(t−α)dα.
Properties of LTI
• Linearity
• Time-Invariance
• Causality
• Stability
• Linearity in Frequency Domain
• Time-Domain Convolution
• Frequency Response