SlideShare a Scribd company logo
1 of 87
UNIT I
INTRODUCTION
1
20EE604-DISCRETE TIME
SIGNAL PROCESSING
UNIT I INTRODUCTION
๏‚— Classification of systems: Continuous, discrete,
linear, causal, stability, dynamic, recursive, and time
variance. Classification of signals: Continuous,
discrete, energy and power โ€“ Power and energy
density. Analog to Digital conversion: Sampling
techniques, quantization, quantization error, sampling
theorem.
2
Signal
๏‚— Signals constitute an important part of our daily life.
Anything that carries some information is called a signal.
๏‚— A signal is defined as a single-valued function of one or
more independent variables which contain some
information.
๏‚— A signal is also defined as a physical quantity that varies
with time, space or any other independent variable.
๏‚— A signal may be represented in time domain or frequency
domain. Human speech is a familiar example of a signal.
๏‚— Electric current and voltage are also examples of signals.
๏‚— A signal can be a function of one or more independent
variables. A signal may be a function of time, temperature,
position, pressure, distance etc.
๏‚— If a signal depends on only one independent variable, it is
called a one dimensional signal, and if a signal depends
on two independent variables, it is called a two
3
System
๏‚— A system is defined as an entity that acts on an input
signal and transforms it into an output signal.
๏‚— A system is also defined as a set of elements or
fundamental blocks which are connected together
and produces an output in response to an input
signal.
๏‚— It is a cause-and effect relation between two or more
signals.
๏‚— The actual physical structure of the system
determines the exact relation between the input x(n)
and the output y(n), and specifies the output for every
input.
๏‚— Systems may be single-input and single-output
systems or multi-input and multi-output systems.
4
Signal processing
๏‚— Signal processing is a method of extracting
information from the signal which in turn depends on
the type of signal and the nature of information it
carries.
๏‚— Signal processing is concerned with representing signals
in the mathematical terms and extracting information by
carrying out algorithmic operations on the signal.
๏‚— Digital signal processing has many advantages over
analog signal processing. Some of these are as follows:
๏‚— Digital circuits do not depend on precise values of digital
signals for their operation.
๏‚— Digital circuits are less sensitive to changes in component
values. They are also less sensitive to variations in
temperature, ageing and other external parameters.
5
๏‚— In a digital processor, the signals and system coefficients
are represented as binary words. This enables one to
choose any accuracy by increasing or decreasing the
number of bits in the binary word.
๏‚— Digital processing of a signal facilitates the sharing of a
single processor among a number of signals by time
sharing. This reduces the processing cost per signal.
๏‚— Digital implementation of a system allows easy
adjustment of the processor characteristics during
processing.
๏‚— Linear phase characteristics can be achieved only with
digital filters. Also multirate processing is possible only in
the digital domain.
๏‚— Digital circuits can be connected in cascade without any
loading problems, whereas this cannot be easily done
with analog circuits.
๏‚— Storage of digital data is very easy.
6
Drawbacks:
๏‚— Digital processing needs โ€˜preโ€™ and โ€˜postโ€™ processing devices like
analog-to-digital and digital-to-analog converters and associated
reconstruction filters. This increases the complexity of the digital
system.
๏‚— Digital techniques suffer from frequency limitations.
๏‚— Digital systems are constructed using active devices which consume
power whereas analog processing algorithms can be implemented
using passive devices which do not consume power. Moreover, active
devices are less reliable than passive components.
๏‚— The digital signal processor may be a large programmable digital
computer or a small microprocessor programmed to perform the
desired operations on the input signal.
๏‚— It may also be a hardwired digital processor configured to perform a
specified set of operations on the input signal.
๏‚— DSP has many applications. Some of them are: Speech
processing, Communication, Biomedical, Consumer electronics,
Seismology and Image processing.
7
Block Diagram of DSP
8
Discrete-time signals
๏‚— Discrete-time signals are signals which are defined
only at discrete instants of time. For those signals,
the amplitude between the two time instants is just
not defined. For discrete time signal the independent
variable is time n, and it is represented by x(n).
๏‚— There are following four ways of representing
discrete-time signals:
1. Graphical representation
2. Functional representation
3. Tabular representation
4. Sequence representation
9
Representation of discrete-time signals
10
Discrete time systems
๏‚— A continuous-time system is one which transforms
continuous-time input signals into continuous-time
output signals, whereas a discrete-time system is one
which transforms discrete-time input signals into
discrete-time output signals.
๏‚— For example microprocessors, semiconductor
memories, shift registers, etc. are discrete time
systems.
๏‚— Generally, the input is denoted by x(n) and the output
is denoted by y(n).
y(n) = T[x(n)]
11
๏‚— Both continuous-time and discrete-time systems are
further classified as follows:
1. Static (memoryless) and dynamic (memory) systems
2. Causal and non-causal systems
3. Linear and non-linear systems
4. Time-invariant and time varying systems
5. Stable and unstable systems.
6. Invertible and non-invertible systems
7. FIR and IIR systems
12
Static system
๏‚— A system is said to be static or memoryless if the
response is due to present input alone, i.e., for a
static or memoryless system, the output at any
instant n depends only on the input applied at that
instant n but not on the past or future values of input
or past values of output.
๏‚— For example, the systems defined below are static or
memoryless systems.
13
Dynamic system
๏‚— A system is said to be dynamic or memory system if the
response depends upon past or future inputs or past
outputs. A summer or accumulator, a delay element is a
discrete time system with memory.
๏‚— For example, the systems defined below are dynamic or
memory systems.
y(n) = x(2n)
y(n) = x(n) + x(n โ€“ 2)
y(n) + 4y(n โ€“ 1) + 4y(n โ€“ 2) = x(n)
๏‚— Any discrete-time system described by a difference
equation is a dynamic system.
๏‚— A purely resistive electrical circuit is a static system,
whereas an electric circuit having inductors and/or
capacitors is a dynamic system.
๏‚— A discrete-time LTI system is memoryless (static) if its
impulse response h(n) is zero for nโ‰ 0.
๏‚— If the impulse response is not identically zero for nโ‰ 0,
then the system is called dynamic system or system with
memory.
14
15
Causal systems
๏‚— A system is said to be causal (or non-anticipative) if
the output of the system at any instant n depends
only on the present and past values of the input but
not on future inputs, i.e., for a causal system, the
impulse response or output does not begin before the
input function is applied, i.e., a causal system is non
anticipatory.
๏‚— Causal systems are real time systems. They are
physically realizable.
๏‚— The impulse response of a causal system is zero for
n < 0, since ฮด(n) exists only at n = 0, i.e.
h(n) = 0 for n < 0
๏‚— The examples for causal systems are:
y(n) = nx(n)
y(n) = x(n โ€“ 2) + x(n โ€“ 1) + x(n)
16
Non-causal system
๏‚— A system is said to be non-causal (anticipative) if the
output of the system at any instant n depends on
future inputs. They are anticipatory systems.
๏‚— They produce an output even before the input is
given. They do not exist in real time. They are not
physically realizable.
๏‚— A delay element is a causal system, whereas an
image processing system is a non-causal system.
๏‚— The examples for non-causal systems are:
y(n) = x(n) + x(2n)
y(n) = x2(n) + 2x(n + 2)
17
18
19
Linear and Non-linear system
๏‚— A system which obeys the principle of superposition
and principle of homogeneity is called a linear system
and a system which does not obey the principle of
superposition and homogeneity is called a non-linear
system.
๏‚— Homogeneity property means a system which
produces an output y(n) for an input x(n) must
produce an output ay(n) for an input ax(n).
๏‚— Superposition property means a system which
produces an output y1(n) for an input x1(n) and an
output y2(n) for an input x2(n) must produce an
output y1(n) + y2(n) for an input x1(n) + x2(n).
20
๏‚— Combining them we can say that a system is linear if
an arbitrary input x1(n) produces an output y1(n) and
an arbitrary input x2(n) produces an output y2(n),
then the weighted sum of inputs ax1(n) + bx2(n)
where a and b are constants produces an output
ay1(n) + by2(n) which is the sum of weighted outputs.
T(ax1(n) + bx2(n)] = aT[x1(n)] + bT[x2(n)]
๏‚— Simply we can say that a system is linear if the
output due to weighted sum of inputs is equal to the
weighted sum of outputs.
๏‚— In general, if the describing equation contains square
or higher order terms of input and/or output and/or
product of input/output and its difference or a
constant, the system will definitely be non-linear.
๏‚— Few examples of linear systems are filters,
communication channels etc.
21
systems
๏‚— Time-invariance is the property of a system which makes the
behaviour of the system independent of time. This means that
the behaviour of the system does not depend on the time at
which the input is applied.
๏‚— For discrete-time systems, the time invariance property is
called shift invariance.
๏‚— A system is said to be shift-invariant if its input/output
characteristics do not change with time, i.e., if a time shift in the
input results in a corresponding time shift in the output.
If T[x(n)] = y(n)
Then T[x(n โ€“ k)] = y(n โ€“ k)
๏‚— A system not satisfying the above requirements is called a
time-varying system (or shift varying system).
๏‚— A time-invariant system is also called a fixed system.
22
23
๏‚— If y(n, k) โ‰  y(n โ€“ k) i.e. if the delayed output is not equal to the
output due to delayed input, then the system is time-variant.
๏‚— If the discrete-time system is described by difference equation, the
time invariance can be found by observing the coefficients of the
difference equation.
๏‚— If all the coefficients of the difference equation are constants, then
the system is time invariant.
๏‚— The system described by y(n) + 3y(n โ€“ 1) + 5y(n โ€“ 2) = 2x(n) is
time-invariant system because all the coefficients are constants.
๏‚— If even one of the coefficient is function of time, then the system is
time-variant.
๏‚— The system described by y(n) โ€“ 2ny(n โ€“ 1) + 3n2y(n โ€“ 2) = x(n) +
x(n โ€“ 1) is time-varying system because all the coefficients are not
constant (Two are functions of time).
๏‚— The systems satisfying both linearity and time-invariant conditions
are called linear, time-invariant systems, or simply LTI systems.
24
Stable and unstable system
๏‚— A bounded signal is a signal whose magnitude is always a finite
value, i.e. |x(n) | โ‰ค M, where M is a positive real finite number.
For example a sine wave is a bounded signal.
๏‚— A system is said to be bounded-input, bounded-output (BIBO)
stable, if and only if every bounded input produces a bounded
output. The output of such a system does not diverge or does
not grow unreasonably large.
๏‚— Let the input signal x(n) be bounded (finite), i.e., |x(n) | โ‰ค Mx<โˆž
for all n
where Mx is a positive real number. If | y(n) | โ‰ค My <โˆž
๏‚— If the output y(n) is also bounded, then the system is BIBO
stable. Otherwise, the system is unstable. That is, we say that a
system is unstable even if one bounded input produces an
unbounded output.
25
๏‚— It is very important to know about the stability of the system.
Stability indicates the usefulness of the system.
๏‚— The stability can be found from the impulse response of the
system which is nothing but the output of the system for a
unit impulse input. If the impulse response is absolutely
summable for a discrete-time system, then the system is
stable.
26
27
28
29
The conditions for a BIBO stable system are given as
follows:
1. If the system transfer function is a rational function, the
degree of the numerator should not be larger than the
degree of the denominator.
2. The poles of the system must lie inside the unit circle in
the z-plane.
3. If a pole lies on the unit circle it must be a single order
pole, i.e. no repeated pole lies on the unit circle.
30
Recursive and Nonrecursive Systems
๏‚— A system whose output y(n) at time n depends on any
number of past output values as well as present and
past input is called a recursive system. The past output
are y(n-1), y(n-2), y(n-3), etc
y(n) = F [ y(n-1), y(n-2),โ€ฆy(n-N), x(n-1),โ€ฆx(n-M)]
๏‚— IIR systems are recursive system
๏‚— A system whose output does not depend on past output
but depend only on the present and past input is called a
nonrecursive system.
y(n) = F [x(n), x(n-1),โ€ฆx(n-M)]
๏‚— FIR systems are nonrecursive system
31
Classifications of Signal
๏‚— The signals can be classified based on their nature and characteristics in the time
domain. They are broadly classified as: (i) continuous-time signals and (ii)
discrete-time signals.
๏‚— The signals that are defined for every instant of time are known as continuous-
time signals. The continuous-time signals are also called analog signals. They are
denoted by x(t).
๏‚— They are continuous in amplitude as well as in time. Most of the signals available
are continuous-time signals.
๏‚— The signals that are defined only at discrete instants of time are known as
discrete-time signals. The discrete-time signals are continuous in amplitude, but
discrete in time.
๏‚— For discrete time signals, the amplitude between two time instants is just not
defined. For discrete-time signals, the independent variable is time n. Since they
are defined only at discrete instants of time, they are denoted by a sequence x(nT)
or simply by x(n) where n is an integer.
32
33
๏‚— Both continuous-time and discrete-time signals are
further classified as follows:
1. Deterministic and random signals
2. Periodic and non-periodic signals
3. Energy and power signals
4. Causal and non-causal signals
5. Even and odd signals
34
Deterministic and random signal
๏‚— A signal exhibiting no uncertainty of its magnitude and phase
at any given instant of time is called deterministic signal. A
deterministic signal can be completely represented by
mathematical equation at any time and its nature and
amplitude at any time can be predicted.
Examples: Sinusoidal sequence x(n) = cosฯ‰n, ramp
sequence x(n) = ฮฑn.
๏‚— A signal characterized by uncertainty about its occurrence is
called a non-deterministic or random signal. A random signal
cannot be represented by any mathematical equation. The
behaviour of such a signal is probabilistic in nature and can
be analyzed only stochastically.
๏‚— The pattern of such a signal is quite irregular. Its amplitude
and phase at any time instant cannot be predicted in
advance. A typical example of a non-deterministic signal is
35
signal
๏‚— A signal which has a definite pattern and repeats itself at regular
intervals of time is called a periodic signal.
๏‚— A signal which does not repeat at regular intervals of time is called
a non-periodic or aperiodic signal.
๏‚— A discrete-time signal x(n) is said to be periodic if it satisfies the
condition x(n) = x(n + N) for all integers n.
๏‚— The smallest value of N which satisfies the above condition is
known as fundamental period.
๏‚— If the above condition is not satisfied even for one value of n, then
the discrete-time signal is aperiodic. Sometimes aperiodic signals
are said to have a period equal to infinity.
36
37
Energy and Power Signal
๏‚— Signals may also be classified as energy signals and power
signals. However there are some signals which can neither be
classified as energy signals nor power signals.
38
Energy and Power Signal
๏‚— A signal is said to be an energy signal if and only if its total energy E
over the interval (-โˆž, โˆž) is finite (i.e., 0 < E < โˆž). For an energy signal,
average power P = 0.
๏‚— Non-periodic signals which are defined over a finite time (also called
time limited signals) are the examples of energy signals. Since the
energy of a periodic signal is always either zero or infinite, any
periodic signal cannot be an energy signal.
๏‚— A signal is said to be a power signal, if its average power P is finite
(i.e., 0 < P < โˆž). For a power signal, total energy E = โˆž. Periodic
signals are the examples of power signals.
๏‚— Every bounded and periodic signal is a power signal. But it is true that
a power signal is not necessarily a bounded and periodic signal.
๏‚— Both energy and power signals are mutually exclusive, i.e. no signal
can be both energy signal and power signal.
39
Energy and Power Signal
๏‚— The signals that do not satisfy the above properties are
neither energy signals nor power signals. For example, x(n) =
nu(n), x(n) = nยฒu(n).
๏‚— These are signals for which neither P nor E are finite. If the
signals contain infinite energy and zero power or infinite
energy and infinite power, they are neither energy nor power
signals.
๏‚— If the signal amplitude becomes zero as lnlโ†’ โˆž, it is an
energy signal, and if the signal amplitude does not become
zero as lnl โ†’ โˆž, it is a power signal.
40
Causal and Non-causal Signals
๏‚— A discrete-time signal x(n) is said to be causal if x(n) = 0 for n
< 0, otherwise the signal is non-causal.
๏‚— A discrete-time signal x(n) is said to be anti-causal if x(n) = 0
for n > 0.
๏‚— A causal signal does not exist for negative time and an anti-
causal signal does not exist for positive time.
๏‚— A signal which exists in positive as well as negative time is
called a
non-casual signal.
๏‚— u(n) is a causal signal and u(-n) an anti-causal signal,
whereas x(n) = 1 for - 2 โ‰ค n โ‰ค3 is a non-causal signal.
41
Even and Odd Signals
๏‚— Any signal x(n) can be expressed as sum of even and odd components.
That is x(n) = xe(n) + xo(n)
where xe(n) is even components and xo(n) is odd components of the
signal.
Even (symmetric) signal
A discrete-time signal x(n) is said to be an even (symmetric) signal if it
satisfies the condition: x(n) = x(-n) for all n
Even signals are symmetrical about the vertical axis or time origin. Hence
they are also
called symmetric signals: cosine sequence is an example of an even
signal.
An even signal is identical to its reflection about the origin. For an even
signal xo(n) = 0.
42
๏‚— Odd (anti-symmetric) signal
A discrete-time signal x(n) is said to be an odd (anti-symmetric)
signal if it satisfies the condition:
x(-n) = x(n) for all n
๏‚— Odd signals are anti-symmetrical about the vertical axis. Hence
they are called anti-symmetric signals. Sinusoidal sequence is an
example of an odd signal. For an odd signal Xe(n) = 0.
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Analog to Digital conversion
๏‚— The signals that are continuous in time and amplitude are called as
analog signals.
๏‚— Most of the signals that are being generated from primary source are
analog in nature. The signals used in practical purpose like speech,
video, seismic, radar, sonar, biological etc., are basically analog signals.
๏‚— To process these signals digital form. This process is called Analog to
Digital conversion and the device used for this purpose is called as an
Analog to Digital converter.
After processing the output digital signal is converted back into analog
form by the use of a Digital to Analog converter.
๏‚—
62
Sampler
๏‚— The process of conversion of a
continuous time signal xa(t) into a
discrete time signal x(n) is known as
sampling. The circuit used for this
purpose is called as a sampler.
๏‚— The analog signal is given as input to the
sampler and the output samples are
obtained at regular intervals (T), known
as Sampling Interval.
๏‚— The continuous time variable 't' and the
discrete time variable (n) are related as
follows.
t = nT
where n = 0,1,2,3...
Tโ†’ Sampling interval
Hence xa(t) and x(n) are related as
xa(t) = xa(nT) = x(n)
63
๏‚— The sampler is basically a switch which cuts off the incoming
analog signal which samples.
๏‚— The sampler switch operates at the sampling rate of F, and is
given by
๏‚— The sampling rate Fs is also called as the sampling frequency
and can be expressed as samples/second or as hertz.
64
Summary of continuous and discrete time frequency
relationship
65
Aliasing
66
67
Sampling Techniques โ€“ Impulse sampling
๏‚— This sampling techniques is also called as ideal sampling. In this
technique sampling is performed by multiplying input signal x(t)
with impulse train
of period of T. Here the amplitude of impulse
changes with respect
to the amplitude of the input signal x(t)
๏‚— But this sampling technique cannot be used in practice, since the
pulse width cannot be zero and also the generation of impulse
68
Natural Sampling
๏‚— This technique of sampling is similar to impulse sampling except
that here the pulse train of period of T, replaces the impulse train.
69
70
๏‚— Substitute equation (28) in equation (26)
71
Flat top sampling
๏‚— The main drawback of the natural sampling technique is the
introduction of noise during transmission. To avoid this a flat
top sampling technique is used. Here the noise introduced
at the top of the transmission pulse can easily be removed
since the pulse is in the form of flat top.
๏‚— This sampling technique is also called as practical sampling.
This technique makes use of a sample and hold circuit.
72
73
74
Quantizer
๏‚— After converting the analog signal into discrete time signal (by a
sampler), it is given to the Quantizer.
๏‚— The digital signal is a sequence of numbers (samples) in which each
sample is represented by a finite number of digits.
๏‚— Thus the process of converting a discrete time continuous amplitude
signal into a digital signal is called quantization and the device used for
this purpose is called a quantizer. Here each sample is represented by a
fixed number of digits, which determine the discrete amplitude level.
๏‚— If we consider a processor that uses 4 bits to represent data, then it will
have 2ห„4 =16 different levels.
๏‚— Let us explain the quantization process with an example.
๏‚— Here, we can consider that the discrete time signal is obtained by
sampling the exponential signal x(t) = (0.9)ห„ t, for t โ‰ฅ 0 with sampling
frequency 1Hz.
75
76
๏‚— The values of the first 10 samples of x(n) are given in the below table.
In the table we can see that the signal a(n) has many number of digits.
But we have to ase only one significant digit.
๏‚— To eliminate the excessive digits we can either simply discard them by
truncation or discard them by rounding of the resulting number, known
as rounding off.
77
๏‚— The values allowed in the digital signal are called as quantization
level. Here in this quantizer we have 16 levels (0 to 15) the
difference between the two quantization levels is called as
quantization step or resolution. This is denoted by โˆ†.
In general the quantization step is given as
78
Quantization error
๏‚— The quantization error is given by
79
80
Coder
๏‚— After quantization the signal is fed to the coder for the coding
operation. In the coding process a unique binary number is
assigned to each quantization level. In the coding operation the
quantized sample value is converted into the binary equivalent
value.
๏‚— For L levels atleast L different binary numbers are needed.
In the example , since there are 16 quantization level, 4 bits
are required.
With a word length of b bits a 2ห„b different binary numbers can
be created.
๏‚— In the above example L =16, hence b = log2 16 = 4 bits.
In present scenario, the standard ADC are available with
8,16 or 24 bits, Normally a 24 bit ADC will have more
resolution than 8 or 16 bit one.
81
Sampling Theorem
๏‚— Statement:
A continuous time signal can be represented in its samples and
can be recovered back when sampling frequency fs is greater
than or equal to the twice the highest frequency component of
message signal i.e. fs โ‰ฅ 2fm.
Proof:
Consider a continuous signal x(t)
The spectrum of x(t) is a band limited to fmHz (i.e.) the spectrum
of x(t) is zero for
Sampling of input signal x(t) can be obtained by multiplying x(t)
with an impulse train ฮด(t) of period Ts. The output of multiplier is a
discrete signal called sampled signal which is represented with
y(t).
82
83
84
85
86
Thank You
87

