AN-543: High Quality, All-Digital RF Frequency Modulation Generation

Total Page:16

File Type:pdf, Size:1020Kb

AN-543: High Quality, All-Digital RF Frequency Modulation Generation AN-543 a APPLICATION NOTE One Technology Way • P.O. Box 9106 • Norwood, MA 02062-9106 • 781/329-4700 • World Wide Web Site: http://www.analog.com High Quality, All-Digital RF Frequency Modulation Generation with the ADSP-2181 DSP and the AD9850 Direct Digital Synthesizer by Dean R. Becker The following describes the implementation of a high Recent developments in digital signal processing (DSP) quality all-digital FM RF generator for use with audio fre- devices have made it possible to create high quality FM quency input signals. The FM RF signal output is in the modulation using all-digital circuitry. This modulator broadcast FM band and can be monaural or stereo. does not require periodic recalibration, it does not drift with temperature or power supply variations, and it is FM modulators have been with us since the time of very easy to reproduce since there are no analog adjust- Major Edwin H. Armstrong (sometimes known as the ments (other than the level of the input analog modulat- father of FM) and his classic 1936 paper on the subject. ing signal). At the heart of this circuit is a Direct Digital He first put down on paper the fundamental concept of a Synthesizer (DDS), such as the AD9850 Complete-DDS fixed center frequency that is varied per a constant de- (C-DDS) device. The AD9850 consists of a digital phase viation ratio that is independent of the frequency of the accumulator, a phase/amplitude converter and a D/A modulating signal. FM became very popular because converter. It creates a linear ramp in the phase accumu- much of the noise generated in nature exhibits AM char- lator with a frequency that is dependent on the phase acteristics. The signal-to-noise ratio of an FM signal will accumulator’s input value. The ramp is mapped to a be found to exceed that of an AM signal due to the im- sampled sinusoidal signal by the phase-to-amplitude provement ratio related to the deviation ratio. We are all converter. The sampled digital signal is then D/A con- familiar with the wideband FM broadcast band and its verted and filtered with a reconstruction filter to pro- superior sound quality and noise immunity when com- duce an analog waveform. All functions of the DDS pared with AM broadcast. (except the analog reconstruction filter) are contained in Analog FM modulators typically employ an oscillator the AD9850 chip. The sampled signal is created at a with a varactor diode in the tuned circuit. The voltage to sample rate of 125 MHz, allowing high frequency RF out- the varactor is varied by the modulating signal, which put. Prior to the release of the AD9850, very fast, inex- changes its capacitance, therefore changing the reso- pensive C-DDS devices did not exist. For a more detailed nant point of the oscillator’s tuned circuit, which shifts explanation of the operation and specifications of a the frequency. As noted above, constant center fre- C-DDS device, please refer to the theory of operation in quency and deviation ratio are essential to quality FM. the AD9850 data sheet. Much work has been done to embellish the basic oscilla- tor circuit to provide the needed stability. Even though HARDWARE IMPLEMENTATION complex circuitry can be added to automatically com- The implementation of the FM RF generator consists of pensate for power supply and temperature variations, an Analog Devices EZ-KIT Lite 16-bit DSP development these circuits still require periodic recalibration to deal board, some I/O decode circuitry, and an evaluation with component aging. board for the DDS—the AD9850-FSPCB as shown in Figure 1. LINE IN AD9850/FSPCB AUDIO IN EZ-KIT LITE L AND R DDS AD9850 AD1847 FM RF ADSP-2181 I/O DECODE 8-BIT STEREO ADSP-2181 OUTPUT ␮ BUS LOGIC DATA CODEC DSP P DAC 125MHz OUT XOSC Figure 1. Block Diagram of FM RF Generator Implementation AN-543 AD9850-FSPCB EVAL BOARD EZ-KIT LITE MODIFIED CONNECTIONS BOARD 2 19 D7 D15 D1 Q1 P2-30 3 18 D6 D14 D2 Q2 P2-29 4 17 D5 D13 D3 Q3 P2-28 5 16 D4 D12 D4 Q4 P2-27 6 U2 15 D3 D11 D5 Q5 P2-26 7 14 D2 D10 D6 Q6 P2-25 8 13 D1 D9 D7 Q7 P2-24 9 12 D0 D8 D8 Q8 P2-23 11 CLK 1 OE 74AC574 CONNECT DIRECTLY TO 74AC574 PINS I/O INTERFACE BOARD 2 19 D1 Q1 43IOMS 3 18 U2B J2-41 D2 Q2 4 17 1 D3 Q3 12 2 74LS04 U1A 5 16 13 A1 D4 Q4 J2-2 6 U3 15 D5 Q5 74LS10 65WR 7 14 FQ UD U2C J2-39 D6 Q6 3 8 13 W CLK 6 4 U1B D7 Q7 5 74LS04 A0 9 12 RESET J2-1 D8 Q8 11 74LS10 CLK 1 VCC OE 2 1 RESET U2A J3-37 74AC574 CUT OE's FROM GND 74LS04 THEN TIE TO VCC Figure 2. Schematic of I/O Decode Logic and Interconnections The EZ-KIT Lite contains an Analog Devices ADSP-2181 DSP FIRMWARE IMPLEMENTATION KS-133 16-bit DSP with 16K × 24 of program memory Two programs are described here. The first is for a mon- RAM and 16K × 16 of data memory RAM. aural FM modulator (fm_xmit.dsp) and the second is for stereo (fmStereo.dsp). Both programs are stand-alone Hardware documentation comes with the EZ-KIT Lite single modules and can be loaded into the EZ-KIT Lite development board and schematics for the AD9850 via the serial port using the EZ-KIT Lite monitor. They C-DDS are in the AD9850 data sheet. The I/O decode begin with codec variable initialization. The only differ- logic and interconnections are shown in the schematic ence here is that the codec sample rate for fm_xmit is in Figure 2. 48 kHz while it is set to 44.1 kHz in FmStereo. (This will The AD9850-FSPCB evaluation board is made to inter- be explained with the FmStereo program). This part, the face to the parallel port of a PC. It has a Centronics-type initialization code, interrupt vectors and DSP and codec connector on it and buffers to work with the parallel initialization, was copied from a sample program that port. A simple way to connect it to an external DSP is by comes with the EZ-KIT Lite. The following partial listing disabling the buffers as shown in the schematic, by dis- in Figure 3 describes what happens on every input connecting the output enables from the ground plane of sample from the codec. First the left and right input the PCB and wiring them to VCC. With the buffers dis- samples are divided by two to ensure that they do not abled, the ADSP-2181 on the EZ-KIT Lite can drive the overflow as they are summed together. Next, a devia- AD9850 data lines directly. The I/O interface in the sche- tion value is multiplied by the previous sum and then matic decodes I/O address 1 to create the W_CLK (write has a center frequency value added to the product. This clock) signal and I/O address 2 to create the FQ_UD (fre- is all done in 32-bit double precision to preserve the ac- quency update) signal. These are control signals used to curacy of the C-DDS. Finally, the 32-bit frequency word write the consecutive frequency bytes into the AD9850 is broken into four bytes and sent to the AD9850 C-DDS. and then strobe the entire 32-bit frequency word into the operational register respectively. RESET is brought in to initialize the AD9850. Please refer to the AD9850 data sheet for more information on loading the C-DDS. –2– AN-543 .const w_clk= 0x0001; { 9850 write clock address } mr1 = mr2; .const fq_ud= 0x0002; { 9850 frequency update address } mr = mr + mx1 * my1 (ss); { mpy MSWs and add previous product } ax1 = 0x4710; { MSW of DDS center frequency } input_samples: ax0 = 0xcb29; { LSW of DDS center frequency } ena sec_reg; { use shadow register bank } ay1 = mr1; { MSW of modulated deviation } mr0 = dm (rx_buf + 1); { Left data in } ay0 = mr0; { LSW of modulated deviation } mr1 = dm (rx_buf + 2); { Right data in } ar = ax0 +ay0; { add LSWs first } { loopback inputs to outputs } mr0 = ar, ar=ax1 + ay1 + c; { save result LSW and get sum of MSWs } sr = ashift mr0 by -1 (hi); { scale left input by 0.5 } af = pass sr1; { setup for add } sr0 = 0; { DDS phase number = 0 } sr = ashift mr1 by -1 (hi); { scale right input by 0.5 } io(w_clk) = sr0; { output first byte to DDS } ar = sr1 + af; { add left and right together } sr = lshift ar by -8 (hi); { move MSB of MSW to align with D8-D15 } io(w_clk) = sr1; { output second byte to DDS, MSB of MSW } dm (tx_buf + 1) = ar; { Left data out } nop; dm (tx_buf + 2) = ar; { Right data out } io(w_clk) = ar; { output third byte to DDS, LSB of MSW } { same output on both channels } sr = lshift mr0 by -8 (hi); { move MSB of LSW to align with D8-D15 } io(w_clk) = sr1; { output forth byte to DDS, MSB of LSW } mx1 = 0x004e; { MSW of peak deviation value } nop; mx0 = 0xa4a8; { LSW of peak deviation value } io(w_clk) = mr0; { output fifth byte to DDS, LSB of LSW } my1 = ar; { L+R codec value (MSW only, LSW=0) } nop; { 32 bit mpy with one of the LSWs=0 } io(fq_ud) = sr0; { output latch pulse, data is irrelevant } mr = mx0 * my1 (us); { codec MSW * deviation LSW } mr0 = mr1; { shift right by 16 to align with next } rti; Figure 3.
Recommended publications
  • Radio Wave Spectrum Allocations and Dial Markings on Old Radios – Page 1
    Radio Wave Spectrum Allocations and Dial Markings on Old Radios – page 1 When you look at the dial of an old radio you may be confused by the numbers and letters written on the dial. In Australia and New Zealand the dials of Medium Wave radios (often called the Broadcast Band) were usually marked with the station call signs. In Australia, if the dial scale was quite small, a radio would only have the stations in that state marked on the dial. Some radios also had the Frequency and/or the Wave Length marked but this was not common throught period from 1936 to the end of the Australian made radios. Medium Wave Broadcast Band This is the band we tune to when we listen to an AM radio and most countries use frequency allocations between 526.5KHz and 1705KHz. Not all countries use all this allocation. Stereo transmission is possible and has been offered by some stations in the U.S., Canada, Mexico, the Dominican Republic, Paraguay, Australia, The Philippines, Japan, South Korea, South Africa, and France. However, there are multiple standards for AM stereo with C-QUAM being the most common in the United States as well as other countries, and receivers that implement the technologies are relatively rare. The FM Broadcast Band This is the range of frequencies we tune to when we tune a modern FM radio receiver. The international frequency allocation for this band is now 87.5MHz to 108MHz. This is often referred to as the CCIR Band. Over the years some countries have used other frequencies for this band and you will see these on the dials of some old FM radios you may find from time to time.
    [Show full text]
  • Discrete Cosine Transform Based Image Fusion Techniques VPS Naidu MSDF Lab, FMCD, National Aerospace Laboratories, Bangalore, INDIA E.Mail: [email protected]
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by NAL-IR Journal of Communication, Navigation and Signal Processing (January 2012) Vol. 1, No. 1, pp. 35-45 Discrete Cosine Transform based Image Fusion Techniques VPS Naidu MSDF Lab, FMCD, National Aerospace Laboratories, Bangalore, INDIA E.mail: [email protected] Abstract: Six different types of image fusion algorithms based on 1 discrete cosine transform (DCT) were developed and their , k 1 0 performance was evaluated. Fusion performance is not good while N Where (k ) 1 and using the algorithms with block size less than 8x8 and also the block 1 2 size equivalent to the image size itself. DCTe and DCTmx based , 1 k 1 N 1 1 image fusion algorithms performed well. These algorithms are very N 1 simple and might be suitable for real time applications. 1 , k 0 Keywords: DCT, Contrast measure, Image fusion 2 N 2 (k 1 ) I. INTRODUCTION 2 , 1 k 2 N 2 1 Off late, different image fusion algorithms have been developed N 2 to merge the multiple images into a single image that contain all useful information. Pixel averaging of the source images k 1 & k 2 discrete frequency variables (n1 , n 2 ) pixel index (the images to be fused) is the simplest image fusion technique and it often produces undesirable side effects in the fused image Similarly, the 2D inverse discrete cosine transform is defined including reduced contrast. To overcome this side effects many as: researchers have developed multi resolution [1-3], multi scale [4,5] and statistical signal processing [6,7] based image fusion x(n1 , n 2 ) (k 1 ) (k 2 ) N 1 N 1 techniques.
    [Show full text]
  • Digital Signals
    Technical Information Digital Signals 1 1 bit t Part 1 Fundamentals Technical Information Part 1: Fundamentals Part 2: Self-operated Regulators Part 3: Control Valves Part 4: Communication Part 5: Building Automation Part 6: Process Automation Should you have any further questions or suggestions, please do not hesitate to contact us: SAMSON AG Phone (+49 69) 4 00 94 67 V74 / Schulung Telefax (+49 69) 4 00 97 16 Weismüllerstraße 3 E-Mail: [email protected] D-60314 Frankfurt Internet: http://www.samson.de Part 1 ⋅ L150EN Digital Signals Range of values and discretization . 5 Bits and bytes in hexadecimal notation. 7 Digital encoding of information. 8 Advantages of digital signal processing . 10 High interference immunity. 10 Short-time and permanent storage . 11 Flexible processing . 11 Various transmission options . 11 Transmission of digital signals . 12 Bit-parallel transmission. 12 Bit-serial transmission . 12 Appendix A1: Additional Literature. 14 99/12 ⋅ SAMSON AG CONTENTS 3 Fundamentals ⋅ Digital Signals V74/ DKE ⋅ SAMSON AG 4 Part 1 ⋅ L150EN Digital Signals In electronic signal and information processing and transmission, digital technology is increasingly being used because, in various applications, digi- tal signal transmission has many advantages over analog signal transmis- sion. Numerous and very successful applications of digital technology include the continuously growing number of PCs, the communication net- work ISDN as well as the increasing use of digital control stations (Direct Di- gital Control: DDC). Unlike analog technology which uses continuous signals, digital technology continuous or encodes the information into discrete signal states (Fig. 1). When only two discrete signals states are assigned per digital signal, these signals are termed binary si- gnals.
    [Show full text]
  • Microwave Frequency Demodulation Using Two Coupled Optical Resonators with Modulated Refractive Index
    PHYSICAL REVIEW APPLIED 15, 034056 (2021) Microwave Frequency Demodulation Using two Coupled Optical Resonators with Modulated Refractive Index Adam Mock * School of Engineering and Technology, Central Michigan University, Mount Pleasant, Michigan 48859, USA (Received 16 October 2020; revised 1 February 2021; accepted 10 February 2021; published 18 March 2021) Traditional electronic frequency demodulation of a microwave frequency voltage is challenging because it requires complicated phase-locked loops, narrowband filters with fixed passbands, or large footprint local oscillators and mixers. Herein, a different frequency demodulation concept is proposed based on refractive index modulation of two coupled microcavities excited by an optical wave. A frequency- modulated microwave frequency voltage is applied to two photonic crystal microcavities in a spatially odd configuration. The spatially odd perturbation causes coupling between the even and odd supermodes of the coupled-cavity system. It is shown theoretically and verified by finite-difference time-domain sim- ulations how careful choice of the modulation amplitude and frequency can switch the optical output from on to off. As the modulating frequency is detuned from its off value, the optical output switches from off to on. Ultimately, the optical output amplitude is proportional to the frequency deviation of the applied voltage making this device a frequency-modulated-voltage to amplitude-modulated-optical- wave converter. The optical output can be immediately detected and converted to a voltage that would result in a frequency-demodulated voltage signal. Or the optical output can be fed into a larger radio- over-fiber optical network. In this case the device presents a compact, low power, and tunable route for multiplexing frequency-modulated voltages with amplitude-modulated optical communication systems.
    [Show full text]
  • How I Came up with the Discrete Cosine Transform Nasir Ahmed Electrical and Computer Engineering Department, University of New Mexico, Albuquerque, New Mexico 87131
    mxT*L. BImL4L. PRocEsSlNG 1,4-5 (1991) How I Came Up with the Discrete Cosine Transform Nasir Ahmed Electrical and Computer Engineering Department, University of New Mexico, Albuquerque, New Mexico 87131 During the late sixties and early seventies, there to study a “cosine transform” using Chebyshev poly- was a great deal of research activity related to digital nomials of the form orthogonal transforms and their use for image data compression. As such, there were a large number of T,(m) = (l/N)‘/“, m = 1, 2, . , N transforms being introduced with claims of better per- formance relative to others transforms. Such compari- em- lh) h = 1 2 N T,(m) = (2/N)‘%os 2N t ,...) . sons were typically made on a qualitative basis, by viewing a set of “standard” images that had been sub- jected to data compression using transform coding The motivation for looking into such “cosine func- techniques. At the same time, a number of researchers tions” was that they closely resembled KLT basis were doing some excellent work on making compari- functions for a range of values of the correlation coef- sons on a quantitative basis. In particular, researchers ficient p (in the covariance matrix). Further, this at the University of Southern California’s Image Pro- range of values for p was relevant to image data per- cessing Institute (Bill Pratt, Harry Andrews, Ali Ha- taining to a variety of applications. bibi, and others) and the University of California at Much to my disappointment, NSF did not fund the Los Angeles (Judea Pearl) played a key role.
    [Show full text]
  • Guidelines for FM Broadcast Standards
    TECHNICAL GUIDELINES FOR FM BROADCAST STANDARDS Directorate of Technical Regulations February 2014 94, Kairaba Avenue, P. O. Box 4230 Bakau, The Gambia Tel. (220) 4399601 / 4399606 Fax: (220) 4399905 EMail: [email protected] Website: www.pura.gm Contents 1. DEFINITIONS ........................................................................................................................... 2 2. INTRODUCTION ...................................................................................................................... 3 3. CLASSES OF FM BROADCAST STATIONS ........................................................................ 3 3.1 Public/Commercial FM station .................................................................................................. 3 3.2 Community Fm Stations ............................................................................................................. 3 3.3 Educational/Scientific FM station [Non Commercial] ............................................................... 3 4. FREQUENCY SPACING .......................................................................................................... 3 5. TECHNICAL REQUIREMENTS ............................................................................................. 4 5.1 Safety Requirements ................................................................................................................... 4 5.2 Transmitting Facilities ...............................................................................................................
    [Show full text]
  • Reception Performance Improvement of AM/FM Tuner by Digital Signal Processing Technology
    Reception performance improvement of AM/FM tuner by digital signal processing technology Akira Hatakeyama Osamu Keishima Kiyotaka Nakagawa Yoshiaki Inoue Takehiro Sakai Hirokazu Matsunaga Abstract With developments in digital technology, CDs, MDs, DVDs, HDDs and digital media have become the mainstream of car AV products. In terms of broadcasting media, various types of digital broadcasting have begun in countries all over the world. Thus, there is a demand for smaller and thinner products, in order to enhance radio performance and to achieve consolidation with the above-mentioned digital media in limited space. Due to these circumstances, we are attaining such performance enhancement through digital signal processing for AM/FM IF and beyond, and both tuner miniaturization and lighter products have been realized. The digital signal processing tuner which we will introduce was developed with Freescale Semiconductor, Inc. for the 2005 line model. In this paper, we explain regarding the function outline, characteristics, and main tech- nology involved. 22 Reception performance improvement of AM/FM tuner by digital signal processing technology Introduction1. Introduction from IF signals, interference and noise prevention perfor- 1 mance have surpassed those of analog systems. In recent years, CDs, MDs, DVDs, and digital media have become the mainstream in the car AV market. 2.2 Goals of digitalization In terms of broadcast media, with terrestrial digital The following items were the goals in the develop- TV and audio broadcasting, and satellite broadcasting ment of this digital processing platform for radio: having begun in Japan, while overseas DAB (digital audio ①Improvements in performance (differentiation with broadcasting) is used mainly in Europe and SDARS (satel- other companies through software algorithms) lite digital audio radio service) and IBOC (in band on ・Reduction in noise (improvements in AM/FM noise channel) are used in the United States, digital broadcast- reduction performance, and FM multi-pass perfor- ing is expected to increase in the future.
    [Show full text]
  • Additive Synthesis, Amplitude Modulation and Frequency Modulation
    Additive Synthesis, Amplitude Modulation and Frequency Modulation Prof Eduardo R Miranda Varèse-Gastprofessor [email protected] Electronic Music Studio TU Berlin Institute of Communications Research http://www.kgw.tu-berlin.de/ Topics: Additive Synthesis Amplitude Modulation (and Ring Modulation) Frequency Modulation Additive Synthesis • The technique assumes that any periodic waveform can be modelled as a sum sinusoids at various amplitude envelopes and time-varying frequencies. • Works by summing up individually generated sinusoids in order to form a specific sound. Additive Synthesis eg21 Additive Synthesis eg24 • A very powerful and flexible technique. • But it is difficult to control manually and is computationally expensive. • Musical timbres: composed of dozens of time-varying partials. • It requires dozens of oscillators, noise generators and envelopes to obtain convincing simulations of acoustic sounds. • The specification and control of the parameter values for these components are difficult and time consuming. • Alternative approach: tools to obtain the synthesis parameters automatically from the analysis of the spectrum of sampled sounds. Amplitude Modulation • Modulation occurs when some aspect of an audio signal (carrier) varies according to the behaviour of another signal (modulator). • AM = when a modulator drives the amplitude of a carrier. • Simple AM: uses only 2 sinewave oscillators. eg23 • Complex AM: may involve more than 2 signals; or signals other than sinewaves may be employed as carriers and/or modulators. • Two types of AM: a) Classic AM b) Ring Modulation Classic AM • The output from the modulator is added to an offset amplitude value. • If there is no modulation, then the amplitude of the carrier will be equal to the offset.
    [Show full text]
  • En 300 720 V2.1.0 (2015-12)
    Draft ETSI EN 300 720 V2.1.0 (2015-12) HARMONISED EUROPEAN STANDARD Ultra-High Frequency (UHF) on-board vessels communications systems and equipment; Harmonised Standard covering the essential requirements of article 3.2 of the Directive 2014/53/EU 2 Draft ETSI EN 300 720 V2.1.0 (2015-12) Reference REN/ERM-TG26-136 Keywords Harmonised Standard, maritime, radio, UHF ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • Next-Generation Photonic Transport Network Using Digital Signal Processing
    Next-Generation Photonic Transport Network Using Digital Signal Processing Yasuhiko Aoki Hisao Nakashima Shoichiro Oda Paparao Palacharla Coherent optical-fiber transmission technology using digital signal processing is being actively researched and developed for use in transmitting high-speed signals of the 100-Gb/s class over long distances. It is expected that network capacity can be further expanded by operating a flexible photonic network having high spectral efficiency achieved by applying an optimal modulation format and signal processing algorithm depending on the transmission distance and required bit rate between transmit and receive nodes. A system that uses such adaptive modulation technology should be able to assign in real time a transmission path between a transmitter and receiver. Furthermore, in the research and development stage, optical transmission characteristics for each modulation format and signal processing algorithm to be used by the system should be evaluated under emulated quasi-field conditions. We first discuss how the use of transmitters and receivers supporting multiple modulation formats can affect network capacity. We then introduce an evaluation platform consisting of a coherent receiver based on a field programmable gate array (FPGA) and polarization mode dispersion/polarization dependent loss (PMD/PDL) emulators with a recirculating-loop experimental system. Finally, we report the results of using this platform to evaluate the transmission characteristics of 112-Gb/s dual-polarization, quadrature phase shift keying (DP-QPSK) signals by emulating the factors that degrade signal transmission in a real environment. 1. Introduction amplifiers—which is becoming a limiting factor In the field of optical communications in system capacity—can be efficiently used.
    [Show full text]
  • Digital Signal Processing: Theory and Practice, Hardware and Software
    AC 2009-959: DIGITAL SIGNAL PROCESSING: THEORY AND PRACTICE, HARDWARE AND SOFTWARE Wei PAN, Idaho State University Wei Pan is Assistant Professor and Director of VLSI Laboratory, Electrical Engineering Department, Idaho State University. She has several years of industrial experience including Siemens (project engineering/management.) Dr. Pan is an active member of ASEE and IEEE and serves on the membership committee of the IEEE Education Society. S. Hossein Mousavinezhad, Idaho State University S. Hossein Mousavinezhad is Professor and Chair, Electrical Engineering Department, Idaho State University. Dr. Mousavinezhad is active in ASEE and IEEE and is an ABET program evaluator. Hossein is the founding general chair of the IEEE International Conferences on Electro Information Technology. Kenyon Hart, Idaho State University Kenyon Hart is Specialist Engineer and Associate Lecturer, Electrical Engineering Department, Idaho State University, Pocatello, Idaho. Page 14.491.1 Page © American Society for Engineering Education, 2009 Digital Signal Processing, Theory/Practice, HW/SW Abstract Digital Signal Processing (DSP) is a course offered by many Electrical and Computer Engineering (ECE) programs. In our school we offer a senior-level, first-year graduate course with both lecture and laboratory sections. Our experience has shown that some students consider the subject matter to be too theoretical, relying heavily on mathematical concepts and abstraction. There are several visible applications of DSP including: cellular communication systems, digital image processing and biomedical signal processing. Authors have incorporated many examples utilizing software packages including MATLAB/MATHCAD in the course and also used classroom demonstrations to help students visualize some difficult (but important) concepts such as digital filters and their design, various signal transformations, convolution, difference equations modeling, signals/systems classifications and power spectral estimation as well as optimal filters.
    [Show full text]
  • Digital Radio Power Increase
    Before the FEDERAL COMMUNICATIONS COMMISSION Washington, D.C. 20554 In the Matter of ) ) Digital Audio Broadcasting Systems ) MM Docket No. 99-325 And Their Impact On the Terrestrial Radio ) Broadcast Service ) ) COMMENTS OF THE NATIONAL ASSOCIATION OF BROADCASTERS The National Association of Broadcasters (NAB)1 hereby responds to the Public Notice2 soliciting public comment on recent filings in the digital audio broadcasting proceeding. By this Notice, the Media Bureau of the Federal Communications Commission (FCC) is seeking comment on three filings: a request by 18 radio broadcasters and the four largest manufacturers of broadcast transmission equipment (Joint Parties) to permit a voluntary increase in digital power for FM digital broadcasters, up to a maximum of 10 percent of a station’s authorized analog power;3 a technical report by iBiquity Digital Corporation (iBiquity) examining the benefits of this proposed increase in digital power, the compatibility with analog broadcasting and the potential interference effects 1 The National Association of Broadcasters is a trade association that advocates on behalf of more than 8,300 free, local radio and television stations and also broadcast networks before Congress, the Federal Communications Commission and the Courts. 2 Public Notice, DA 08-2340, MM Docket No. 99-325, October 23, 2008. 3 Joint Parties Ex Parte letter, filed in MM Docket No. 99-325, June 10, 2008 (Joint Parties request). resulting from the proposed increase;4 and a study by National Public Radio (NPR) on Corporation for Public Broadcasting-supported research on digital radio coverage and interference.5 As discussed below, the benefits of permitting FM broadcasters to optionally increase the power in their digital signal are compelling.
    [Show full text]