SlideShare a Scribd company logo
1 of 36
UNIT 1
DSP Preliminaries
UNIT 1 SYLLABUS
• Sampling
• DT signals
• Sampling theorem in time domain
• Sampling of analog signals
• Recovery of analogue signals
• Analytical treatment with examples
• Mapping between analog frequencies to digital frequency
• Representation of signals as vectors
• Concept of Basis function and orthogonality
• Eigen value and Eigen vector
• Basic elements of DSP and its requirements
• Advantages of Digital over Analog signal processing
SAMPLING
• What is sampling?
• Continuous time  Discrete time
SOMETHING ABOUT HARRY NYQUIST
• As an engineer at Bell Laboratories,
Nyquist did important work on
• thermal noise ("Johnson–Nyquist noise")
• the stability of feedback amplifiers,
• telegraphy, facsimile,
• television, and other important
communications problems.
• With Herbert E. Ives, he helped to
develop AT&T's first facsimile machines
that were made public in 1924.
• In 1932, he published a classic paper on
stability of feedback amplifiers.
• The Nyquist stability criterion can now be
found in all textbooks on feedback
control theory.
AND CLAUDE SHANNON
• Shannon developed information
entropy as a measure of the
information content in a message,
which is a measure of uncertainty
reduced by the message, while
essentially inventing the field
of information theory.
• In 1949 Claude Shannon and Robert
Fano devised a systematic way to
assign code words based on
probabilities of blocks.
• This technique, known as Shannon–
Fano coding, was first proposed in the
1948 article.
SHANNON GOT INSPIRED BY ALAN TURING
• For two months early in 1943, Shannon came into contact with the leading British
mathematician Alan Turing.
• Turing had been posted to Washington to share with the U.S. Navy's cryptanalytic
service the methods used by the British Government Code and Cypher
School at Bletchley Park to break the ciphers used by the Kriegsmarine U-boats in
the north Atlantic Ocean.
• He was also interested in the encipherment of speech and to this end spent time at
Bell Labs.
• Shannon and Turing met at teatime in the cafeteria.
• Turing showed Shannon his 1936 paper that defined what is now known as the
"Universal Turing machine".This impressed Shannon, as many of its ideas
complemented his own.
SAMPLING THEOREM
• 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 = 2* fmax
• X(t)
• X(w)
• Y(W) output spectrum - replicas
THREE CASES OF SAMPLING FREQUENCY
• Case 1
• fs > 2*fmax
• Case 2
• fs = 2*fmax
• Case 3
• fs < 2*fmax
• Case 1
• fs > 2*fmax
• Oversampling
• Case 2
• fs = 2*fmax
• Nyquist Plot
• Case 3
• fs < 2*fmax
• Undersampling
SPECTRUM OF SAMPLED SIGNAL
ALIASED SIGNAL AND
AFFECTED SPECTRUM
CONCEPT OF ALIASING
• The overlapped region in case of under sampling represents aliasing effect, which
can be removed by
• Making fs >2fm
• By using anti aliasing filters
ASPECTS OF ALIASING
• Spectrum exhibits
spectral peaks at
harmonics, i.e., integer
multiples, of 440 Hz.
• The amplitude of the
harmonics is quite small
above 4 kHz.
• The spectral peak near 0
Hz occurs at 60 Hz and
is due to power-line
noise contaminating the
recording.
Saxophone Note Frequencies
SPECTRUM OF SAMPLED SAXOPHONE NOTE WITH ANTIALIASING FILTER USED TO
PREVENT ALIASING
• We sample this signal at 2756
Hz with and without an
antialiasing filter.
• At this sampling frequency
the maximum continuous-
time sinusoid frequency that
can be represented without
aliasing is 1378 Hz.
• Thus, the antialiasing filter
limits the signal to the first
three harmonics.
• The third harmonic occurs at
1320 Hz.
SPECTRUM OF SAMPLED SAXOPHONE NOTE WITH
NO ANTIALIASING FILTER.
• The aliased fourth, fifth,
and sixth harmonics are
labeled in Figure 4.
• The spectral peaks at 324
Hz and 764 Hz are
aliases of the seventh
and eighth harmonics
WHAT EXACTLY HAPPENS WHEN
ALIASING OCCURS
• A wind instrument like a saxophone creates a very tonal sound
• because the only significant contributors are harmonics of the
fundamental.
• Aliasing introduces energy at frequencies which are not
harmonically related to the fundamental, and introduces a muddy
character to the sound, or a buzzing aspect.
https://allsignalprocessing.com/2015/04/25/aliasing-of-
signals-identity-theft-in-the-frequency-domain/
ANALOG FREQUENCY AND DIGITAL
FREQUENCY
• Analog Signal
• t
• x(t)
• T
• F analog freq
• Omega Ώ
• Digital Signal/ discrete signal
• n
• x[n]
• N time period for DT signals
• f digital freq
• w
ANALOG TO DIGITAL---HOW DO WE
DO IT?
•t= n*Ts
•X(t) = sin(2*pi*50*t)
•x[t/fs] = sin(2*pi*50*n/fs)
•Fs = 2*50 =100
•X[n] = sin(2*pi*50*n/100) = sin(pi*n)
ANALOG TO DIGITAL---HOW DO WE
DO IT?
•t= n*Ts
•X(t) = sin(2*pi*50*t)
•x[n/fs] = sin(2*pi*50*n/fs)
•If not given, consider the sampling
frequency to be 2*fmax
SAMPLING SUMS
• Important points to remember:
• Find maximum frequency, fmax in the signal
• Convert x(t) into x[n] by using the relation
• ( t = n*Ts OR t = n/fs )
• If sampling frequency is given, substitute the value
• If not given, take fs = 2*fmax
• Plot the spectrum up to given frequency
SPECIAL CASE OF SINE
SINE: CASE 1
SINE: CASE 1
We have non-overlapping
replicas, and a simple
reconstruction filter Hr(w)
as seen previously can
reconstruct.
This is not surprising, since
we have obeyed the rules of
the sampling theorem.
SINE: CASE 2
SINE: CASE 2
Here, our replicas overlap.
When we apply the
reconstruction filter, we do
not recover the same signal.
In fact, in this case, xr(t) =
sin−(ws − wo)t =
−sin (ws − wo)t which is quite
different from xc(t) = sin wot.
Under this sampling scheme,
xr(t) is an alias of xc(t).
SINE: CASE 3
SINE: CASE 3
In this case, even if weird stuff
didn’t happen due to the
undefined boundary
of the reconstruction filter, the
replicas clearly cancel each other
out.
Thus, the recovered signal will
have no frequency components.
xr(t) will be a DC
signal, which is clearly wrong.
Relationship between the
analog and digital
frequency i.e. Ω and ω:
The point 7 gives the
derivation of that
relationship.
It tells that digital freq is
restricted by (-pi to +pi)
DSP Block Schematic
and advantages of DSP
over ASP
EXAMPLES
Example1: Consider a CT signal xc(t) with a Fourier transform Xc(ω) that is sampled with ideal sampling,
with Ts = 10^−4 seconds. For each of the following scenarios, determine whether the sampling theorem
guarantees that xc(t) can be recovered from its samples.
Scenario1: What if Xc(ω) = 0 for |ω| > 5000π?
Scenario 2: What if Xc(w) = 0 for |w| > 10000?
Scenario 3: What if Xc(w) = 0 for |w| > 15000?
Scenario 4: What if Xc(w) * Xc(w) = 0 for |w| > 15000?
Scenario 4
TYPICAL DSP BLOCK DIAGRAM
Courtesy: google.com
THANK YOU