More Related Content

Similar to DTSP UNIT I - INTRODUCTION.pptx

Signals & systems
Signals & systems Signals & systems
Signals & systems SathyaVigneshR
ย 
Signal & System Assignment
Signal & System Assignment Signal & System Assignment
Signal & System Assignment sazzadhossain234
ย 
Introduction to Communication Systems 2
Introduction to Communication Systems 2Introduction to Communication Systems 2
Introduction to Communication Systems 2slmnsvn
ย 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system Jawaher Abdulwahab Fadhil
ย 
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.pptxidrissaeed
ย 
df_lesson_01.ppt
df_lesson_01.pptdf_lesson_01.ppt
df_lesson_01.pptkcharizmacruz
ย 
Discrete time control systems
Discrete time control systemsDiscrete time control systems
Discrete time control systemsphannahty
ย 
Discrete time control systems
Discrete time control systemsDiscrete time control systems
Discrete time control systemsadd0103
ย 
DSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal Processing
DSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal ProcessingDSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal Processing
DSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal ProcessingAmr E. Mohamed
ย 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxRockFellerSinghRusse
ย 
Introduction to communication system.pdf
Introduction to communication system.pdfIntroduction to communication system.pdf
Introduction to communication system.pdfChristineTorrepenida1
ย 
solver (1)
solver (1)solver (1)
solver (1)Raj Mitra
ย 
Digital signal System
Digital signal SystemDigital signal System
Digital signal Systemsazzadhossain234
ย 
A Novel Design Architecture of Secure Communication System with Reduced-Order...
A Novel Design Architecture of Secure Communication System with Reduced-Order...A Novel Design Architecture of Secure Communication System with Reduced-Order...
A Novel Design Architecture of Secure Communication System with Reduced-Order...ijtsrd
ย 
Lecture 1
Lecture 1Lecture 1
Lecture 1abidiqbal55
ย 
EC8562 DSP Viva Questions
EC8562 DSP Viva Questions EC8562 DSP Viva Questions
EC8562 DSP Viva Questions ssuser2797e4
ย 

