SlideShare a Scribd company logo
1 of 18
Download to read offline
The Analog to Digital Conversion Process
Joel Amulraj
Chennai, India
Week 2 Assignment
The Analog to Digital Conversion Process
• Sounds are analog - they are made of waves that travel through matter. People hear sounds
when these waves physically vibrate their eardrums.
• Since Computers are digital devices, they cannot understand these continuous pressure variable
analog signals, so they communicate digitally, using electrical impulses that represent 0s and 1s
( i.e., through Binary).
Binary Notations:
• One binary digit (0 or 1) is referred to as a bit, which is short for binary digit. One bit can only be
used to represent 2 different values: 0 and 1.
The Analog to Digital Conversion Process
• To represent more than two values, we need to use multiple bits.
• Two bits combined can be used to represent 4 different values: 0 0,
0 1, 1 0, and 1 1.
• Three bits can be used to represent 8 different values: 0 0 0, 0 0 1,
0 1 0, 1 0 0, 0 1 1, 1 0 1, 1 1 0 & 1 1 1.
• In general, 'n' bits can be used to represent 2^n different values.
20 1
21 2
22 4
23 8
24 16
25 32
26 64
27 128
28 256
29 512
210 1,024
211 2,048
212 4,096
213 8,192
214 16,384
215 32,768
216 65,536
Which part of the computer component converts the analog to digital information??
“The Sound Card “
The most basic sound card is a printed circuit board that translates analog and digital information:
The Analog to Digital Conversion Process
An analog-to-digital converter (ADC)
The ADC translates the analog waves of your voice into digital data that the computer can understand.
To do this, it samples, or digitizes, the sound by taking precise measurements of the wave at frequent
intervals.
A digital-to-analog converter (DAC)
If you were to play your recording back through the speakers, the DAC would perform the same basic
steps in reverse. With accurate measurements and a fast sampling rate, the restored analog signal can
be nearly identical to the original sound wave.
Capture and playback of digital audio
Air pressure
variations
Captured via
microphone
Air pressure
variations
ADC
Signal is
converted into
binary
(discrete form)
0101001101
0110101111
Analogue to Digital
Converter
DAC
Converts
back into
voltage
Digital to Analogue
Converter
The Analog to Digital Conversion Process
 Audio analogue to digital converters work by repeatedly
measuring the amplitude(volume) of an incoming electrical
pressure soundwave (an electrical voltage), and outputting
these measurements as a long list of binary bytes. In this way,
a mathematical "picture" of the shape of the wave is created.
The Analog to Digital Conversion Process
The 2 essential parameters
There are 2 important parameters which control the quality of the audio conversion process. These
are ...
Sample
rate
& Word
length
Number of
samples taken
per second.
Known as Bit
depth.
It is the number of
bits used to carry
the data in each
sample of audio.
Sample Rate ( in detail )
• Sample rate is the number of samples of audio carried per second, measured in Hz or kHz.
• Sampling rate defines the number of samples per second taken from a continuous signal to make a
discrete or digital signal.
• Sampling involves taking snapshots of an audio signal at very fast intervals usually tens of thousands of
times per second.
• For audio production, the least samples rate that is required is 44.1 Khz. The other sample rates are
48Khz, 88.2 Khz, 96 Khz, 192 Khz.
The Analog to Digital Conversion Process
 Why a minimum of 44,100 hz sample rate is required ? Nyquist theorem
It states that :
"The sample rate should be a little over twice the amount of the highest audio frequency (harmonic) to be
recorded if poor sound quality is to be avoided".
• Because humans can hear audio frequencies as high as 20KHz (20,000cps/Hz), a minimum sample rate of 44.1KHz
(or 44,100 sample measurements a second) was decided upon.,
Human audio spectrum = 20Hz to 20,000Hz (20KHz)
Highest audio frequency = 20,000Hz ... therefore ...
20,000 x 2 = 40,000 + "a little bit more" = 44,100 samples per second
Sampling frequency - Lowersamplerates producepoorerquality
Because of less samples,
The resulting waveform
is not a smooth
waveform like the
original waveform.
Sampling frequency - Higher sample rates produce better quality recordings
Because of more
samples, The
resulting waveform
is a smooth
waveform like the
original waveform.
The Bit Depth ( Word length )
 Bit depth is the number of bits of information in