More Related Content

What's hot

Analog communication
Analog communicationAnalog communication
Analog communication
Preston King
 
Noise in communication system
Noise in communication systemNoise in communication system
Noise in communication system
firdous006
 
Digital communication systems
Digital communication systemsDigital communication systems
Digital communication systems
Nisreen Bashar
 
05 signal encodingtechniques
05 signal encodingtechniques05 signal encodingtechniques
05 signal encodingtechniques
Orbay Yeşil
 

What's hot (20)

Fast Fourier Transform
Fast Fourier TransformFast Fourier Transform
Fast Fourier Transform
 
Digital signal processing part1
Digital signal processing part1Digital signal processing part1
Digital signal processing part1
 
Something about Antenna design
Something about Antenna designSomething about Antenna design
Something about Antenna design
 
DIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGDIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSING
 
Sampling
SamplingSampling
Sampling
 
Vblast
VblastVblast
Vblast
 
Analog communication
Analog communicationAnalog communication
Analog communication
 
Noise in communication system
Noise in communication systemNoise in communication system
Noise in communication system
 
Digital communication systems
Digital communication systemsDigital communication systems
Digital communication systems
 
05 signal encodingtechniques
05 signal encodingtechniques05 signal encodingtechniques
05 signal encodingtechniques
 
Introduction to communication systems
Introduction to communication systemsIntroduction to communication systems
Introduction to communication systems
 