Similar to DTSP UNIT I - INTRODUCTION.pptx (20)

Signal
SignalSignal
Signal
ย 
Signals & systems
Signals & systems Signals & systems
Signals & systems
ย 
Signal & System Assignment
Signal & System Assignment Signal & System Assignment
Signal & System Assignment
ย 
Introduction to Communication Systems 2
Introduction to Communication Systems 2Introduction to Communication Systems 2
Introduction to Communication Systems 2
ย 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
ย 
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptxPPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
PPT Chapter-2-V2.pptx__26715_1_1539251776000.pptx.pptx
ย 
df_lesson_01.ppt
df_lesson_01.pptdf_lesson_01.ppt
df_lesson_01.ppt
ย 
P73
P73P73
P73
ย 
Discrete time control systems
Discrete time control systemsDiscrete time control systems
Discrete time control systems
ย 
Discrete time control systems
Discrete time control systemsDiscrete time control systems
Discrete time control systems
ย 
V01 i010401
V01 i010401V01 i010401
V01 i010401
ย 
DSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal Processing
DSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal ProcessingDSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal Processing
DSP_2018_FOEHU - Lec 1 - Introduction to Digital Signal Processing
ย 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
ย 
Introduction to communication system.pdf
Introduction to communication system.pdfIntroduction to communication system.pdf
Introduction to communication system.pdf
ย 
Unit 3
Unit 3Unit 3
Unit 3
ย 
solver (1)
solver (1)solver (1)
solver (1)
ย 
Digital signal System
Digital signal SystemDigital signal System
Digital signal System
ย 
A Novel Design Architecture of Secure Communication System with Reduced-Order...
A Novel Design Architecture of Secure Communication System with Reduced-Order...A Novel Design Architecture of Secure Communication System with Reduced-Order...
A Novel Design Architecture of Secure Communication System with Reduced-Order...
ย 
Lecture 1
Lecture 1Lecture 1
Lecture 1
ย 
EC8562 DSP Viva Questions
EC8562 DSP Viva Questions EC8562 DSP Viva Questions
EC8562 DSP Viva Questions
ย 

