SlideShare una empresa de Scribd logo
1 de 34
CS 414 - Spring 2009
CS 414 – Multimedia Systems Design
Lecture 3 – Digital Audio
Representation
Klara Nahrstedt
Spring 2009
CS 414 - Spring 2009
Administrative
 Form Groups for MPs
Deadline January 26 to email TA
Key Questions
 How can a continuous wave form be
converted into discrete samples?
 How can discrete samples be converted
back into a continuous form?
CS 414 - Spring 2009
Characteristics of Sound
 Amplitude
 Wavelength (w)
 Frequency ( )
 Timbre
 Hearing: [20Hz – 20KHz]
 Speech: [200Hz – 8KHz]

Digital Representation of Audio
 Must convert wave
form to digital
 sample
 quantize
 compress
Sampling (in time)
 Measure amplitude at regular intervals
 How many times should we sample?
CS 414 - Spring 2009
Example
 Suppose we have a sound wave with a
frequency of 1 cycle per second
-1.5
-1
-0.5
0
0.5
1
1.5
CS 414 - Spring 2009
Example
 If we sample at one cycle per second,
where would the sample points fall?
-1.5
-1
-0.5
0
0.5
1
1.5
CS 414 - Spring 2009
Example
 If we sample at 1.5 cycles per second,
where will the sample points fall?
-1.5
-1
-0.5
0
0.5
1
1.5
CS 414 - Spring 2009
Sampling - Example
 If we sample at two cycles per second,
where do the sample points fall?
-1.5
-1
-0.5
0
0.5
1
1.5
CS 414 - Spring 2009
Nyquist Theorem
For lossless digitization, the sampling rate
should be at least twice the maximum
frequency response.
 In mathematical terms:
fs > 2*fm
 where fs is sampling frequency and fm is
the maximum frequency in the signal
CS 414 - Spring 2009
Nyquist Limit
 max data rate = 2 H log2V bits/second, where
H = bandwidth (in Hz)
V = discrete levels (bits per signal change)
 Shows the maximum number of bits that can be sent
per second on a noiseless channel with a bandwidth
of H, if V bits are sent per signal
 Example: what is the maximum data rate for a 3kHz
channel that transmits data using 2 levels (binary) ?
 (2x3,000xln2=6,000bits/second)
CS 414 - Spring 2009
Limited Sampling
 But what if one cannot sample fast
enough?
CS 414 - Spring 2009
Limited Sampling
 Reduce signal frequency to half of
maximum sampling frequency
low-pass filter removes higher-frequencies
e.g., if max sampling frequency is 22kHz,
must low-pass filter a signal down to 11kHz
CS 414 - Spring 2009
Sampling Ranges
 Auditory range 20Hz to 22.05 kHz
must sample up to to 44.1kHz
common examples are 8.000 kHz, 11.025
kHz, 16.000 kHz, 22.05 kHz, and 44.1 KHz
 Speech frequency [200 Hz, 8 kHz]
sample up to 16 kHz
but typically 4 kHz to 11 kHz is used
CS 414 - Spring 2009
CS 414 - Spring 2009
Quantization
-1.5
-1
-0.5
0
0.5
1
1.5
CS 414 - Spring 2009
Quantization
 Typically use
8 bits = 256 levels
16 bits = 65,536 levels
 How should the levels be distributed?
Linearly? (PCM)
Perceptually? (u-Law)
Differential? (DPCM)
Adaptively? (ADPCM)
CS 414 - Spring 2009
Pulse Code Modulation
 Pulse modulation
Use discrete time samples of analog signals
Transmission is composed of analog
information sent at different times
Variation of pulse amplitude or pulse timing
allowed to vary continuously over all values
 PCM
Analog signal is quantized into a number of
discrete levels
CS 414 - Spring 2009
PCM Quantization and Digitization
CS 414 - Spring 2009
Digitization
Quantization
Linear Quantization (PCM)
 Divide amplitude spectrum into N units (for
log2N bit quantization)
0
50
100
150
200
250
300
0 50 100 150 200 250 300
Sound Intensity
Quantization
Index
CS 414 - Spring 2009
Non-uniform Quantization
CS 414 - Spring 2009
Perceptual Quantization (u-Law)
 Want intensity values logarithmically
mapped over N quantization units
0
50
100
150
200
250
300
0 50 100 150 200 250 300
Sound Intensity
Quantization
Index
CS 414 - Spring 2009
Differential Pulse Code
Modulation (DPCM)
 What if we look at sample differences, not
the samples themselves?
dt = xt-xt-1
Differences tend to be smaller
 Use 4 bits instead of 12, maybe?