Advanced Topics In Digital Signal Processing
Advanced Topics In Digital Signal ProcessingAdvanced Topics In Digital Signal Processing
Advanced Topics In Digital Signal Processing
 
Wavelets presentation
Wavelets presentationWavelets presentation
Wavelets presentation
 
EC8352- Signals and Systems - Unit 2 - Fourier transform
EC8352- Signals and Systems - Unit 2 - Fourier transformEC8352- Signals and Systems - Unit 2 - Fourier transform
EC8352- Signals and Systems - Unit 2 - Fourier transform
 
Random process and noise
Random process and noiseRandom process and noise
Random process and noise
 
Introduction to Digital Signal Processing
Introduction to Digital Signal ProcessingIntroduction to Digital Signal Processing
Introduction to Digital Signal Processing
 
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
 
Receivers
ReceiversReceivers
Receivers
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
 
Thesis on PIFA
Thesis on PIFAThesis on PIFA
Thesis on PIFA
 

Similar to DSP preliminaries

Slide Handouts with Notes
Slide Handouts with NotesSlide Handouts with Notes
Slide Handouts with Notes
Leon Nguyen
 
Coherence and Stochastic Resonances in Fitz-Hugh-Nagumo Model
Coherence and Stochastic Resonances in Fitz-Hugh-Nagumo ModelCoherence and Stochastic Resonances in Fitz-Hugh-Nagumo Model
Coherence and Stochastic Resonances in Fitz-Hugh-Nagumo Model
Pratik Tarafdar
 
Instrumental lecture 2
Instrumental lecture 2Instrumental lecture 2
Instrumental lecture 2
esmail_alwrafi
 

Similar to DSP preliminaries (20)

Slide Handouts with Notes
Slide Handouts with NotesSlide Handouts with Notes
Slide Handouts with Notes
 
Chirp spread spectrum communication
Chirp spread spectrum communicationChirp spread spectrum communication
Chirp spread spectrum communication
 
Digital Signal Processing by Dr. R. Prakash Rao
Digital Signal Processing by Dr. R. Prakash Rao Digital Signal Processing by Dr. R. Prakash Rao
Digital Signal Processing by Dr. R. Prakash Rao
 
Rigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applicationsRigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applications
 
Ft and FFT
Ft and FFTFt and FFT
Ft and FFT
 
Schiller2
Schiller2Schiller2
Schiller2
 
Dc3 t1
Dc3 t1Dc3 t1
Dc3 t1
 
23 Sampling.pdf
23 Sampling.pdf23 Sampling.pdf
23 Sampling.pdf
 