More from MuthuKumar158260

PE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.ppt
PE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.pptPE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.ppt
PE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.pptMuthuKumar158260
ย 
PE UNIT I - POWER SEMICONDUCTOR DEVICES.pptx
PE UNIT I - POWER SEMICONDUCTOR DEVICES.pptxPE UNIT I - POWER SEMICONDUCTOR DEVICES.pptx
PE UNIT I - POWER SEMICONDUCTOR DEVICES.pptxMuthuKumar158260
ย 
PE UNIT IV - INVERTERS.pptx
PE UNIT IV - INVERTERS.pptxPE UNIT IV - INVERTERS.pptx
PE UNIT IV - INVERTERS.pptxMuthuKumar158260
ย 
PE UNIT II - CONTROLLED RECTIFIERS.pptx
PE UNIT II  - CONTROLLED RECTIFIERS.pptxPE UNIT II  - CONTROLLED RECTIFIERS.pptx
PE UNIT II - CONTROLLED RECTIFIERS.pptxMuthuKumar158260
ย 
PE UNIT III - CHOPPERS.pptx
PE UNIT III - CHOPPERS.pptxPE UNIT III - CHOPPERS.pptx
PE UNIT III - CHOPPERS.pptxMuthuKumar158260
ย 
DTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptx
DTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptxDTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptx
DTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptxMuthuKumar158260
ย 
DTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptx
DTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptxDTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptx
DTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptxMuthuKumar158260
ย 
DTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptx
DTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptxDTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptx
DTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptxMuthuKumar158260
ย 
DTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptx
DTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptxDTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptx
DTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptxMuthuKumar158260
ย 
HVE UNIT III GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT III  GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptxHVE UNIT III  GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT III GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptxMuthuKumar158260
ย 
HVE UNIT II DIELECTRIC BREAKDOWN.pptx
HVE UNIT II  DIELECTRIC BREAKDOWN.pptxHVE UNIT II  DIELECTRIC BREAKDOWN.pptx
HVE UNIT II DIELECTRIC BREAKDOWN.pptxMuthuKumar158260
ย 
HVE UNIT I OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.ppt
HVE UNIT I  OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.pptHVE UNIT I  OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.ppt
HVE UNIT I OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.pptMuthuKumar158260
ย 
HVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptxHVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptxMuthuKumar158260
ย 
HVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptx
HVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptxHVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptx
HVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptxMuthuKumar158260
ย 