CS 414 - Spring 2009
Differential Quantization
(DPCM)
 Changes between adjacent samples small
 Send value, then relative changes
 value uses full bits, changes use fewer bits
 E.g., 220, 218, 221, 219, 220, 221, 222, 218,.. (all
values between 218 and 222)
 Difference sequence sent: 220, +2, -3, 2, -1, -1, 3, ..
 Result: originally for encoding sequence 0..255
numbers need 8 bits;
 Difference coding: need only 3 bits
CS 414 - Spring 2009
Adaptive Differential Pulse Code
Modulation (ADPCM)
 Adaptive similar to DPCM, but adjusts the width of the
quantization steps
 Encode difference in 4 bits, but vary the mapping of bits
to difference dynamically
 If rapid change, use large differences
 If slow change, use small differences
CS 414 - Spring 2009
Signal-to-Noise Ratio
CS 414 - Spring 2009
Signal To Noise Ratio
 Measures strength of signal to noise
SNR (in DB)=
 Given sound form with amplitude in [-A, A]
 Signal energy =
)
(
log
10 10
energy
Noise
energy
Signal
-1
-0.75
-0.5
-0.25
0
0.25
0.5
0.75
1
A
0
-A
2
2
A
CS 414 - Spring 2009
Quantization Error
 Difference between actual and sampled value
 amplitude between [-A, A]
 quantization levels = N
 e.g., if A = 1,
N = 8, = 1/4
N
A
2


-0.5
-0.25
0
0.25
0.5
0.75
1


CS 414 - Spring 2009
Compute Signal to Noise Ratio
 Signal energy = ; Noise energy = ;
 Noise energy =
 Signal to noise =
 Every bit increases SNR by ~ 6 decibels
12
2

N
A
2


2
2
3 N
A

2
3
log
10
2
N
2
2
A
CS 414 - Spring 2009
Example
 Consider a full load sinusoidal modulating signal of
amplitude A, which utilizes all the representation levels
provided
 The average signal power is P= A2/2
 The total range of quantizer is 2A because modulating
signal swings between –A and A. Therefore, if it is N=16
(4-bit quantizer), Δ = 2A/24 = A/8
 The quantization noise is Δ2/12 = A2/768
 The S/N ratio is (A2/2)/(A2/768) = 384; SNR (in dB) 25.8
dB
CS 414 - Spring 2009
Data Rates
 Data rate = sample rate * quantization * channel
 Compare rates for CD vs. mono audio
 8000 samples/second * 8 bits/sample * 1 channel
= 8 kBytes / second
 44,100 samples/second * 16 bits/sample *
2 channel = 176 kBytes / second ~= 10MB / minute
CS 414 - Spring 2009
Comparison and
Sampling/Coding Techniques
CS 414 - Spring 2009
Summary
CS 414 - Spring 2009

Más contenido relacionado

Similar a lect03-audio-representation.ppt

Communication systems week 2
Communication systems week 2Communication systems week 2
Communication systems week 2babak danyal
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital ConvertersAnas Smarty
 
TeleCom Lecture 07.ppt
TeleCom Lecture 07.pptTeleCom Lecture 07.ppt
TeleCom Lecture 07.pptRiyaBatool
 
Basic Communication systems overview.ppt
Basic Communication systems overview.pptBasic Communication systems overview.ppt
Basic Communication systems overview.pptginanjaradi2
 
The application wavelet transform algorithm in testing adc effective number o...
The application wavelet transform algorithm in testing adc effective number o...The application wavelet transform algorithm in testing adc effective number o...
The application wavelet transform algorithm in testing adc effective number o...ijcsit
 
Ch4 1 Data communication and networking by neha g. kurale
Ch4 1 Data communication and networking by neha g. kuraleCh4 1 Data communication and networking by neha g. kurale
Ch4 1 Data communication and networking by neha g. kuraleNeha Kurale
 
Basic of Communication System, Dsescribe
Basic of Communication System, DsescribeBasic of Communication System, Dsescribe
Basic of Communication System, Dsescribeidanantha1
 
Baud rate is the number of change in signal
Baud rate is the number of change in signalBaud rate is the number of change in signal
Baud rate is the number of change in signalAbhishek Pathak
 
Baud rate is the number of change in signal
Baud rate is the number of change in signalBaud rate is the number of change in signal
Baud rate is the number of change in signalAbhishek Pathak
 
Lecture7 encodingmodulation
Lecture7 encodingmodulationLecture7 encodingmodulation
Lecture7 encodingmodulationH K
 
The analog to digital conversion process
The analog to digital conversion processThe analog to digital conversion process
The analog to digital conversion processDJNila
 
Data Encoding
Data EncodingData Encoding
Data EncodingLuka M G
 

Similar a lect03-audio-representation.ppt (20)

lecture-14-dcn.ppt
lecture-14-dcn.pptlecture-14-dcn.ppt
lecture-14-dcn.ppt
 
SAR_ADC__Resumo
SAR_ADC__ResumoSAR_ADC__Resumo
SAR_ADC__Resumo
 
Communication systems week 2
Communication systems week 2Communication systems week 2
Communication systems week 2
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital Converters
 
TeleCom Lecture 07.ppt
TeleCom Lecture 07.pptTeleCom Lecture 07.ppt
TeleCom Lecture 07.ppt
 
Basic Communication systems overview.ppt
Basic Communication systems overview.pptBasic Communication systems overview.ppt
Basic Communication systems overview.ppt
 
The application wavelet transform algorithm in testing adc effective number o...
The application wavelet transform algorithm in testing adc effective number o...The application wavelet transform algorithm in testing adc effective number o...
The application wavelet transform algorithm in testing adc effective number o...
 
Ch4 1 Data communication and networking by neha g. kurale
Ch4 1 Data communication and networking by neha g. kuraleCh4 1 Data communication and networking by neha g. kurale
Ch4 1 Data communication and networking by neha g. kurale
 
Channel impairments
Channel impairmentsChannel impairments
Channel impairments
 
Ch1_Modulation.pdf
Ch1_Modulation.pdfCh1_Modulation.pdf
Ch1_Modulation.pdf
 
Comm-system.ppt
Comm-system.pptComm-system.ppt
Comm-system.ppt
 
Comm-system.ppt
Comm-system.pptComm-system.ppt
Comm-system.ppt
 
Basic of Communication System, Dsescribe
Basic of Communication System, DsescribeBasic of Communication System, Dsescribe
Basic of Communication System, Dsescribe
 
ece477_7.ppt
ece477_7.pptece477_7.ppt
ece477_7.ppt
 
Baud rate is the number of change in signal
Baud rate is the number of change in signalBaud rate is the number of change in signal
Baud rate is the number of change in signal
 
Baud rate is the number of change in signal
Baud rate is the number of change in signalBaud rate is the number of change in signal
Baud rate is the number of change in signal
 
Lecture7 encodingmodulation
Lecture7 encodingmodulationLecture7 encodingmodulation
Lecture7 encodingmodulation
 
Ch 03
Ch 03Ch 03
Ch 03
 
The analog to digital conversion process
The analog to digital conversion processThe analog to digital conversion process
The analog to digital conversion process
 
Data Encoding
Data EncodingData Encoding
Data Encoding
 

Último

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
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
 
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 Performancesivaprakash250
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 

Último (20)

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
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
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 

lect03-audio-representation.ppt

  • 1. CS 414 - Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009
  • 2. CS 414 - Spring 2009 Administrative  Form Groups for MPs Deadline January 26 to email TA
  • 3. Key Questions  How can a continuous wave form be converted into discrete samples?  How can discrete samples be converted back into a continuous form? CS 414 - Spring 2009
  • 4. Characteristics of Sound  Amplitude  Wavelength (w)  Frequency ( )  Timbre  Hearing: [20Hz – 20KHz]  Speech: [200Hz – 8KHz] 
  • 5. Digital Representation of Audio  Must convert wave form to digital  sample  quantize  compress
  • 6. Sampling (in time)  Measure amplitude at regular intervals  How many times should we sample? CS 414 - Spring 2009
  • 7. Example  Suppose we have a sound wave with a frequency of 1 cycle per second -1.5 -1 -0.5 0 0.5 1 1.5 CS 414 - Spring 2009
  • 8. Example  If we sample at one cycle per second, where would the sample points fall? -1.5 -1 -0.5 0 0.5 1 1.5 CS 414 - Spring 2009
  • 9. Example  If we sample at 1.5 cycles per second, where will the sample points fall? -1.5 -1 -0.5 0 0.5 1 1.5 CS 414 - Spring 2009
  • 10. Sampling - Example  If we sample at two cycles per second, where do the sample points fall? -1.5 -1 -0.5 0 0.5 1 1.5 CS 414 - Spring 2009
  • 11. Nyquist Theorem For lossless digitization, the sampling rate should be at least twice the maximum frequency response.  In mathematical terms: fs > 2*fm  where fs is sampling frequency and fm is the maximum frequency in the signal CS 414 - Spring 2009
  • 12. Nyquist Limit  max data rate = 2 H log2V bits/second, where H = bandwidth (in Hz) V = discrete levels (bits per signal change)  Shows the maximum number of bits that can be sent per second on a noiseless channel with a bandwidth of H, if V bits are sent per signal  Example: what is the maximum data rate for a 3kHz channel that transmits data using 2 levels (binary) ?  (2x3,000xln2=6,000bits/second) CS 414 - Spring 2009
  • 13. Limited Sampling  But what if one cannot sample fast enough? CS 414 - Spring 2009
  • 14. Limited Sampling  Reduce signal frequency to half of maximum sampling frequency low-pass filter removes higher-frequencies e.g., if max sampling frequency is 22kHz, must low-pass filter a signal down to 11kHz CS 414 - Spring 2009
  • 15. Sampling Ranges  Auditory range 20Hz to 22.05 kHz must sample up to to 44.1kHz common examples are 8.000 kHz, 11.025 kHz, 16.000 kHz, 22.05 kHz, and 44.1 KHz  Speech frequency [200 Hz, 8 kHz] sample up to 16 kHz but typically 4 kHz to 11 kHz is used CS 414 - Spring 2009
  • 16. CS 414 - Spring 2009
  • 18. Quantization  Typically use 8 bits = 256 levels 16 bits = 65,536 levels  How should the levels be distributed? Linearly? (PCM) Perceptually? (u-Law) Differential? (DPCM) Adaptively? (ADPCM) CS 414 - Spring 2009
  • 19. Pulse Code Modulation  Pulse modulation Use discrete time samples of analog signals Transmission is composed of analog information sent at different times Variation of pulse amplitude or pulse timing allowed to vary continuously over all values  PCM Analog signal is quantized into a number of discrete levels CS 414 - Spring 2009
  • 20. PCM Quantization and Digitization CS 414 - Spring 2009 Digitization Quantization
  • 21. Linear Quantization (PCM)  Divide amplitude spectrum into N units (for log2N bit quantization) 0 50 100 150 200 250 300 0 50 100 150 200 250 300 Sound Intensity Quantization Index CS 414 - Spring 2009
  • 23. Perceptual Quantization (u-Law)  Want intensity values logarithmically mapped over N quantization units 0 50 100 150 200 250 300 0 50 100 150 200 250 300 Sound Intensity Quantization Index CS 414 - Spring 2009
  • 24. Differential Pulse Code Modulation (DPCM)  What if we look at sample differences, not the samples themselves? dt = xt-xt-1 Differences tend to be smaller  Use 4 bits instead of 12, maybe? CS 414 - Spring 2009
  • 25. Differential Quantization (DPCM)  Changes between adjacent samples small  Send value, then relative changes  value uses full bits, changes use fewer bits  E.g., 220, 218, 221, 219, 220, 221, 222, 218,.. (all values between 218 and 222)  Difference sequence sent: 220, +2, -3, 2, -1, -1, 3, ..  Result: originally for encoding sequence 0..255 numbers need 8 bits;  Difference coding: need only 3 bits CS 414 - Spring 2009
  • 26. Adaptive Differential Pulse Code Modulation (ADPCM)  Adaptive similar to DPCM, but adjusts the width of the quantization steps  Encode difference in 4 bits, but vary the mapping of bits to difference dynamically  If rapid change, use large differences  If slow change, use small differences CS 414 - Spring 2009
  • 28. Signal To Noise Ratio  Measures strength of signal to noise SNR (in DB)=  Given sound form with amplitude in [-A, A]  Signal energy = ) ( log 10 10 energy Noise energy Signal -1 -0.75 -0.5 -0.25 0 0.25 0.5 0.75 1 A 0 -A 2 2 A CS 414 - Spring 2009
  • 29. Quantization Error  Difference between actual and sampled value  amplitude between [-A, A]  quantization levels = N  e.g., if A = 1, N = 8, = 1/4 N A 2   -0.5 -0.25 0 0.25 0.5 0.75 1   CS 414 - Spring 2009
  • 30. Compute Signal to Noise Ratio  Signal energy = ; Noise energy = ;  Noise energy =  Signal to noise =  Every bit increases SNR by ~ 6 decibels 12 2  N A 2   2 2 3 N A  2 3 log 10 2 N 2 2 A CS 414 - Spring 2009
  • 31. Example  Consider a full load sinusoidal modulating signal of amplitude A, which utilizes all the representation levels provided  The average signal power is P= A2/2  The total range of quantizer is 2A because modulating signal swings between –A and A. Therefore, if it is N=16 (4-bit quantizer), Δ = 2A/24 = A/8  The quantization noise is Δ2/12 = A2/768  The S/N ratio is (A2/2)/(A2/768) = 384; SNR (in dB) 25.8 dB CS 414 - Spring 2009
  • 32. Data Rates  Data rate = sample rate * quantization * channel  Compare rates for CD vs. mono audio  8000 samples/second * 8 bits/sample * 1 channel = 8 kBytes / second  44,100 samples/second * 16 bits/sample * 2 channel = 176 kBytes / second ~= 10MB / minute CS 414 - Spring 2009
  • 34. Summary CS 414 - Spring 2009