Coherence and Stochastic Resonances in Fitz-Hugh-Nagumo Model
Coherence and Stochastic Resonances in Fitz-Hugh-Nagumo ModelCoherence and Stochastic Resonances in Fitz-Hugh-Nagumo Model
Coherence and Stochastic Resonances in Fitz-Hugh-Nagumo Model
 
Lect5-FourierSeries.pdf
Lect5-FourierSeries.pdfLect5-FourierSeries.pdf
Lect5-FourierSeries.pdf
 
Introduction to telephony
Introduction to telephonyIntroduction to telephony
Introduction to telephony
 
Natural test signals
Natural test signalsNatural test signals
Natural test signals
 
Shannon's Sampling Theorem
Shannon's Sampling TheoremShannon's Sampling Theorem
Shannon's Sampling Theorem
 
CHƯƠNG 2 KỸ THUẬT TRUYỀN DẪN SỐ - THONG TIN SỐ
CHƯƠNG 2 KỸ THUẬT TRUYỀN DẪN SỐ - THONG TIN SỐCHƯƠNG 2 KỸ THUẬT TRUYỀN DẪN SỐ - THONG TIN SỐ
CHƯƠNG 2 KỸ THUẬT TRUYỀN DẪN SỐ - THONG TIN SỐ
 
Polyvinyl Chloride
Polyvinyl ChloridePolyvinyl Chloride
Polyvinyl Chloride
 
01 beginning vibration analysis
01 beginning vibration analysis01 beginning vibration analysis
01 beginning vibration analysis
 
Fourier analysis
Fourier analysisFourier analysis
Fourier analysis
 
Sonar Principles Asw Analysis
Sonar Principles Asw AnalysisSonar Principles Asw Analysis
Sonar Principles Asw Analysis
 
Instrumental lecture 2
Instrumental lecture 2Instrumental lecture 2
Instrumental lecture 2
 
Doppler Effect
Doppler EffectDoppler Effect
Doppler Effect
 

More from Minakshi Atre

More from Minakshi Atre (20)

Part1 speech basics
Part1 speech basicsPart1 speech basics
Part1 speech basics
 
Signals&Systems: Quick pointers to Fundamentals
Signals&Systems: Quick pointers to FundamentalsSignals&Systems: Quick pointers to Fundamentals
Signals&Systems: Quick pointers to Fundamentals
 
Unit 4 Statistical Learning Methods: EM algorithm
Unit 4 Statistical Learning Methods: EM algorithmUnit 4 Statistical Learning Methods: EM algorithm
Unit 4 Statistical Learning Methods: EM algorithm
 
Inference in HMM and Bayesian Models
Inference in HMM and Bayesian ModelsInference in HMM and Bayesian Models
Inference in HMM and Bayesian Models
 
Artificial Intelligence: Basic Terminologies
Artificial Intelligence: Basic TerminologiesArtificial Intelligence: Basic Terminologies
Artificial Intelligence: Basic Terminologies
 
2)local search algorithms
2)local search algorithms2)local search algorithms
2)local search algorithms
 
Performance appraisal/ assessment in higher educational institutes (HEI)
Performance appraisal/ assessment in higher educational institutes (HEI)Performance appraisal/ assessment in higher educational institutes (HEI)
Performance appraisal/ assessment in higher educational institutes (HEI)
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
Unit 6: DSP applications
Unit 6: DSP applications Unit 6: DSP applications
Unit 6: DSP applications
 
Unit 6: DSP applications
Unit 6: DSP applicationsUnit 6: DSP applications
Unit 6: DSP applications
 
Learning occam razor
Learning occam razorLearning occam razor
Learning occam razor
 
Learning in AI
Learning in AILearning in AI
Learning in AI
 
Waltz algorithm in artificial intelligence
Waltz algorithm in artificial intelligenceWaltz algorithm in artificial intelligence
Waltz algorithm in artificial intelligence
 
Perception in artificial intelligence
Perception in artificial intelligencePerception in artificial intelligence
Perception in artificial intelligence
 