More from MuthuKumar158260 (14)

PE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.ppt
PE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.pptPE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.ppt
PE UNIT V - AC VOLTAGE CONTROLLERS AND CYCLOCONVERTERS.ppt
ย 
PE UNIT I - POWER SEMICONDUCTOR DEVICES.pptx
PE UNIT I - POWER SEMICONDUCTOR DEVICES.pptxPE UNIT I - POWER SEMICONDUCTOR DEVICES.pptx
PE UNIT I - POWER SEMICONDUCTOR DEVICES.pptx
ย 
PE UNIT IV - INVERTERS.pptx
PE UNIT IV - INVERTERS.pptxPE UNIT IV - INVERTERS.pptx
PE UNIT IV - INVERTERS.pptx
ย 
PE UNIT II - CONTROLLED RECTIFIERS.pptx
PE UNIT II  - CONTROLLED RECTIFIERS.pptxPE UNIT II  - CONTROLLED RECTIFIERS.pptx
PE UNIT II - CONTROLLED RECTIFIERS.pptx
ย 
PE UNIT III - CHOPPERS.pptx
PE UNIT III - CHOPPERS.pptxPE UNIT III - CHOPPERS.pptx
PE UNIT III - CHOPPERS.pptx
ย 
DTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptx
DTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptxDTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptx
DTSP UNIT V - DIGITAL SIGNAL PROCESSORS.pptx
ย 
DTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptx
DTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptxDTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptx
DTSP UNIT IV - DESIGN OF DIGITAL FILTERS.pptx
ย 
DTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptx
DTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptxDTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptx
DTSP UNIT III - DISCRETE FOURIER TRANSFORM AND COMPUTATION.pptx
ย 
DTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptx
DTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptxDTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptx
DTSP UNIT II - DISCRETE TIME SYSTEM ANALYSIS.pptx
ย 
HVE UNIT III GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT III  GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptxHVE UNIT III  GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT III GENERATION OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
ย 
HVE UNIT II DIELECTRIC BREAKDOWN.pptx
HVE UNIT II  DIELECTRIC BREAKDOWN.pptxHVE UNIT II  DIELECTRIC BREAKDOWN.pptx
HVE UNIT II DIELECTRIC BREAKDOWN.pptx
ย 
HVE UNIT I OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.ppt
HVE UNIT I  OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.pptHVE UNIT I  OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.ppt
HVE UNIT I OVER VOLTAGES IN ELECTRICAL POWER SYSTEM.ppt
ย 
HVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptxHVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
HVE UNIT IV MEASUREMENT OF HIGH VOLTAGES AND HIGH CURRENTS.pptx
ย 
HVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptx
HVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptxHVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptx
HVE UNIT V HIGH VOLTAGES TESTING AND INSULATION COORDINATION.pptx
ย 