each sample, and it directly corresponds to
the resolution of each sample.
For example in digital world, information are
represented in binary ( 0 & 1) – base 2.
For 2 bit system – 2^2 ( 4 possibilities ) are there to
represent the information.
For 8 bits it is 256 possibilities.
Such like that a 16 bit system uses 65,536
possibilities to represent the sampled frequency.
The Analog to Digital Conversion Process
So how many possibilities for 24 bit system?? Yes, it’s 16,777,216 possibilities
 Examples of bit depth - Compact Disc Digital Audio, which uses 16 bits per sample,
and DVD-Audio and Blu-ray Disc which can support up to 24 bits per sample.
• The longer the word length the larger the file size, the less the distortion, the better quality
the sound
• The shorter the word length, the smaller the file size, the more the distortion, the poorer
quality the sound
The Analog to Digital Conversion Process
Bit depth is not only used to represent the sampled frequency, but also decides the maximum amount of
amplitude ( loudness dB) that can be sampled. i.e the Dynamic Range of the signal.
 Formula for calculating the loudness = 20 log 2^n ; ( where n is the no. of bits )
 Example 1 : Calculate the loudness present in the sample rate of 44.1 khz which uses a 16 bit depth ??
20 log 2^ 16 = 96 dB
 Example 2 : Calculate the loudness present in the sample rate of 48 khz which uses a 24 bit depth ??
“ Each bit contributes to 6 dB “
The Analog to Digital Conversion Process
• Playing back the recorded audio in a different sample rate, changes it pitch and speed.
• Such like, if the recorded audio is played from a lower sample to a higher sample rate,
then the pitch will be sound low and the speed the song ( tempo) will also be high
• If the recorded audio is played from a higher sample to a lower sample rate, then the
pitch will sound low and the speed the song ( tempo) will also be high.
The Analog to Digital Conversion Process
To conclude ,
Analog to Digital conversion happens by sampling the analogue signal using binary bits ( 0 & 1)
For the conversion to happen 2 parameters are important
The Sampling Rate & The Bit Depth ( word length )
• The Sampling Rate corresponds to the frequency of the signal
• The Bit depth corresponds to the Amplitude ( DR ) of the signal
Conclusion
That’s it Folks, It was really interesting in doing this assignment and collecting all these details.
Learnt a lot about these conversion process and even about sampling quantization too.
Hope I have done good on this assignment. Look forward to get a good review from you. If there is
any mistake kindly correct me. Thanks for your valuable time and going through this assignment.
Joel Amulraj

More Related Content

What's hot

Digital communications
Digital communicationsDigital communications
Digital communicationsAllanki Rao
 
Convolution codes and turbo codes
Convolution codes and turbo codesConvolution codes and turbo codes
Convolution codes and turbo codesManish Srivastava
 
Digital Modulation Techniques ppt
Digital Modulation Techniques pptDigital Modulation Techniques ppt
Digital Modulation Techniques pptPankaj Singh
 
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...Waqas Afzal
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transformRaj Endiran
 
Channel capacity
Channel capacityChannel capacity
Channel capacityPALLAB DAS
 
Adaptive delta modulation
Adaptive delta modulationAdaptive delta modulation
Adaptive delta modulationmpsrekha83
 
Wireless Channels Capacity
Wireless Channels CapacityWireless Channels Capacity
Wireless Channels CapacityOka Danil
 
Companding & Pulse Code Modulation
Companding & Pulse Code ModulationCompanding & Pulse Code Modulation
Companding & Pulse Code ModulationYeshudas Muttu
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulationgopi789
 
Digital modulation techniques
Digital modulation techniquesDigital modulation techniques
Digital modulation techniquesmpsrekha83
 
PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )vijidhivi
 
Adaptive filter
Adaptive filterAdaptive filter
Adaptive filterA. Shamel
 
Unipolar Encoding Techniques: NRZ & RZ
Unipolar Encoding Techniques: NRZ & RZUnipolar Encoding Techniques: NRZ & RZ
Unipolar Encoding Techniques: NRZ & RZArunabha Saha
 

What's hot (20)

Introduction to dsp
Introduction to dspIntroduction to dsp
Introduction to dsp
 
