SWE 423: Multimedia Systems Chapter 3: Audio Technology (3)

Slides:



Advertisements
Similar presentations
Analog to digital conversion
Advertisements

DCSP-2: Fourier Transform I Jianfeng Feng Department of Computer Science Warwick Univ., UK
ECE 4371, Fall, 2014 Introduction to Telecommunication Engineering/Telecommunication Laboratory Zhu Han Department of Electrical and Computer Engineering.
Analogue to Digital Conversion (PCM and DM)
Chi-Cheng Lin, Winona State University CS412 Introduction to Computer Networking & Telecommunication Theoretical Basis of Data Communication.
Chapter 2 Data and Signals
FIGURE 2-1 Typical digital signal processing system. Joyce Van de Vegte Fundamentals of Digital Signal Processing Copyright ©2002 by Pearson Education,
Analog-to-digital Conversion and Digital-to-analog Conversion (with DSP) ES-3.
LSU 06/04/2007Electronics 71 Analog to Digital Converters Electronics Unit – Lecture 7 Representing a continuously varying physical quantity by a sequence.
Continuous Time Signals A signal represents the evolution of a physical quantity in time. Example: the electric signal out of a microphone. At every time.
CEN352, Dr. Ghulam Muhammad King Saud University
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 5 Introduction to Networks and the Internet.
Audio Audio is a wave resulting from air pressure disturbance that reaches our eardrum generating the sound we hear. –Humans can hear frequencies in the.
Variable Phenomena Nyquist Sampling Harry Nyquist (1889 – 1976)
Digital Signal Processing – Chapter 7
Chapter 4 Digital Transmission
SIMS-201 Audio Digitization. 2  Overview Chapter 12 Digital Audio Digitization of Audio Samples Quantization Reconstruction Quantization error.
MDIA 308 Digital technologies. Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary =
Fundamentals of...Fundamentals of... Fundamentals of Digital Audio.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
A/D Conversion No. 1  Seattle Pacific University Analog to Digital Conversion Based on Chapter 5 of William Stallings, Data and Computer Communication.
3. Pulse Modulation Uses the sampling rate PAM PDM, PWM PPM PCM.
Fall 2004EE 3563 Digital Systems Design Audio Basics  Analog to Digital Conversion  Sampling Rate  Quantization  Aliasing  Digital to Analog Conversion.
Sine Waves. Notation s 0 … s n … s N or s(0), … s(n), … s(N) Sketch the following digital signals: δ (n) = 1, n = 0 = 0, otherwise u (n) = 1, n >= 0 =
Key terms Sampling rate – how often we read the value of the signal Resolution – the separation between “levels” for our samples (can we read the value.
Digital Recording Theory Using Peak. Listening James Tenney, Collage #1 (“Blue Suede”),  Available in Bracken Library, on James Tenney Selected.
10/6/2015 3:12 AM1 Data Encoding ─ Analog Data, Digital Signals (5.3) CSE 3213 Fall 2011.
Professor: Dr. Miguel Alonso Jr.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
Chapter 12 The Principles of Computer Music Contents Digital Audio Processing Noise Reduction Audio Compression Digital Rights Management (DRM)
1 Composite Signals and Fourier Series To approximate a square wave with frequency f and amplitude A, the terms of the series are as follows: Frequencies:
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
◦ We sometimes need to digitize an analog signal ◦ To send human voice over a long distance, we need to digitize it, since digital signals are less prone.
A. B. M. Nasiruzzaman Dept. of EEE, RUET According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency contained in.
Chapter 4 Digital Transmission. 4.2 Summary Line Coding Line Coding Schemes Block Coding Scrambling Signal Element versus data element Multilevel : 2b1Q.
Transmission Media. Quiz: ANGEL->Lessons->Quiz 2 Figure 1Figure 2 Figure 3Figure 4.
Lecture 2 Analog to digital conversion & Basic discrete signals.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Fundamentals of Multimedia Chapter 6 Basics of Digital Audio Ze-Nian Li and Mark S. Drew 건국대학교 인터넷미디어공학부 임 창 훈.
From Information to Numbers The world is full of information Digital devices store numbers as bits How do we turn signals into numbers? Answer: Digitization.
Audio sampling as an example of analogue to digital Mr S McIntosh.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
CSI-447: Multimedia Systems Chapter 4: Reading Assignment.
Unit 2 Discrete System 中華技術學院電子系 蔡樸生 副教授 林盈灝 副教授.
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
Transmission Media.
FIGURE 2-1 Typical digital signal processing system.
COMPUTER NETWORKS and INTERNETS
Topics discussed in this section:
Chapter 8 Mohamed Bingabr
Chapter 3 Sampling.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecture Signals with limited frequency range
Signals and Systems Lecture 20
Dr. Clincy Professor of CS
Fundamentals Data.
Digital Control Systems Waseem Gulsher
Chapter 2 Signal Sampling and Quantization
4.2 Digital Transmission Pulse Modulation (Part 2.1)
MECH 373 Instrumentation and Measurements
Digital Control Systems Waseem Gulsher
Noise in FTIR Nyquist sampling theorem This is for ideal case
Lecture 10: Quantizing & PCM 1nd semester By: Adal ALashban.
Mr. Haneef Khan Department of Computer Networks College of CS&IS
Analog to Digital Encoding
Lab 2 Sampling and Quantization
CEN352, Dr. Ghulam Muhammad King Saud University
Chapter 3 Sampling.
Chapter 4 Signals Analog and digital Aperiodic and periodic signals
Presentation transcript:

SWE 423: Multimedia Systems Chapter 3: Audio Technology (3)

Question What determines the quality of the digitization process?

Basic Types of a Digital Signal Unit Impulse Function  [n] Unit Step Function u[n]

Sinc Function

To plot the sinc function in Matlab x = linspace(-5,5); y = sinc(x); plot(x,y);

Determining the Sampling Rate Suppose we are sampling a sine wave. How often do we need to sample it to figure out its frequency?

Sampling Theorem If the highest frequency contained in an analog is B and the signal is sampled at a rate F > 2B, then the signal can be exactly recovered from its sample values. F=2B is called the Nyquist Rate.

Quantization Levels Determines amplitude fidelity of the signal relative to the original analog signal. Quantization error (noise) is the maximum difference between the quantized sample values and the analog signal values. The digital signal quality relative to the original signal is measured by the signal to noise ratio (SNR). –SNR=20log 10 (S/N), where S is the maximum signal amplitude and N is the quantization noise (=quantization step).