Analog Signals Continuous-Time Signals Discrete-Time, Digital Signals

Total Page:16

File Type:pdf, Size:1020Kb

Analog Signals Continuous-Time Signals Discrete-Time, Digital Signals Analog Signals Music 171: Fundamentals of Digital Audio • Tamara Smyth, [email protected] A signal, of which a sinusoid is only one example, is Department of Music, a set, or sequence of numbers. University of California, San Diego (UCSD) • The term “analog” refers to the fact that it is October 15, 2019 “analogous” of the signal it represents. • A “real-world” signal is captured using a microphone which has a diaphragm that is pushed back and forth according to the compression and rarefaction of the sounding pressure waveform. Figure 1: The electrical signal used to represent the pressure variations of a sound wave is an analog signal. • The microphone transforms this displacement into a time-varying voltage—an analog electrical signal. 1 Music 171: Fundamentals of Digital Audio 2 Continuous-Time Signals Discrete-Time, Digital Signals • Analog signals are continuous in time. • When analog signals are brought into a computer, they must be made discrete (finite and countable). • A continuous-time signal is an infinite and uncountable sequence of numbers, as are the possible • A discrete-time signal is a finite sequence of values each number can have. numbers, with finite possible values for each number. – – between a start and end time, there are infinite number values are limited by how many bits are possible values for time t and the waveform’s used to represent them (bit depth); instantaneous amplitude x(t). – can be stored on a digital storage medium. • A continuous signal cannot be stored, or processed, in a computer since it would require infinite data. • Analog signals must be discretized (digitized) to produce a finite set of numbers for computer use. • Sampling: the process of taking individual values of a continuous-time signal (at regular time intervals). Music 171: Fundamentals of Digital Audio 3 Music 171: Fundamentals of Digital Audio 4 Analog to Digital Conversion Sampling • The process by which an analog signal is digitized is • Sampling: process of taking values (samples) of the called analog-to-digital or “a-to-d” conversion analog waveform at regularly spaced time intervals. • analog-to-digital converter (ADC): the device x(t) x[n] = x(nTs) that discretizes (digitizes) an analog signal. ADC • The ADC must accomplish two (2) tasks: 1. sampling: Ts = 1/fs – taking values (samples) at regular time intervals; Figure 2: The ideal analog-to-digital converter. 2. quantization: – assign a number to the value (using limited computer bits). • Sampling Rate: number of samples taken per second (Hz); – fs = 48 kHz (professional studio) – fs = 44.1 kHz (CD) – fs = 32 kHz (broadcasting) • Sampling Period: time interval (in seconds) between samples: Ts =1/fs seconds. Music 171: Fundamentals of Digital Audio 5 Music 171: Fundamentals of Digital Audio 6 Sampled Sinusoids Question 1 • Sampling corresponds to transforming the continuous • If the following sinusoid was sampled at fs = 16 Hz, time variable t into a set of discrete times that are – what is the duration of the signal shown? integer n multiples of the sampling period Ts: 1 t −→ nTs. 0.8 • Integer n corresponds to the index in the sequence. 0.6 • Continuous sinusoid: 0.4 0.2 x(t)= A sin(ωt + φ). 0 • Discrete sinusoid −0.2 −0.4 x(n)= A sin(ωnTs + φ), −0.6 a sequence of numbers that may be indexed by n. −0.8 −1 0 5 10 15 20 25 Sample Index • What would the duration be if fs = 32? Music 171: Fundamentals of Digital Audio 7 Music 171: Fundamentals of Digital Audio 8 • Answer 1 If fs = 32, the duration is shorter: 24 3 24 × T = = = .75 s. s 32 4 • If fs = 16, what is the duration shown? 1 0.8 0.6 0.4 0.2 0 −0.2 −0.4 −0.6 −0.8 −1 0 5 10 15 20 25 Sample Index • The sampling period (time between samples) is Ts =1/16 s. Since 24 samples are shown, the duration is 24 3 24 × T = = =1.5 s. s 16 2 Music 171: Fundamentals of Digital Audio 9 Music 171: Fundamentals of Digital Audio 10 Question 2 Answer 2 (Method 1) • If the following sinusoid was sampled at fs = 16 Hz, • If fs = 16, what is the frequency of the sinusoid? – what is the frequency of the sinusoid? 1 0.8 1 0.6 0.8 0.4 0.6 0.2 0.4 0 0.2 −0.2 0 −0.4 −0.2 −0.6 −0.4 −0.8 −0.6 −1 −0.8 0 5 10 15 20 25 Sample Index −1 0 5 10 15 20 25 Sample Index • Method 1: – 16 samples corresponds to 1 second, – there are 2 cycles in 1 second (after 16 samples), – the frequency is 2 Hz. Music 171: Fundamentals of Digital Audio 11 Music 171: Fundamentals of Digital Audio 12 • Answer 2 (Method 2) If fs = 32, then the frequency is higher: 1 32 f = = =4 Hz. T 8 • If fs = 16, what is the frequency of the sinusoid? 1 0.8 0.6 0.4 0.2 0 −0.2 −0.4 −0.6 −0.8 −1 0 5 10 15 20 25 Sample Index • Method 2: the period of the sinusoid is 8 1 T =8 × T = = , s 16 2 and the frequency is 1 1 f = = =2 Hz. T 2 Music 171: Fundamentals of Digital Audio 13 Music 171: Fundamentals of Digital Audio 14 Sampling and Reconstruction Importance of Knowing Sampling Rate • Once x(t) is sampled to produce x(n), time scale • If the signal is digitized and reconstructed using the information is lost. same sampling rate, the frequency and duration will • x(n) may represent a number of possible waveforms. be preserved. • If reconstruction is done using a different sampling Continuous 2-Hz Sinusoid 1 rate, the time interval between samples 0.5 changes resulting in a change in 0 -0.5 – overall signal duration, -1 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 – time to complete one cycle (period) and thus Time (s) 2-Hz Sinusoid Sampled at 32 Hz 1 sounding frequency. 0.5 0 -0.5 -1 0 5 10 15 20 25 30 Sample index 2-Hz Sinusoid Sampled at 32 Hz and Reconstructed at 16 Hz 1 0.5 0 -0.5 -1 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 Time (s) • Reconstructing at half the sampling rate (Fs/2) will double the time between samples (2/Fs), making the sinusoid twice as long and halving the frequency. Music 171: Fundamentals of Digital Audio 15 Music 171: Fundamentals of Digital Audio 16 Question 3 Answer 3 • A 220-Hz sinusoid is sampled at fs1 = 44100. It is • then played on an audio system having a different If a 220-Hz sinusoid sampled at fs1 = 44100 Hz is played back at fs2 = 22050 Hz (fs1/2), then the sampling rate of fs2 = 22050 Hz. – – At what frequency will the sinusoid sound? period between the samples will be twice as long: 1 1 2 2 Ts2 = = = = , fs2 22050 44100 fs1 – and the period of oscillation will double: 2 2 T2 =2T1 = = s, f1 220 – and the corresponding frequency will be halved (sound an octave lower): 1 220 f2 = = = 110 Hz. T2 2 Music 171: Fundamentals of Digital Audio 17 Music 171: Fundamentals of Digital Audio 18 Sampling in Practice II Question 4 • In the Beatles track “In My Life” (1:28) there is a • What is the sampling rate and frequency of the Baroque-style piano solo composed and played by following sinusoid? George Martin: 1 – piano solo 0.8 Problem: George Martin’s couldn’t play fast enough! 0.6 Solution: 0.4 0.2 – play an octave lower and at half tempo 0 – record at 1/2 sampling rate (or “speed” if analog), −0.2 – play back at twice the rate at which it was −0.4 recorded. −0.6 Effect: The distortion creates a sort of harpsichord −0.8 sound at the regular tempo and pitch. Why? −1 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 • Listen to how the original sound regains a piano Time (s) quality when played at 1/2 the sampling rate: – piano solo at 1/2 sampling rate • Note: Beatles recordings were actually analog, but the same principles apply! Music 171: Fundamentals of Digital Audio 19 Music 171: Fundamentals of Digital Audio 20 Answer 4 Implications of Sampling • Is a sampled sequence only an approximation of the • Give the sinusoid’s sampling rate and frequency. original? 1 • perfectly 0.8 Is it possible to reconstruct a sampled signal? 0.6 • 0.4 Will anything less than an infinite sampling rate 0.2 introduce error? 0 • How frequently must we sample in order to −0.2 “faithfully” reproduce an analog waveform? −0.4 −0.6 −0.8 −1 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 Time (s) • The period is 2 seconds (or, there is 1/2 cycle after 1 second) and the frequency is 1/2 Hz. • The sinusoid has 8 samples in 1 second and thus the sampling rate is fs =8 Hz. • The period has 16 samples and is thus 16 × 1/8=2 seconds long. The frequency is thus .5 Hz. Music 171: Fundamentals of Digital Audio 21 Music 171: Fundamentals of Digital Audio 22 Nyquist Sampling Theorem Digital Audio System • The Nyquist Sampling Theorem states that: A bandlimited continuous-time signal can be x(t) low−pass low−pass x(nTs) filter ADCCOMPUTER DAC filter sampled and perfectly reconstructed from its samples if the waveform is sampled over twice as fast as it’s highest frequency component.
Recommended publications
  • Radar Transmitter/Receiver
    Introduction to Radar Systems Radar Transmitter/Receiver Radar_TxRxCourse MIT Lincoln Laboratory PPhu 061902 -1 Disclaimer of Endorsement and Liability • The video courseware and accompanying viewgraphs presented on this server were prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor any of their employees, nor the Massachusetts Institute of Technology and its Lincoln Laboratory, nor any of their contractors, subcontractors, or their employees, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, products, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government, any agency thereof, or any of their contractors or subcontractors or the Massachusetts Institute of Technology and its Lincoln Laboratory. • The views and opinions expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof or any of their contractors or subcontractors Radar_TxRxCourse MIT Lincoln Laboratory PPhu 061802 -2 Outline • Introduction • Radar Transmitter • Radar Waveform Generator and Receiver • Radar Transmitter/Receiver Architecture
    [Show full text]
  • Digital Television Systems
    This page intentionally left blank Digital Television Systems Digital television is a multibillion-dollar industry with commercial systems now being deployed worldwide. In this concise yet detailed guide, you will learn about the standards that apply to fixed-line and mobile digital television, as well as the underlying principles involved, such as signal analysis, modulation techniques, and source and channel coding. The digital television standards, including the MPEG family, ATSC, DVB, ISDTV, DTMB, and ISDB, are presented toaid understanding ofnew systems in the market and reveal the variations between different systems used throughout the world. Discussions of source and channel coding then provide the essential knowledge needed for designing reliable new systems.Throughout the book the theory is supported by over 200 figures and tables, whilst an extensive glossary defines practical terminology.Additional background features, including Fourier analysis, probability and stochastic processes, tables of Fourier and Hilbert transforms, and radiofrequency tables, are presented in the book’s useful appendices. This is an ideal reference for practitioners in the field of digital television. It will alsoappeal tograduate students and researchers in electrical engineering and computer science, and can be used as a textbook for graduate courses on digital television systems. Marcelo S. Alencar is Chair Professor in the Department of Electrical Engineering, Federal University of Campina Grande, Brazil. With over 29 years of teaching and research experience, he has published eight technical books and more than 200 scientific papers. He is Founder and President of the Institute for Advanced Studies in Communications (Iecom) and has consulted for several companies and R&D agencies.
    [Show full text]
  • Lecture 11 : Discrete Cosine Transform Moving Into the Frequency Domain
    Lecture 11 : Discrete Cosine Transform Moving into the Frequency Domain Frequency domains can be obtained through the transformation from one (time or spatial) domain to the other (frequency) via Fourier Transform (FT) (see Lecture 3) — MPEG Audio. Discrete Cosine Transform (DCT) (new ) — Heart of JPEG and MPEG Video, MPEG Audio. Note : We mention some image (and video) examples in this section with DCT (in particular) but also the FT is commonly applied to filter multimedia data. External Link: MIT OCW 8.03 Lecture 11 Fourier Analysis Video Recap: Fourier Transform The tool which converts a spatial (real space) description of audio/image data into one in terms of its frequency components is called the Fourier transform. The new version is usually referred to as the Fourier space description of the data. We then essentially process the data: E.g . for filtering basically this means attenuating or setting certain frequencies to zero We then need to convert data back to real audio/imagery to use in our applications. The corresponding inverse transformation which turns a Fourier space description back into a real space one is called the inverse Fourier transform. What do Frequencies Mean in an Image? Large values at high frequency components mean the data is changing rapidly on a short distance scale. E.g .: a page of small font text, brick wall, vegetation. Large low frequency components then the large scale features of the picture are more important. E.g . a single fairly simple object which occupies most of the image. The Road to Compression How do we achieve compression? Low pass filter — ignore high frequency noise components Only store lower frequency components High pass filter — spot gradual changes If changes are too low/slow — eye does not respond so ignore? Low Pass Image Compression Example MATLAB demo, dctdemo.m, (uses DCT) to Load an image Low pass filter in frequency (DCT) space Tune compression via a single slider value n to select coefficients Inverse DCT, subtract input and filtered image to see compression artefacts.
    [Show full text]
  • (MSEE) COMMUNICATION, NETWORKING, and SIGNAL PROCESSING TRACK*OPTIONS Curriculum Program of Study Advisor: Dr
    MASTER OF SCIENCE IN ELECTRICAL ENGINEERING (MSEE) COMMUNICATION, NETWORKING, AND SIGNAL PROCESSING TRACK*OPTIONS Curriculum Program of Study Advisor: Dr. R. Sankar Name USF ID # Term/Year Address Phone Email Advisor Areas of focus: Communications (Systems/Wireless Communications), Networking, and Digital Signal Processing (Speech/Biomedical/Image/Video and Multimedia) Course Title Number Credits Semester Grade 1. Mathematics: 6 hours Random Process in Electrical Engineering EEE 6545 3 Select one other from the following Linear and Matrix Algebra EEL 6935 3 Optimization Methods EEL 6935 3 Statistical Inference EEL 6936 3 Engineering Apps for Vector Analysis** EEL 6027 3 Engineering Apps for Complex Analysis** EEL 6022 3 2. Focus Area Core Courses: 15 hours (Select a major core with 2 sets of sequences from groups A or B and a minor core (one course from the other group) A. Communications and Networking Digital Communication Systems EEL 6534 3 Mobile and Personal Communication EEL 6593 3 Broadband Communication Networks EEL 6506 3 Wireless Network Architectures and Protocols EEL 6597 3 Wireless Communications Lab EEL 6592 3 B. Signal Processing Digital Signal Processing I EEE 6502 3 Digital Signal Processing II EEL 6752 3 Speech Signal Processing EEL 6586 3 Deep Learning EEL 6935 3 Real-Time DSP Systems Lab (DSP/FPGA Lab) EEL 6722C 3 3. Electives: 3 hours A. Communications, Networking, and Signal Processing Selected Topics in Communications EEL 7931 3 Network Science EEL 6935 3 Wireless Sensor Networks EEL 6935 3 Digital Signal Processing III EEL 6753 3 Biomedical Image Processing EEE 6514 3 Data Analytics for Electrical and System Engineers EEL 6935 3 Biomedical Systems and Pattern Recognition EEE 6282 3 Advanced Data Analytics EEL 6935 3 B.
    [Show full text]
  • Analog Output Signal the Signal Saturation Can Be Controlled by Setting the Respective ▪ Introduction AO-LL and the AO-UL
    FieldGuide Enhance Operations Analog Output Signal The Signal Saturation can be controlled by setting the respective ▪ Introduction AO-LL and the AO-UL. The AO-LL and the AO-UL are programmable Yokogawa’s pressure transmitters with BRAIN or HART within the parameter limits of the transmitter via the FieldMate. communication have a 4 to 20 mA analog signal corresponding to the Primary Variable (PV). This output signal is generated from the digital signal supplied by the DPHarp sensor using a 15BitD/A signal converter with 0.004% resolution. The transmitters are designed to drive output slightly greater than the 4 to 20 mA “Base” signal. The intention is to set analog alarm thresholds recognizably beyond the normal operating 4 to 20 mA range, to indicate measurement our of range, and to set further alarm thresholds to indicate a fault condition. ▪ Applicable Models > EJA-E Series: All models with either BRAIN or HART communication > EJX-A Series: All models with either BRAIN or HART communication ▪ Process Measurement Out-of-Range Standard Analog Output Signal Yokogawa’s standard analog output transmitters are factory set to an Analog Output– Lower Limit (AO-LL) and Analog Output-Upper Limit The AO-LL and the AO-UL can be set to any value between 3.6 mA to (AO-UL) of 3.6 mA and 21.6 mA respectively. This allows for a small 21.6 mA. amount of linear over-range process readings. This over-range signal is referred to as Signal Saturation. During operation, if the AO-LL or Although FieldMate is highlighted here, any Hart Communicator has AO-UL limits are reached, the analog signal locks to the respective access to these functions.
    [Show full text]
  • The Big Picture: HDTV and High-Resolution Systems (Part 6 Of
    Chapter 4 TV and HRS Technologies INTRODUCTION picture on the TV screen by scanning electron beams (one for each primary color) across the picture tube As an entertainment medium, HDTV is not and varying their intensity in exact synchronism revolutionary. It is simply another step in the with the original picture signal. ongoing evolution of television that began with black and white (B&W) TV in the 1940s and will The 1950s technologies used today to bring color continue into the future with as yet undreamed of TV pictures to the home have a variety of shortcom- technologies. Each successive generation of TV ings and imperfections that modern systems can technology attempts to provide a more realistic correct. TV production formats, established in the picture and sound within the constraints of low-cost, 1930s and 40s, were originally based on 35-mm easy-to-use consumer technology. motion picture film. This gave today’s TV picture its Here we describe conventional NTSC1 television, nearly square shape (or aspect ratio) of 4 units wide Advanced Television (ATV) systems, and some of by 3 high (4:3). Research has found, however, a their underlying technologies (box 4-l). The conver- strong viewer preference for screens 5 to 6 units gence of ATVS, computer and telecommunications wide by 3 units high—as seen in today’s theatres— equipment toward High Resolution Systems (HRS) that correspond to the human field of vision.4 is discussed later. The original motion picture standard was 16 CONVENTIONAL TELEVISION: pictures per second—manually cranked cameras could go no faster.5 At that rate the viewer saw a PRODUCTION, TRANSMISSION, significant ‘flicker’ in the picture displayed (hence AND RECEPTION the term, the ‘flicks’ ‘).6 In developing TV transmis- Television systems involve three distinct activi- sion standards, engineers sought a system that sent ties: l)production, 2) transmission, and 3) display of pictures often enough that viewers did not see them the TV program.
    [Show full text]
  • Acquiring an Analog Signal: Bandwidth, Nyquist Sampling Theorem, and Aliasing
    Acquiring an Analog Signal: Bandwidth, Nyquist Sampling Theorem, and Aliasing Overview Learn about acquiring an analog signal, including topics such as bandwidth, amplitude error, rise time, sample rate, the Nyquist Sampling Theorem, aliasing, and resolution. This tutorial is part of the Instrument Fundamentals series. Contents wwWhat is a Digitizer? wwBandwidth a. Calculating Amplitude Error b. Calculating Rise Time wwSample Rate a. Nyquist Sampling Theorem b. Aliasing wwResolution wwSummary ni.com/instrument-fundamentals Next Acquiring an Analog Signal: Bandwidth, Nyquist Sampling Theorem, and Aliasing What Is a Digitizer? Scientists and engineers often use a digitizer to capture analog data in the real world and convert it into digital signals for analysis. A digitizer is any device used to convert analog signals into digital signals. One of the most common digitizers is a cell phone, which converts a voice, an analog signal, into a digital signal to send to another phone. However, in test and measurement applications, a digitizer most often refers to an oscilloscope or a digital multimeter (DMM). This article focuses on oscilloscopes, but most topics are also applicable to other digitizers. Regardless of the type, the digitizer is vital for the system to accurately reconstruct a waveform. To ensure you select the correct oscilloscope for your application, consider the bandwidth, sampling rate, and resolution of the oscilloscope. Bandwidth The front end of an oscilloscope consists of two components: an analog input path and an analog-to-digital converter (ADC). The analog input path attenuates, amplifies, filters, and/or couples the signal to optimize it in preparation for digitization by the ADC.
    [Show full text]
  • Signal Shorts
    Signal Shorts Bill Fawcett Director of Engineering The Problem WMRA has published a coverage map which shows where we expect our signal to reach, based on formulas devised by the FCC. Yet even within our established coverage area, there are locales in which the signal sounds "fuzzy". In most cases, the topography of the area is causing "multi-path" interference, that is, reflections of the signal off of nearby mountains adds to the direct signal, but delayed somewhat in time, and scrambles the received signal. This is the same phenomenon that causes "ghosts" on your TV (shadow- images on your screen, not the "X-Files"). Multipath is a significant problem along the I-81 corridor North of Harrisonburg to Strasburg. Also at Penn Laird along Route 33. Multipath problems are so site-specific that moving a radio a few feet may make a difference. The next time you get a fuzzy signal at a traffic light you may note that it clears up by advancing a few feet (watch out for the car in front of you, or you may have other, more serious, problems). Switching to mono, if possible, will also help. Other areas suffer from terrain obstructions. This may be noted at Massanutten Resort, and in the UVA area of Charlottesville. For those outside of the predicted coverage area, signal strength (the lack of) may be a problem, as may interference. North of Charlottesville this is a big problem, with interference from a high-power station in Washington D.C. causing problems. Lastly, the downtown Charlottesville area suffers from interference from WCYK's 105.1 translator.
    [Show full text]
  • CSB.01 M2M Cellular Signal Amplifier
    CSB.01 M2M Cellular Signal Amplifier Operator’s Manual and Installation Guide www.taoglas.com Designed & Manufactured in The U.S.A. Contents 1. Overview 3 2. Parts List 3 3. Installation Guide 4 4. Installation with an SMA Device - Fixed Location 4 5. Installation with an SMA Device - Mobile Location 6 6. LED Diagnostics 7 7. Diagnostic LED definitions 7 8. Passive Bypass Technology – Patent Pending 8 9. CSB.01 Specifications 9 10. Safeguard Features 10 11. Antennas 10 12. Warranty Information 11 1. Overview The CSB.01 Wireless Network Range Extender is a high performance, microprocessor controlled, bidirectional RF amplifier for the entire North American 850 MHz cellular and 1900 MHz PCS frequency bands. The amplifier has an automatic gain and oscillation control system that will automatically adjust the gain and the output power if a signal anomaly occurs. This amplifier is designed to operate as a direct connect unit within a cellular system, for maximum performance in weak signal coverage areas. The input power requirements for the amplifier are positive 8.0 to 32.0 volts DC (negative ground). 2. Parts List Depending upon the connector type of the cellular device, Taoglas can customize the M2M kit to include the appropriate adapters to ensure a seamless and quick installation. Adapter types include, but are not limited to SMA, RP-SMA, MMCX, MCX, FME, and TNC. 1: CSB.01 Amplifier Unit 2: AC/DC Power Adapter 3: Hardwire DC Power Cable 4: Magnetic-Mount 5: SMA-to-SMA Device 6. Optional –SMA-to-MMCX Outdoor Signal Antenna Cable – If connecting to an Device Cable – If connecting MB.TG30.A.305111 SMA device to an MMCX device.
    [Show full text]
  • Fcc Written Response to the Gao Report on Dtv Table of Contents
    FCC WRITTEN RESPONSE TO THE GAO REPORT ON DTV TABLE OF CONTENTS I. TECHNICAL GOALS 1. Develop Technical Standard for Digital Broadcast Operations……………………… 1 2. Pre-Transition Channel Assignments/Allotments……………………………………. 5 3. Construction of Pre-Transition DTV Facilities……………………………………… 10 4. Transition Broadcast Stations to Final Digital Operations………………………….. 16 5. Facilitate the production of set top boxes and other devices that can receive digital broadcast signals in connection with subscription services………………….. 24 6. Facilitate the production of television sets and other devices that can receive digital broadcast signals……………………………………………………………… 29 II. POLICY GOALS 1. Protect MVPD Subscribers in their Ability to Continue Watching their Local Broadcast Stations After the Digital Transition……………………………….. 37 2. Maximize Consumer Benefits of the Digital Transition……………………………... 42 3. Educate consumers about the DTV transition……………………………………….. 48 4. Identify public interest opportunities afforded by digital transition…………………. 53 III. CONSUMER OUTREACH GOALS 1. Prepare and Distribute Publications to Consumers and News Media………………. 59 2. Participate in Events and Conferences……………………………………………… 60 3. Coordinate with Federal, State and local Entities and Community Stakeholders…… 62 4. Utilize the Commission’s Advisory Committees to Help Identify Effective Strategies for Promoting Consumer Awareness…………………………………….. 63 5. Maintain and Expand Information and Resources Available via the Internet………. 63 IV. OTHER CRITICAL ELEMENTS 1. Transition TV stations in the cross-border areas from analog to digital broadcasting by February 17, 2009………………………………………………………………… 70 2. Promote Consumer Awareness of NTIA’s Digital-to-Analog Converter Box Coupon Program………………………………………………………………………72 I. TECHNICAL GOALS General Overview of Technical Goals: One of the most important responsibilities of the Commission, with respect to the nation’s transition to digital television, has been to shepherd the transformation of television stations from analog broadcasting to digital broadcasting.
    [Show full text]
  • Minimum Signal Tests
    Federal Communications Commission FCC 05-199 0 Kepeat steps for other TVs Measure injected noise level 0 Set signal attenuator to 81 dB 0 Measure the “long average power” twice for use as described following I” measurements of inJected noise level. Because both the injected noise power measurement and the injected signal measurement were performed using the same vector signal analyzer on the same amplitude range, the CNR is expected to be quite accurate, since it doesn’t depend on thc absolute calibration accuracy of the measuring instrument. Additional information on the testing is included in the “Measurement Method section of Chapter 3 Minimum Signal Tests Note that all measurements are performed using the vector signal analyzer (VSA), and all attenuator settings and measurements are entered into a spreadsheet that performs the required computations. The tests are performed for TV channels 3, IO, and 30. Connect equipment as shown in Figure A-2. VSA setup 0 Run DTV measurement software* 0 Set number of averages to 1200 0 Set selected broadcast channel 0 Execute “single cal” 0 Set amplitude range to -50 dBm (most sensitive range) RF player setup 0 Load “HawaiiLReferenceA file 0 Set output channel to selected channel 0 Set output level to -30 dBm Measure VSA self noise three times by connecting a 50-ohm termination to the VSA input and performing a “long average power” measurements. (The average of these measurements will be subtracted-in linear power units-from all subsequent measurements.) TV tests. Repeat for each of TV to be tested (typically eight). Include receiver D3 in each test sequence as a consistency check.
    [Show full text]
  • Digital Television: Has the Revolution Stalled?
    iBRIEF / Media & Communications Cite as 2001 Duke L. & Tech. Rev. 0014 3/26/2001 April 26, 2001 DIGITAL TELEVISION: HAS THE REVOLUTION STALLED? When digital television technology first hit the scene it garnered great excitement, with its promise of movie theater picture and sound on a fraction of the bandwidth of analog. A plan was implemented to transition from the current analog broadcasting system to a digital system effective December 23, 2006. As we reach the half point of this plan, the furor begins to die as the realities of the difficult change sink in. The History of Digital Television ¶1 The technological possibilities of digital television are immense.1 It could provide the broadcast of theater quality sound and picture via cable, antenna or satellite; multicasting which enables the transmission of multiple programs within one digital signal; and signals for data communications that could potentially bring to the TV the capabilities of web pages and interactive compact discs.2 ¶2 The motivation behind the development of digital television technologies can be traced back to the history of analog broadcasting. As television became a viable medium in the United States at the start of the Second World War, the establishment of technical standards in transmission and reception equipment was of vital importance. In 1940, the National Television Systems Committee (NTSC) met to determine guidelines for the transmission and reception of television signals. With the US leading the charge into early broadcasting in the late 1940s, the technology available at the time became entrenched and remains a part of our lives today, with the familiar 525-line low-resolution screens that bring us the evening news.
    [Show full text]