Digital communications
Digital communicationsDigital communications
Digital communications
 
Convolution codes and turbo codes
Convolution codes and turbo codesConvolution codes and turbo codes
Convolution codes and turbo codes
 
Digital Modulation Techniques ppt
Digital Modulation Techniques pptDigital Modulation Techniques ppt
Digital Modulation Techniques ppt
 
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...
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transform
 
Channel capacity
Channel capacityChannel capacity
Channel capacity
 
Phase shift keying
Phase shift keyingPhase shift keying
Phase shift keying
 
Pass band transmission
Pass band transmission Pass band transmission
Pass band transmission
 
Adaptive delta modulation
Adaptive delta modulationAdaptive delta modulation
Adaptive delta modulation
 
Wireless Channels Capacity
Wireless Channels CapacityWireless Channels Capacity
Wireless Channels Capacity
 
Linear Predictive Coding
Linear Predictive CodingLinear Predictive Coding
Linear Predictive Coding
 
Companding & Pulse Code Modulation
Companding & Pulse Code ModulationCompanding & Pulse Code Modulation
Companding & Pulse Code Modulation
 
Line coding
Line codingLine coding
Line coding
 
BIT Error Rate
BIT Error RateBIT Error Rate
BIT Error Rate
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
Digital modulation techniques
Digital modulation techniquesDigital modulation techniques
Digital modulation techniques
 
PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )
 
Adaptive filter
Adaptive filterAdaptive filter
Adaptive filter
 
Unipolar Encoding Techniques: NRZ & RZ
Unipolar Encoding Techniques: NRZ & RZUnipolar Encoding Techniques: NRZ & RZ
Unipolar Encoding Techniques: NRZ & RZ
 

Viewers also liked

Assignment2 analog to digital conversion soumit_mukherjee
Assignment2 analog to digital conversion soumit_mukherjeeAssignment2 analog to digital conversion soumit_mukherjee
Assignment2 analog to digital conversion soumit_mukherjeeSoumit Mukherjee
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionFirman Bachtiar
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionEngr Ahmad Khan
 
DAC-digital to analog converter
DAC-digital to analog converterDAC-digital to analog converter
DAC-digital to analog converterShazid Reaj
 
Analog-to-Digital Conversion Process
Analog-to-Digital Conversion Process Analog-to-Digital Conversion Process
Analog-to-Digital Conversion Process riley Mcclaflin
 
Digital to analog conversion
Digital to analog conversionDigital to analog conversion
Digital to analog conversionWaseemKhan00
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converterAshutosh Jaiswal
 
DAC , Digital to analog Converter
DAC , Digital to analog ConverterDAC , Digital to analog Converter
DAC , Digital to analog ConverterHossam Zein
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionDJShirlee
 
ANALOG TO DIGITAL CONVERSION
ANALOG TO DIGITAL CONVERSIONANALOG TO DIGITAL CONVERSION
ANALOG TO DIGITAL CONVERSIONgulshan guls
 
Analog to Digital Conversion Basics
Analog to Digital Conversion BasicsAnalog to Digital Conversion Basics
Analog to Digital Conversion BasicsSrikrishna Thota
 
Analog-to-Digital Conversion
Analog-to-Digital ConversionAnalog-to-Digital Conversion
Analog-to-Digital ConversionMariia Kreposna
 
25 quantization and_compression
25 quantization and_compression25 quantization and_compression
25 quantization and_compressionAmina Byalal
 
Analog to digital conversion technique
Analog to digital conversion techniqueAnalog to digital conversion technique
Analog to digital conversion techniqueUmar Shuaib
 
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16Robo India
 
Invering and non inverting amplifiers
Invering and non inverting amplifiersInvering and non inverting amplifiers
Invering and non inverting amplifiersMuhammad Mohsin
 

Viewers also liked (20)

Assignment2 analog to digital conversion soumit_mukherjee
Assignment2 analog to digital conversion soumit_mukherjeeAssignment2 analog to digital conversion soumit_mukherjee
Assignment2 analog to digital conversion soumit_mukherjee
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
DAC-digital to analog converter
DAC-digital to analog converterDAC-digital to analog converter
DAC-digital to analog converter
 