Recently uploaded

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
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 PPTbhaskargani46
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
ย 
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 Bookingdharasingh5698
ย 
(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 24x7Call Girls in Nagpur High Profile Call Girls
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
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 8377877756dollysharma2066
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
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 Bookingdharasingh5698
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
ย 
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
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 

Recently uploaded (20)

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
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
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
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
ย 
(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
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
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
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
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
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
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 ...
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 

DTSP UNIT I - INTRODUCTION.pptx

  • 2. UNIT I INTRODUCTION ๏‚— Classification of systems: Continuous, discrete, linear, causal, stability, dynamic, recursive, and time variance. Classification of signals: Continuous, discrete, energy and power โ€“ Power and energy density. Analog to Digital conversion: Sampling techniques, quantization, quantization error, sampling theorem. 2
  • 3. Signal ๏‚— Signals constitute an important part of our daily life. Anything that carries some information is called a signal. ๏‚— A signal is defined as a single-valued function of one or more independent variables which contain some information. ๏‚— A signal is also defined as a physical quantity that varies with time, space or any other independent variable. ๏‚— A signal may be represented in time domain or frequency domain. Human speech is a familiar example of a signal. ๏‚— Electric current and voltage are also examples of signals. ๏‚— A signal can be a function of one or more independent variables. A signal may be a function of time, temperature, position, pressure, distance etc. ๏‚— If a signal depends on only one independent variable, it is called a one dimensional signal, and if a signal depends on two independent variables, it is called a two 3
  • 4. System ๏‚— A system is defined as an entity that acts on an input signal and transforms it into an output signal. ๏‚— A system is also defined as a set of elements or fundamental blocks which are connected together and produces an output in response to an input signal. ๏‚— It is a cause-and effect relation between two or more signals. ๏‚— The actual physical structure of the system determines the exact relation between the input x(n) and the output y(n), and specifies the output for every input. ๏‚— Systems may be single-input and single-output systems or multi-input and multi-output systems. 4
  • 5. Signal processing ๏‚— Signal processing is a method of extracting information from the signal which in turn depends on the type of signal and the nature of information it carries. ๏‚— Signal processing is concerned with representing signals in the mathematical terms and extracting information by carrying out algorithmic operations on the signal. ๏‚— Digital signal processing has many advantages over analog signal processing. Some of these are as follows: ๏‚— Digital circuits do not depend on precise values of digital signals for their operation. ๏‚— Digital circuits are less sensitive to changes in component values. They are also less sensitive to variations in temperature, ageing and other external parameters. 5
  • 6. ๏‚— In a digital processor, the signals and system coefficients are represented as binary words. This enables one to choose any accuracy by increasing or decreasing the number of bits in the binary word. ๏‚— Digital processing of a signal facilitates the sharing of a single processor among a number of signals by time sharing. This reduces the processing cost per signal. ๏‚— Digital implementation of a system allows easy adjustment of the processor characteristics during processing. ๏‚— Linear phase characteristics can be achieved only with digital filters. Also multirate processing is possible only in the digital domain. ๏‚— Digital circuits can be connected in cascade without any loading problems, whereas this cannot be easily done with analog circuits. ๏‚— Storage of digital data is very easy. 6
  • 7. Drawbacks: ๏‚— Digital processing needs โ€˜preโ€™ and โ€˜postโ€™ processing devices like analog-to-digital and digital-to-analog converters and associated reconstruction filters. This increases the complexity of the digital system. ๏‚— Digital techniques suffer from frequency limitations. ๏‚— Digital systems are constructed using active devices which consume power whereas analog processing algorithms can be implemented using passive devices which do not consume power. Moreover, active devices are less reliable than passive components. ๏‚— The digital signal processor may be a large programmable digital computer or a small microprocessor programmed to perform the desired operations on the input signal. ๏‚— It may also be a hardwired digital processor configured to perform a specified set of operations on the input signal. ๏‚— DSP has many applications. Some of them are: Speech processing, Communication, Biomedical, Consumer electronics, Seismology and Image processing. 7
  • 9. Discrete-time signals ๏‚— Discrete-time signals are signals which are defined only at discrete instants of time. For those signals, the amplitude between the two time instants is just not defined. For discrete time signal the independent variable is time n, and it is represented by x(n). ๏‚— There are following four ways of representing discrete-time signals: 1. Graphical representation 2. Functional representation 3. Tabular representation 4. Sequence representation 9
  • 11. Discrete time systems ๏‚— A continuous-time system is one which transforms continuous-time input signals into continuous-time output signals, whereas a discrete-time system is one which transforms discrete-time input signals into discrete-time output signals. ๏‚— For example microprocessors, semiconductor memories, shift registers, etc. are discrete time systems. ๏‚— Generally, the input is denoted by x(n) and the output is denoted by y(n). y(n) = T[x(n)] 11
  • 12. ๏‚— Both continuous-time and discrete-time systems are further classified as follows: 1. Static (memoryless) and dynamic (memory) systems 2. Causal and non-causal systems 3. Linear and non-linear systems 4. Time-invariant and time varying systems 5. Stable and unstable systems. 6. Invertible and non-invertible systems 7. FIR and IIR systems 12
  • 13. Static system ๏‚— A system is said to be static or memoryless if the response is due to present input alone, i.e., for a static or memoryless system, the output at any instant n depends only on the input applied at that instant n but not on the past or future values of input or past values of output. ๏‚— For example, the systems defined below are static or memoryless systems. 13
  • 14. Dynamic system ๏‚— A system is said to be dynamic or memory system if the response depends upon past or future inputs or past outputs. A summer or accumulator, a delay element is a discrete time system with memory. ๏‚— For example, the systems defined below are dynamic or memory systems. y(n) = x(2n) y(n) = x(n) + x(n โ€“ 2) y(n) + 4y(n โ€“ 1) + 4y(n โ€“ 2) = x(n) ๏‚— Any discrete-time system described by a difference equation is a dynamic system. ๏‚— A purely resistive electrical circuit is a static system, whereas an electric circuit having inductors and/or capacitors is a dynamic system. ๏‚— A discrete-time LTI system is memoryless (static) if its impulse response h(n) is zero for nโ‰ 0. ๏‚— If the impulse response is not identically zero for nโ‰ 0, then the system is called dynamic system or system with memory. 14
  • 15. 15
  • 16. Causal systems ๏‚— A system is said to be causal (or non-anticipative) if the output of the system at any instant n depends only on the present and past values of the input but not on future inputs, i.e., for a causal system, the impulse response or output does not begin before the input function is applied, i.e., a causal system is non anticipatory. ๏‚— Causal systems are real time systems. They are physically realizable. ๏‚— The impulse response of a causal system is zero for n < 0, since ฮด(n) exists only at n = 0, i.e. h(n) = 0 for n < 0 ๏‚— The examples for causal systems are: y(n) = nx(n) y(n) = x(n โ€“ 2) + x(n โ€“ 1) + x(n) 16
  • 17. Non-causal system ๏‚— A system is said to be non-causal (anticipative) if the output of the system at any instant n depends on future inputs. They are anticipatory systems. ๏‚— They produce an output even before the input is given. They do not exist in real time. They are not physically realizable. ๏‚— A delay element is a causal system, whereas an image processing system is a non-causal system. ๏‚— The examples for non-causal systems are: y(n) = x(n) + x(2n) y(n) = x2(n) + 2x(n + 2) 17
  • 18. 18
  • 19. 19
  • 20. Linear and Non-linear system ๏‚— A system which obeys the principle of superposition and principle of homogeneity is called a linear system and a system which does not obey the principle of superposition and homogeneity is called a non-linear system. ๏‚— Homogeneity property means a system which produces an output y(n) for an input x(n) must produce an output ay(n) for an input ax(n). ๏‚— Superposition property means a system which produces an output y1(n) for an input x1(n) and an output y2(n) for an input x2(n) must produce an output y1(n) + y2(n) for an input x1(n) + x2(n). 20
  • 21. ๏‚— Combining them we can say that a system is linear if an arbitrary input x1(n) produces an output y1(n) and an arbitrary input x2(n) produces an output y2(n), then the weighted sum of inputs ax1(n) + bx2(n) where a and b are constants produces an output ay1(n) + by2(n) which is the sum of weighted outputs. T(ax1(n) + bx2(n)] = aT[x1(n)] + bT[x2(n)] ๏‚— Simply we can say that a system is linear if the output due to weighted sum of inputs is equal to the weighted sum of outputs. ๏‚— In general, if the describing equation contains square or higher order terms of input and/or output and/or product of input/output and its difference or a constant, the system will definitely be non-linear. ๏‚— Few examples of linear systems are filters, communication channels etc. 21
  • 22. systems ๏‚— Time-invariance is the property of a system which makes the behaviour of the system independent of time. This means that the behaviour of the system does not depend on the time at which the input is applied. ๏‚— For discrete-time systems, the time invariance property is called shift invariance. ๏‚— A system is said to be shift-invariant if its input/output characteristics do not change with time, i.e., if a time shift in the input results in a corresponding time shift in the output. If T[x(n)] = y(n) Then T[x(n โ€“ k)] = y(n โ€“ k) ๏‚— A system not satisfying the above requirements is called a time-varying system (or shift varying system). ๏‚— A time-invariant system is also called a fixed system. 22
  • 23. 23
  • 24. ๏‚— If y(n, k) โ‰  y(n โ€“ k) i.e. if the delayed output is not equal to the output due to delayed input, then the system is time-variant. ๏‚— If the discrete-time system is described by difference equation, the time invariance can be found by observing the coefficients of the difference equation. ๏‚— If all the coefficients of the difference equation are constants, then the system is time invariant. ๏‚— The system described by y(n) + 3y(n โ€“ 1) + 5y(n โ€“ 2) = 2x(n) is time-invariant system because all the coefficients are constants. ๏‚— If even one of the coefficient is function of time, then the system is time-variant. ๏‚— The system described by y(n) โ€“ 2ny(n โ€“ 1) + 3n2y(n โ€“ 2) = x(n) + x(n โ€“ 1) is time-varying system because all the coefficients are not constant (Two are functions of time). ๏‚— The systems satisfying both linearity and time-invariant conditions are called linear, time-invariant systems, or simply LTI systems. 24
  • 25. Stable and unstable system ๏‚— A bounded signal is a signal whose magnitude is always a finite value, i.e. |x(n) | โ‰ค M, where M is a positive real finite number. For example a sine wave is a bounded signal. ๏‚— A system is said to be bounded-input, bounded-output (BIBO) stable, if and only if every bounded input produces a bounded output. The output of such a system does not diverge or does not grow unreasonably large. ๏‚— Let the input signal x(n) be bounded (finite), i.e., |x(n) | โ‰ค Mx<โˆž for all n where Mx is a positive real number. If | y(n) | โ‰ค My <โˆž ๏‚— If the output y(n) is also bounded, then the system is BIBO stable. Otherwise, the system is unstable. That is, we say that a system is unstable even if one bounded input produces an unbounded output. 25
  • 26. ๏‚— It is very important to know about the stability of the system. Stability indicates the usefulness of the system. ๏‚— The stability can be found from the impulse response of the system which is nothing but the output of the system for a unit impulse input. If the impulse response is absolutely summable for a discrete-time system, then the system is stable. 26
  • 27. 27
  • 28. 28
  • 29. 29
  • 30. The conditions for a BIBO stable system are given as follows: 1. If the system transfer function is a rational function, the degree of the numerator should not be larger than the degree of the denominator. 2. The poles of the system must lie inside the unit circle in the z-plane. 3. If a pole lies on the unit circle it must be a single order pole, i.e. no repeated pole lies on the unit circle. 30
  • 31. Recursive and Nonrecursive Systems ๏‚— A system whose output y(n) at time n depends on any number of past output values as well as present and past input is called a recursive system. The past output are y(n-1), y(n-2), y(n-3), etc y(n) = F [ y(n-1), y(n-2),โ€ฆy(n-N), x(n-1),โ€ฆx(n-M)] ๏‚— IIR systems are recursive system ๏‚— A system whose output does not depend on past output but depend only on the present and past input is called a nonrecursive system. y(n) = F [x(n), x(n-1),โ€ฆx(n-M)] ๏‚— FIR systems are nonrecursive system 31
  • 32. Classifications of Signal ๏‚— The signals can be classified based on their nature and characteristics in the time domain. They are broadly classified as: (i) continuous-time signals and (ii) discrete-time signals. ๏‚— The signals that are defined for every instant of time are known as continuous- time signals. The continuous-time signals are also called analog signals. They are denoted by x(t). ๏‚— They are continuous in amplitude as well as in time. Most of the signals available are continuous-time signals. ๏‚— The signals that are defined only at discrete instants of time are known as discrete-time signals. The discrete-time signals are continuous in amplitude, but discrete in time. ๏‚— For discrete time signals, the amplitude between two time instants is just not defined. For discrete-time signals, the independent variable is time n. Since they are defined only at discrete instants of time, they are denoted by a sequence x(nT) or simply by x(n) where n is an integer. 32
  • 33. 33
  • 34. ๏‚— Both continuous-time and discrete-time signals are further classified as follows: 1. Deterministic and random signals 2. Periodic and non-periodic signals 3. Energy and power signals 4. Causal and non-causal signals 5. Even and odd signals 34
  • 35. Deterministic and random signal ๏‚— A signal exhibiting no uncertainty of its magnitude and phase at any given instant of time is called deterministic signal. A deterministic signal can be completely represented by mathematical equation at any time and its nature and amplitude at any time can be predicted. Examples: Sinusoidal sequence x(n) = cosฯ‰n, ramp sequence x(n) = ฮฑn. ๏‚— A signal characterized by uncertainty about its occurrence is called a non-deterministic or random signal. A random signal cannot be represented by any mathematical equation. The behaviour of such a signal is probabilistic in nature and can be analyzed only stochastically. ๏‚— The pattern of such a signal is quite irregular. Its amplitude and phase at any time instant cannot be predicted in advance. A typical example of a non-deterministic signal is 35
  • 36. signal ๏‚— A signal which has a definite pattern and repeats itself at regular intervals of time is called a periodic signal. ๏‚— A signal which does not repeat at regular intervals of time is called a non-periodic or aperiodic signal. ๏‚— A discrete-time signal x(n) is said to be periodic if it satisfies the condition x(n) = x(n + N) for all integers n. ๏‚— The smallest value of N which satisfies the above condition is known as fundamental period. ๏‚— If the above condition is not satisfied even for one value of n, then the discrete-time signal is aperiodic. Sometimes aperiodic signals are said to have a period equal to infinity. 36
  • 37. 37
  • 38. Energy and Power Signal ๏‚— Signals may also be classified as energy signals and power signals. However there are some signals which can neither be classified as energy signals nor power signals. 38
  • 39. Energy and Power Signal ๏‚— A signal is said to be an energy signal if and only if its total energy E over the interval (-โˆž, โˆž) is finite (i.e., 0 < E < โˆž). For an energy signal, average power P = 0. ๏‚— Non-periodic signals which are defined over a finite time (also called time limited signals) are the examples of energy signals. Since the energy of a periodic signal is always either zero or infinite, any periodic signal cannot be an energy signal. ๏‚— A signal is said to be a power signal, if its average power P is finite (i.e., 0 < P < โˆž). For a power signal, total energy E = โˆž. Periodic signals are the examples of power signals. ๏‚— Every bounded and periodic signal is a power signal. But it is true that a power signal is not necessarily a bounded and periodic signal. ๏‚— Both energy and power signals are mutually exclusive, i.e. no signal can be both energy signal and power signal. 39
  • 40. Energy and Power Signal ๏‚— The signals that do not satisfy the above properties are neither energy signals nor power signals. For example, x(n) = nu(n), x(n) = nยฒu(n). ๏‚— These are signals for which neither P nor E are finite. If the signals contain infinite energy and zero power or infinite energy and infinite power, they are neither energy nor power signals. ๏‚— If the signal amplitude becomes zero as lnlโ†’ โˆž, it is an energy signal, and if the signal amplitude does not become zero as lnl โ†’ โˆž, it is a power signal. 40
  • 41. Causal and Non-causal Signals ๏‚— A discrete-time signal x(n) is said to be causal if x(n) = 0 for n < 0, otherwise the signal is non-causal. ๏‚— A discrete-time signal x(n) is said to be anti-causal if x(n) = 0 for n > 0. ๏‚— A causal signal does not exist for negative time and an anti- causal signal does not exist for positive time. ๏‚— A signal which exists in positive as well as negative time is called a non-casual signal. ๏‚— u(n) is a causal signal and u(-n) an anti-causal signal, whereas x(n) = 1 for - 2 โ‰ค n โ‰ค3 is a non-causal signal. 41
  • 42. Even and Odd Signals ๏‚— Any signal x(n) can be expressed as sum of even and odd components. That is x(n) = xe(n) + xo(n) where xe(n) is even components and xo(n) is odd components of the signal. Even (symmetric) signal A discrete-time signal x(n) is said to be an even (symmetric) signal if it satisfies the condition: x(n) = x(-n) for all n Even signals are symmetrical about the vertical axis or time origin. Hence they are also called symmetric signals: cosine sequence is an example of an even signal. An even signal is identical to its reflection about the origin. For an even signal xo(n) = 0. 42
  • 43. ๏‚— Odd (anti-symmetric) signal A discrete-time signal x(n) is said to be an odd (anti-symmetric) signal if it satisfies the condition: x(-n) = x(n) for all n ๏‚— Odd signals are anti-symmetrical about the vertical axis. Hence they are called anti-symmetric signals. Sinusoidal sequence is an example of an odd signal. For an odd signal Xe(n) = 0. 43
  • 44. 44
  • 45. 45
  • 46. 46
  • 47. 47
  • 48. 48
  • 49. 49
  • 50. 50
  • 51. 51
  • 52. 52
  • 53. 53
  • 54. 54
  • 55. 55
  • 56. 56
  • 57. 57
  • 58. 58
  • 59. 59
  • 60. 60
  • 61. 61
  • 62. Analog to Digital conversion ๏‚— The signals that are continuous in time and amplitude are called as analog signals. ๏‚— Most of the signals that are being generated from primary source are analog in nature. The signals used in practical purpose like speech, video, seismic, radar, sonar, biological etc., are basically analog signals. ๏‚— To process these signals digital form. This process is called Analog to Digital conversion and the device used for this purpose is called as an Analog to Digital converter. After processing the output digital signal is converted back into analog form by the use of a Digital to Analog converter. ๏‚— 62
  • 63. Sampler ๏‚— The process of conversion of a continuous time signal xa(t) into a discrete time signal x(n) is known as sampling. The circuit used for this purpose is called as a sampler. ๏‚— The analog signal is given as input to the sampler and the output samples are obtained at regular intervals (T), known as Sampling Interval. ๏‚— The continuous time variable 't' and the discrete time variable (n) are related as follows. t = nT where n = 0,1,2,3... Tโ†’ Sampling interval Hence xa(t) and x(n) are related as xa(t) = xa(nT) = x(n) 63
  • 64. ๏‚— The sampler is basically a switch which cuts off the incoming analog signal which samples. ๏‚— The sampler switch operates at the sampling rate of F, and is given by ๏‚— The sampling rate Fs is also called as the sampling frequency and can be expressed as samples/second or as hertz. 64
  • 65. Summary of continuous and discrete time frequency relationship 65
  • 67. 67
  • 68. Sampling Techniques โ€“ Impulse sampling ๏‚— This sampling techniques is also called as ideal sampling. In this technique sampling is performed by multiplying input signal x(t) with impulse train of period of T. Here the amplitude of impulse changes with respect to the amplitude of the input signal x(t) ๏‚— But this sampling technique cannot be used in practice, since the pulse width cannot be zero and also the generation of impulse 68
  • 69. Natural Sampling ๏‚— This technique of sampling is similar to impulse sampling except that here the pulse train of period of T, replaces the impulse train. 69
  • 70. 70
  • 71. ๏‚— Substitute equation (28) in equation (26) 71
  • 72. Flat top sampling ๏‚— The main drawback of the natural sampling technique is the introduction of noise during transmission. To avoid this a flat top sampling technique is used. Here the noise introduced at the top of the transmission pulse can easily be removed since the pulse is in the form of flat top. ๏‚— This sampling technique is also called as practical sampling. This technique makes use of a sample and hold circuit. 72
  • 73. 73
  • 74. 74
  • 75. Quantizer ๏‚— After converting the analog signal into discrete time signal (by a sampler), it is given to the Quantizer. ๏‚— The digital signal is a sequence of numbers (samples) in which each sample is represented by a finite number of digits. ๏‚— Thus the process of converting a discrete time continuous amplitude signal into a digital signal is called quantization and the device used for this purpose is called a quantizer. Here each sample is represented by a fixed number of digits, which determine the discrete amplitude level. ๏‚— If we consider a processor that uses 4 bits to represent data, then it will have 2ห„4 =16 different levels. ๏‚— Let us explain the quantization process with an example. ๏‚— Here, we can consider that the discrete time signal is obtained by sampling the exponential signal x(t) = (0.9)ห„ t, for t โ‰ฅ 0 with sampling frequency 1Hz. 75
  • 76. 76
  • 77. ๏‚— The values of the first 10 samples of x(n) are given in the below table. In the table we can see that the signal a(n) has many number of digits. But we have to ase only one significant digit. ๏‚— To eliminate the excessive digits we can either simply discard them by truncation or discard them by rounding of the resulting number, known as rounding off. 77
  • 78. ๏‚— The values allowed in the digital signal are called as quantization level. Here in this quantizer we have 16 levels (0 to 15) the difference between the two quantization levels is called as quantization step or resolution. This is denoted by โˆ†. In general the quantization step is given as 78
  • 79. Quantization error ๏‚— The quantization error is given by 79
  • 80. 80
  • 81. Coder ๏‚— After quantization the signal is fed to the coder for the coding operation. In the coding process a unique binary number is assigned to each quantization level. In the coding operation the quantized sample value is converted into the binary equivalent value. ๏‚— For L levels atleast L different binary numbers are needed. In the example , since there are 16 quantization level, 4 bits are required. With a word length of b bits a 2ห„b different binary numbers can be created. ๏‚— In the above example L =16, hence b = log2 16 = 4 bits. In present scenario, the standard ADC are available with 8,16 or 24 bits, Normally a 24 bit ADC will have more resolution than 8 or 16 bit one. 81
  • 82. Sampling Theorem ๏‚— Statement: A continuous time signal can be represented in its samples and can be recovered back when sampling frequency fs is greater than or equal to the twice the highest frequency component of message signal i.e. fs โ‰ฅ 2fm. Proof: Consider a continuous signal x(t) The spectrum of x(t) is a band limited to fmHz (i.e.) the spectrum of x(t) is zero for Sampling of input signal x(t) can be obtained by multiplying x(t) with an impulse train ฮด(t) of period Ts. The output of multiplier is a discrete signal called sampled signal which is represented with y(t). 82
  • 83. 83
  • 84. 84
  • 85. 85
  • 86. 86