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

Time Division Multiplexing
Time Division MultiplexingTime Division Multiplexing
Time Division MultiplexingSpandit Lenka
 
Data Communication Networks
Data Communication NetworksData Communication Networks
Data Communication NetworksYash Gupta
 
Fourier transform convergence
Fourier transform convergenceFourier transform convergence
Fourier transform convergenceJahidul Islam
 
SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION
SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION  SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION
SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION Soumen Santra
 
Signal & systems
Signal & systemsSignal & systems
Signal & systemsAJAL A J
 
Superhetrodyne receiver
Superhetrodyne receiverSuperhetrodyne receiver
Superhetrodyne receiverlrsst
 
DIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGDIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGSnehal Hedau
 
Overview of sampling
Overview of samplingOverview of sampling
Overview of samplingSagar Kumar
 
Classification of signals
Classification of signalsClassification of signals
Classification of signalschitra raju
 
Super heterodyne receiver
Super heterodyne receiverSuper heterodyne receiver
Super heterodyne receivermpsrekha83
 
Dsp U Lec07 Realization Of Discrete Time Systems
Dsp U   Lec07 Realization Of Discrete Time SystemsDsp U   Lec07 Realization Of Discrete Time Systems
Dsp U Lec07 Realization Of Discrete Time Systemstaha25
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processingvanikeerthika
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission MediaSyed Ahmed Zaki
 

What's hot (20)

Time Division Multiplexing
Time Division MultiplexingTime Division Multiplexing
Time Division Multiplexing
 
Data Communication Networks
Data Communication NetworksData Communication Networks
Data Communication Networks
 
Fourier transform convergence
Fourier transform convergenceFourier transform convergence
Fourier transform convergence
 
Base band transmission
Base band transmissionBase band transmission
Base band transmission
 
SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION
SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION  SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION
SPACE DIVISION MULTIPLE ACCESS (SDMA) SATELLITE COMMUNICATION
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Sampling Theorem
Sampling TheoremSampling Theorem
Sampling Theorem
 
Signal & systems
Signal & systemsSignal & systems
Signal & systems
 
Superhetrodyne receiver
Superhetrodyne receiverSuperhetrodyne receiver
Superhetrodyne receiver
 
DIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGDIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSING
 
Overview of sampling
Overview of samplingOverview of sampling
Overview of sampling
 
High pass-low-pass-filter
High pass-low-pass-filterHigh pass-low-pass-filter
High pass-low-pass-filter
 
Digital filter structures
Digital filter structuresDigital filter structures
Digital filter structures
 
Classification of signals
Classification of signalsClassification of signals
Classification of signals
 
Super heterodyne receiver
Super heterodyne receiverSuper heterodyne receiver
Super heterodyne receiver
 
Dsp U Lec07 Realization Of Discrete Time Systems
Dsp U   Lec07 Realization Of Discrete Time SystemsDsp U   Lec07 Realization Of Discrete Time Systems
Dsp U Lec07 Realization Of Discrete Time Systems
 
Properties of dft
Properties of dftProperties of dft
Properties of dft
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission Media
 
Lecture 17
Lecture 17Lecture 17
Lecture 17
 

Similar to DSP preliminaries

Slide Handouts with Notes
Slide Handouts with NotesSlide Handouts with Notes
Slide Handouts with NotesLeon Nguyen
 
Chirp spread spectrum communication
Chirp spread spectrum communicationChirp spread spectrum communication
Chirp spread spectrum communicationMahmudul Islam
 
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 Prakash Rao
 
Rigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applicationsRigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applicationsNIHON DENKEI SINGAPORE
 
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 ModelPratik Tarafdar
 
Natural test signals
Natural test signalsNatural test signals
Natural test signalsparassini
 
Shannon's Sampling Theorem
Shannon's Sampling TheoremShannon's Sampling Theorem
Shannon's Sampling TheoremKetan Nayak
 
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Ốlykhnh386525
 
01 beginning vibration analysis
01 beginning vibration analysis01 beginning vibration analysis
01 beginning vibration analysisHugo Alaniz
 
Fourier analysis
Fourier analysisFourier analysis
Fourier analysisAyzaJabeen
 
Sonar Principles Asw Analysis
Sonar Principles Asw AnalysisSonar Principles Asw Analysis
Sonar Principles Asw AnalysisJim Jenkins
 
Instrumental lecture 2
Instrumental lecture 2Instrumental lecture 2
Instrumental lecture 2esmail_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

Signals&Systems: Quick pointers to Fundamentals
Signals&Systems: Quick pointers to FundamentalsSignals&Systems: Quick pointers to Fundamentals
Signals&Systems: Quick pointers to FundamentalsMinakshi Atre
 
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 algorithmMinakshi Atre
 
Inference in HMM and Bayesian Models
Inference in HMM and Bayesian ModelsInference in HMM and Bayesian Models
Inference in HMM and Bayesian ModelsMinakshi Atre
 
Artificial Intelligence: Basic Terminologies
Artificial Intelligence: Basic TerminologiesArtificial Intelligence: Basic Terminologies
Artificial Intelligence: Basic TerminologiesMinakshi Atre
 
2)local search algorithms
2)local search algorithms2)local search algorithms
2)local search algorithmsMinakshi Atre
 
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)Minakshi Atre
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
Unit 6: DSP applications
Unit 6: DSP applications Unit 6: DSP applications
Unit 6: DSP applications Minakshi Atre
 
Unit 6: DSP applications
Unit 6: DSP applicationsUnit 6: DSP applications
Unit 6: DSP applicationsMinakshi Atre
 
Learning occam razor
Learning occam razorLearning occam razor
Learning occam razorMinakshi Atre
 
Waltz algorithm in artificial intelligence
Waltz algorithm in artificial intelligenceWaltz algorithm in artificial intelligence
Waltz algorithm in artificial intelligenceMinakshi Atre
 
Perception in artificial intelligence
Perception in artificial intelligencePerception in artificial intelligence
Perception in artificial intelligenceMinakshi Atre
 
Popular search algorithms
Popular search algorithmsPopular search algorithms
Popular search algorithmsMinakshi Atre
 
Artificial Intelligence Terminologies
Artificial Intelligence TerminologiesArtificial Intelligence Terminologies
Artificial Intelligence TerminologiesMinakshi Atre
 
composite video signal
composite video signalcomposite video signal
composite video signalMinakshi Atre
 
Basic terminologies of television
Basic terminologies of televisionBasic terminologies of television
Basic terminologies of televisionMinakshi 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

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

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