Analog-to-Digital Conversion Process
Analog-to-Digital Conversion Process Analog-to-Digital Conversion Process
Analog-to-Digital Conversion Process
 
Digital to analog conversion
Digital to analog conversionDigital to analog conversion
Digital to analog conversion
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
DAC , Digital to analog Converter
DAC , Digital to analog ConverterDAC , Digital to analog Converter
DAC , Digital to analog Converter
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
ANALOG TO DIGITAL CONVERSION
ANALOG TO DIGITAL CONVERSIONANALOG TO DIGITAL CONVERSION
ANALOG TO DIGITAL CONVERSION
 
Analog to Digital Conversion Basics
Analog to Digital Conversion BasicsAnalog to Digital Conversion Basics
Analog to Digital Conversion Basics
 
Analog to-digital conversion
Analog to-digital conversionAnalog to-digital conversion
Analog to-digital conversion
 
Analog-to-Digital Conversion
Analog-to-Digital ConversionAnalog-to-Digital Conversion
Analog-to-Digital Conversion
 
Chap65
Chap65Chap65
Chap65
 
25 quantization and_compression
25 quantization and_compression25 quantization and_compression
25 quantization and_compression
 
Analog to digital conversion technique
Analog to digital conversion techniqueAnalog to digital conversion technique
Analog to digital conversion technique
 
Chap4
Chap4Chap4
Chap4
 
Defying Nyquist in Analog to Digital Conversion
Defying Nyquist in Analog to Digital ConversionDefying Nyquist in Analog to Digital Conversion
Defying Nyquist in Analog to Digital Conversion
 
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16
 
Invering and non inverting amplifiers
Invering and non inverting amplifiersInvering and non inverting amplifiers
Invering and non inverting amplifiers
 

Similar to The analog to digital conversion process

Sampling rate bit depth
Sampling rate bit depthSampling rate bit depth
Sampling rate bit depthJonny Williams
 
Sampling rate bit depth_lossey lossless
Sampling rate bit depth_lossey losslessSampling rate bit depth_lossey lossless
Sampling rate bit depth_lossey losslessJonny Williams
 
Chapter 02 audio recording - part i
Chapter 02   audio recording - part iChapter 02   audio recording - part i
Chapter 02 audio recording - part iNazihah Ahwan
 
Lecture7 encodingmodulation
Lecture7 encodingmodulationLecture7 encodingmodulation
Lecture7 encodingmodulationH K
 
Unit1_File Size Calculation.pptx
Unit1_File Size Calculation.pptxUnit1_File Size Calculation.pptx
Unit1_File Size Calculation.pptxChitraKanna2
 
Chapter 2- Digital Data Acquistion.ppt
Chapter 2- Digital Data Acquistion.pptChapter 2- Digital Data Acquistion.ppt
Chapter 2- Digital Data Acquistion.pptVasanthiMuniasamy2
 
Analogue to digital conversion
Analogue to digital conversionAnalogue to digital conversion
Analogue to digital conversionsimonandisa
 
multimedia chapter1
multimedia chapter1multimedia chapter1
multimedia chapter1nes
 
03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt
03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt
03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.pptZeyadAlabsy
 
07_[15]_Lecture 7[updated].pdf
07_[15]_Lecture 7[updated].pdf07_[15]_Lecture 7[updated].pdf
07_[15]_Lecture 7[updated].pdfjetninga
 
Lecture6 audio
Lecture6   audioLecture6   audio
Lecture6 audioMr SMAK
 

Similar to The analog to digital conversion process (20)

Digital Audio
Digital AudioDigital Audio
Digital Audio
 
Sound digitalisation
Sound digitalisationSound digitalisation
Sound digitalisation
 
Sampling rate bit depth
Sampling rate bit depthSampling rate bit depth
Sampling rate bit depth
 
Week two a d conversion
Week two a d conversionWeek two a d conversion
Week two a d conversion
 
Sampling rate bit depth_lossey lossless
Sampling rate bit depth_lossey losslessSampling rate bit depth_lossey lossless
Sampling rate bit depth_lossey lossless
 
Chapter 02 audio recording - part i
Chapter 02   audio recording - part iChapter 02   audio recording - part i
Chapter 02 audio recording - part i
 