Popular search algorithms
Popular search algorithmsPopular search algorithms
Popular search algorithms
 
Artificial Intelligence Terminologies
Artificial Intelligence TerminologiesArtificial Intelligence Terminologies
Artificial Intelligence Terminologies
 
composite video signal
composite video signalcomposite video signal
composite video signal
 
Basic terminologies of television
Basic terminologies of televisionBasic terminologies of television
Basic terminologies of television
 
Mpeg 2
Mpeg 2Mpeg 2
Mpeg 2
 
Beginning of dtv
Beginning of dtvBeginning of dtv
Beginning of dtv
 

Recently uploaded

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
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
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
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
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
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
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 

DSP preliminaries

  • 2. UNIT 1 SYLLABUS • Sampling • DT signals • Sampling theorem in time domain • Sampling of analog signals • Recovery of analogue signals • Analytical treatment with examples • Mapping between analog frequencies to digital frequency • Representation of signals as vectors • Concept of Basis function and orthogonality • Eigen value and Eigen vector • Basic elements of DSP and its requirements • Advantages of Digital over Analog signal processing
  • 3. SAMPLING • What is sampling? • Continuous time  Discrete time
  • 4. SOMETHING ABOUT HARRY NYQUIST • As an engineer at Bell Laboratories, Nyquist did important work on • thermal noise ("Johnson–Nyquist noise") • the stability of feedback amplifiers, • telegraphy, facsimile, • television, and other important communications problems. • With Herbert E. Ives, he helped to develop AT&T's first facsimile machines that were made public in 1924. • In 1932, he published a classic paper on stability of feedback amplifiers. • The Nyquist stability criterion can now be found in all textbooks on feedback control theory.
  • 5. AND CLAUDE SHANNON • Shannon developed information entropy as a measure of the information content in a message, which is a measure of uncertainty reduced by the message, while essentially inventing the field of information theory. • In 1949 Claude Shannon and Robert Fano devised a systematic way to assign code words based on probabilities of blocks. • This technique, known as Shannon– Fano coding, was first proposed in the 1948 article.
  • 6. SHANNON GOT INSPIRED BY ALAN TURING • For two months early in 1943, Shannon came into contact with the leading British mathematician Alan Turing. • Turing had been posted to Washington to share with the U.S. Navy's cryptanalytic service the methods used by the British Government Code and Cypher School at Bletchley Park to break the ciphers used by the Kriegsmarine U-boats in the north Atlantic Ocean. • He was also interested in the encipherment of speech and to this end spent time at Bell Labs. • Shannon and Turing met at teatime in the cafeteria. • Turing showed Shannon his 1936 paper that defined what is now known as the "Universal Turing machine".This impressed Shannon, as many of its ideas complemented his own.
  • 7. SAMPLING THEOREM • 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 = 2* fmax • X(t) • X(w) • Y(W) output spectrum - replicas
  • 8. THREE CASES OF SAMPLING FREQUENCY • Case 1 • fs > 2*fmax • Case 2 • fs = 2*fmax • Case 3 • fs < 2*fmax • Case 1 • fs > 2*fmax • Oversampling • Case 2 • fs = 2*fmax • Nyquist Plot • Case 3 • fs < 2*fmax • Undersampling
  • 11. CONCEPT OF ALIASING • The overlapped region in case of under sampling represents aliasing effect, which can be removed by • Making fs >2fm • By using anti aliasing filters
  • 12. ASPECTS OF ALIASING • Spectrum exhibits spectral peaks at harmonics, i.e., integer multiples, of 440 Hz. • The amplitude of the harmonics is quite small above 4 kHz. • The spectral peak near 0 Hz occurs at 60 Hz and is due to power-line noise contaminating the recording. Saxophone Note Frequencies
  • 13. SPECTRUM OF SAMPLED SAXOPHONE NOTE WITH ANTIALIASING FILTER USED TO PREVENT ALIASING • We sample this signal at 2756 Hz with and without an antialiasing filter. • At this sampling frequency the maximum continuous- time sinusoid frequency that can be represented without aliasing is 1378 Hz. • Thus, the antialiasing filter limits the signal to the first three harmonics. • The third harmonic occurs at 1320 Hz.
  • 14. SPECTRUM OF SAMPLED SAXOPHONE NOTE WITH NO ANTIALIASING FILTER. • The aliased fourth, fifth, and sixth harmonics are labeled in Figure 4. • The spectral peaks at 324 Hz and 764 Hz are aliases of the seventh and eighth harmonics
  • 15. WHAT EXACTLY HAPPENS WHEN ALIASING OCCURS • A wind instrument like a saxophone creates a very tonal sound • because the only significant contributors are harmonics of the fundamental. • Aliasing introduces energy at frequencies which are not harmonically related to the fundamental, and introduces a muddy character to the sound, or a buzzing aspect. https://allsignalprocessing.com/2015/04/25/aliasing-of- signals-identity-theft-in-the-frequency-domain/
  • 16. ANALOG FREQUENCY AND DIGITAL FREQUENCY • Analog Signal • t • x(t) • T • F analog freq • Omega Ώ • Digital Signal/ discrete signal • n • x[n] • N time period for DT signals • f digital freq • w
  • 17. ANALOG TO DIGITAL---HOW DO WE DO IT? •t= n*Ts •X(t) = sin(2*pi*50*t) •x[t/fs] = sin(2*pi*50*n/fs) •Fs = 2*50 =100 •X[n] = sin(2*pi*50*n/100) = sin(pi*n)
  • 18. ANALOG TO DIGITAL---HOW DO WE DO IT? •t= n*Ts •X(t) = sin(2*pi*50*t) •x[n/fs] = sin(2*pi*50*n/fs) •If not given, consider the sampling frequency to be 2*fmax
  • 19. SAMPLING SUMS • Important points to remember: • Find maximum frequency, fmax in the signal • Convert x(t) into x[n] by using the relation • ( t = n*Ts OR t = n/fs ) • If sampling frequency is given, substitute the value • If not given, take fs = 2*fmax • Plot the spectrum up to given frequency
  • 22. SINE: CASE 1 We have non-overlapping replicas, and a simple reconstruction filter Hr(w) as seen previously can reconstruct. This is not surprising, since we have obeyed the rules of the sampling theorem.
  • 24. SINE: CASE 2 Here, our replicas overlap. When we apply the reconstruction filter, we do not recover the same signal. In fact, in this case, xr(t) = sin−(ws − wo)t = −sin (ws − wo)t which is quite different from xc(t) = sin wot. Under this sampling scheme, xr(t) is an alias of xc(t).
  • 26. SINE: CASE 3 In this case, even if weird stuff didn’t happen due to the undefined boundary of the reconstruction filter, the replicas clearly cancel each other out. Thus, the recovered signal will have no frequency components. xr(t) will be a DC signal, which is clearly wrong.
  • 27. Relationship between the analog and digital frequency i.e. Ω and ω: The point 7 gives the derivation of that relationship. It tells that digital freq is restricted by (-pi to +pi)
  • 28. DSP Block Schematic and advantages of DSP over ASP
  • 29. EXAMPLES Example1: Consider a CT signal xc(t) with a Fourier transform Xc(ω) that is sampled with ideal sampling, with Ts = 10^−4 seconds. For each of the following scenarios, determine whether the sampling theorem guarantees that xc(t) can be recovered from its samples. Scenario1: What if Xc(ω) = 0 for |ω| > 5000π? Scenario 2: What if Xc(w) = 0 for |w| > 10000? Scenario 3: What if Xc(w) = 0 for |w| > 15000? Scenario 4: What if Xc(w) * Xc(w) = 0 for |w| > 15000?
  • 31.
  • 32.
  • 33.
  • 34.
  • 35. TYPICAL DSP BLOCK DIAGRAM Courtesy: google.com