Lecture7 encodingmodulation
Lecture7 encodingmodulationLecture7 encodingmodulation
Lecture7 encodingmodulation
 
3 Digital Audio
3  Digital  Audio3  Digital  Audio
3 Digital Audio
 
3 Digital Audio
3 Digital Audio3 Digital Audio
3 Digital Audio
 
Unit1_File Size Calculation.pptx
Unit1_File Size Calculation.pptxUnit1_File Size Calculation.pptx
Unit1_File Size Calculation.pptx
 
Digital audio
Digital audioDigital audio
Digital audio
 
Chapter 2- Digital Data Acquistion.ppt
Chapter 2- Digital Data Acquistion.pptChapter 2- Digital Data Acquistion.ppt
Chapter 2- Digital Data Acquistion.ppt
 
M1L1-2.ppt
M1L1-2.pptM1L1-2.ppt
M1L1-2.ppt
 
Digital audio
Digital audioDigital audio
Digital audio
 
Analogue to digital conversion
Analogue to digital conversionAnalogue to digital conversion
Analogue to digital conversion
 
multimedia chapter1
multimedia chapter1multimedia chapter1
multimedia chapter1
 
03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt
03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt
03_04-AnalogDigital-HYanikomeroglu-12Jan2011_14Jan2011_Old1.ppt
 
07_[15]_Lecture 7[updated].pdf
07_[15]_Lecture 7[updated].pdf07_[15]_Lecture 7[updated].pdf
07_[15]_Lecture 7[updated].pdf
 
dsp dip.pptx
dsp dip.pptxdsp dip.pptx
dsp dip.pptx
 
Lecture6 audio
Lecture6   audioLecture6   audio
Lecture6 audio
 

Recently uploaded

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 

Recently uploaded (20)

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 

The analog to digital conversion process

  • 1. The Analog to Digital Conversion Process Joel Amulraj Chennai, India Week 2 Assignment
  • 2. The Analog to Digital Conversion Process • Sounds are analog - they are made of waves that travel through matter. People hear sounds when these waves physically vibrate their eardrums. • Since Computers are digital devices, they cannot understand these continuous pressure variable analog signals, so they communicate digitally, using electrical impulses that represent 0s and 1s ( i.e., through Binary). Binary Notations: • One binary digit (0 or 1) is referred to as a bit, which is short for binary digit. One bit can only be used to represent 2 different values: 0 and 1.
  • 3. The Analog to Digital Conversion Process • To represent more than two values, we need to use multiple bits. • Two bits combined can be used to represent 4 different values: 0 0, 0 1, 1 0, and 1 1. • Three bits can be used to represent 8 different values: 0 0 0, 0 0 1, 0 1 0, 1 0 0, 0 1 1, 1 0 1, 1 1 0 & 1 1 1. • In general, 'n' bits can be used to represent 2^n different values. 20 1 21 2 22 4 23 8 24 16 25 32 26 64 27 128 28 256 29 512 210 1,024 211 2,048 212 4,096 213 8,192 214 16,384 215 32,768 216 65,536
  • 4. Which part of the computer component converts the analog to digital information?? “The Sound Card “ The most basic sound card is a printed circuit board that translates analog and digital information:
  • 5. The Analog to Digital Conversion Process An analog-to-digital converter (ADC) The ADC translates the analog waves of your voice into digital data that the computer can understand. To do this, it samples, or digitizes, the sound by taking precise measurements of the wave at frequent intervals. A digital-to-analog converter (DAC) If you were to play your recording back through the speakers, the DAC would perform the same basic steps in reverse. With accurate measurements and a fast sampling rate, the restored analog signal can be nearly identical to the original sound wave.
  • 6. Capture and playback of digital audio Air pressure variations Captured via microphone Air pressure variations ADC Signal is converted into binary (discrete form) 0101001101 0110101111 Analogue to Digital Converter DAC Converts back into voltage Digital to Analogue Converter
  • 7. The Analog to Digital Conversion Process  Audio analogue to digital converters work by repeatedly measuring the amplitude(volume) of an incoming electrical pressure soundwave (an electrical voltage), and outputting these measurements as a long list of binary bytes. In this way, a mathematical "picture" of the shape of the wave is created.
  • 8. The Analog to Digital Conversion Process The 2 essential parameters There are 2 important parameters which control the quality of the audio conversion process. These are ... Sample rate & Word length Number of samples taken per second. Known as Bit depth. It is the number of bits used to carry the data in each sample of audio.
  • 9. Sample Rate ( in detail ) • Sample rate is the number of samples of audio carried per second, measured in Hz or kHz. • Sampling rate defines the number of samples per second taken from a continuous signal to make a discrete or digital signal. • Sampling involves taking snapshots of an audio signal at very fast intervals usually tens of thousands of times per second. • For audio production, the least samples rate that is required is 44.1 Khz. The other sample rates are 48Khz, 88.2 Khz, 96 Khz, 192 Khz.
  • 10. The Analog to Digital Conversion Process  Why a minimum of 44,100 hz sample rate is required ? Nyquist theorem It states that : "The sample rate should be a little over twice the amount of the highest audio frequency (harmonic) to be recorded if poor sound quality is to be avoided". • Because humans can hear audio frequencies as high as 20KHz (20,000cps/Hz), a minimum sample rate of 44.1KHz (or 44,100 sample measurements a second) was decided upon., Human audio spectrum = 20Hz to 20,000Hz (20KHz) Highest audio frequency = 20,000Hz ... therefore ... 20,000 x 2 = 40,000 + "a little bit more" = 44,100 samples per second
  • 11. Sampling frequency - Lowersamplerates producepoorerquality Because of less samples, The resulting waveform is not a smooth waveform like the original waveform.
  • 12. Sampling frequency - Higher sample rates produce better quality recordings Because of more samples, The resulting waveform is a smooth waveform like the original waveform.
  • 13. The Bit Depth ( Word length )  Bit depth is the number of bits of information in each sample, and it directly corresponds to the resolution of each sample. For example in digital world, information are represented in binary ( 0 & 1) – base 2. For 2 bit system – 2^2 ( 4 possibilities ) are there to represent the information. For 8 bits it is 256 possibilities. Such like that a 16 bit system uses 65,536 possibilities to represent the sampled frequency.
  • 14. The Analog to Digital Conversion Process So how many possibilities for 24 bit system?? Yes, it’s 16,777,216 possibilities  Examples of bit depth - Compact Disc Digital Audio, which uses 16 bits per sample, and DVD-Audio and Blu-ray Disc which can support up to 24 bits per sample. • The longer the word length the larger the file size, the less the distortion, the better quality the sound • The shorter the word length, the smaller the file size, the more the distortion, the poorer quality the sound
  • 15. The Analog to Digital Conversion Process Bit depth is not only used to represent the sampled frequency, but also decides the maximum amount of amplitude ( loudness dB) that can be sampled. i.e the Dynamic Range of the signal.  Formula for calculating the loudness = 20 log 2^n ; ( where n is the no. of bits )  Example 1 : Calculate the loudness present in the sample rate of 44.1 khz which uses a 16 bit depth ?? 20 log 2^ 16 = 96 dB  Example 2 : Calculate the loudness present in the sample rate of 48 khz which uses a 24 bit depth ?? “ Each bit contributes to 6 dB “
  • 16. The Analog to Digital Conversion Process • Playing back the recorded audio in a different sample rate, changes it pitch and speed. • Such like, if the recorded audio is played from a lower sample to a higher sample rate, then the pitch will be sound low and the speed the song ( tempo) will also be high • If the recorded audio is played from a higher sample to a lower sample rate, then the pitch will sound low and the speed the song ( tempo) will also be high.
  • 17. The Analog to Digital Conversion Process To conclude , Analog to Digital conversion happens by sampling the analogue signal using binary bits ( 0 & 1) For the conversion to happen 2 parameters are important The Sampling Rate & The Bit Depth ( word length ) • The Sampling Rate corresponds to the frequency of the signal • The Bit depth corresponds to the Amplitude ( DR ) of the signal
  • 18. Conclusion That’s it Folks, It was really interesting in doing this assignment and collecting all these details. Learnt a lot about these conversion process and even about sampling quantization too. Hope I have done good on this assignment. Look forward to get a good review from you. If there is any mistake kindly correct me. Thanks for your valuable time and going through this assignment. Joel Amulraj