Sigma- Delta Modulator Simulation and Analysis using MatLab
|
|
|
- Simon Crawford
- 9 years ago
- Views:
Transcription
1 Computer and Information Science; Vol. 5, No. 5; 2012 ISSN E-ISSN Published by Canadian Center of Science and Education Sigma- Delta Modulator Simulation and Analysis using MatLab Thuneibat S. A. 1 & Ababneh M. S. 2 1 Department of Electrical Engineering, BAU, Jordan 2 Finance and Administrative Department, BAU, Jordan Correspondence: Thuneibat S. A., Department of Electrical Engineering, BAU, Jordan. [email protected] Received: June 29, 2012 Accepted: July 24, 2012 Online Published: August 17, 2012 doi: /cis.v5n5p76 URL: Abstract In addition to compatibility with VLSI technology, sigma-delta converters provide high level of reliability and functionality and reduced chip cost. Those characteristics are commonly required in the today wireless communication environment. The objective of this paper is to simulate and analyze the sigma-delta technology which proposed for the implementation in the low-digital-bandwidth voice communication. The results of simulation show the superior performance of the converter compared to the performance of more conventional implementations, such as the delta converters. Particularly, this paper is focused on simulation and comparison between sigma-delta and delta converters in terms of varying signal to noise ratio, distortion ratio and sampling structure. Keywords: Sigma-Delta converter, Delta converter, simulation, analysis and comparison 1. Introduction Sigma-Delta modulation (Σ-ΔM or Δ-ΣM) is a technique for converting analog signals into digital data. Σ-ΔM is an improvement of an older Delta modulation (DM or Δ-modulation). DM is an analog-to-digital modulation technique may be used mainly for a wide variety of applications, including digital telephony over the Internet (VoIP), digital wireless and 4 th generation mobile communications. DM and Σ-ΔM are types of differential pulse-code modulation (DPCM) where the difference between sample value and the previous quantized value is quantized into fixed step size ±Δ and then encoded using 1-bit encoder, binary 1 for +Δ and binary 0 for Δ. Thus for increasing analog signal, the converter outputs 1 s and for decreasing signal, the converter outputs 0 s (Schreier, 2005). DM suffers from slope overload distortion and quantizing or granular noise, as shown in Figure 1. The slope overload distortion occur when the signal is increasing or decreasing with high dynamic range, that with high slope. At the other hand, granular noise takes place for a signal with low dynamic range. There are two approaches in avoiding noise and improving the performance characteristics; the first one is based on technique development, an example of such approach is the adaptive delta modulation (ADM) or continuously variable slope delta modulation (CVSD). In ADM, Δ is variable. Rather, when multiple consecutive bits (1 s or 0 s) have the same increasing or decreasing direction, the encoder assumes that slope overload may occur and the Δ becomes progressively larger. Otherwise, the step size becomes gradually smaller over time. ADM reduces slope error and quantizing error at the expense of increasing the system complexity and the calculation of Δ at each sample, the number of which is very large, introduces additional time delay. This fact degrades the quality of transmitted voice, which is, as known, sensitive to delay. The second approach is based on signal processing methods; Σ-ΔM is an example of this approach. In Σ-ΔM, the signal is applied to an integrator, therefore the Σ notation we put prior to ΔM. Both of the slope overload and granular problems are reduced with a Σ-ΔM, often to the point of insignificance. The desired output value is applied to the summing junction along with the actual output. This delta value is added to the integrator value (sigma) and applied to quantizer. The quantizer trims the data down to whatever the converter is capable of representing (Sangil, 1993). Recently, a large number of publications deal with the issue of analysis and design of Σ-ΔM. Reference 76
2 (Bernhard, 1988) studded the oversampled analog-to-digital converter architectures and proposed a second-order Σ-ΔM circuit which offers a means of exchanging resolution in time for that in amplitude so as to avoid the difficulty of implementing complex precision analog circuits. In Jaykar (2011), the authors proposed a set of models which takes into account SC Σ-ΔM nonidealities, such as sampling jitter since switching circuitry is included, kt/c noise, and operational amplifier parameters (noise, finite dc gain, finite bandwidth, slew-rate and saturation voltages). Each nonideality is modeled mathematically and their behavior is verified using different analysis in MatLAB Simulink. A new behavioral model of a second order law-pass Switched Capacitor (SC) Σ-ΔM proposed in (Abdelghani, 2011). In this paper, we focused on the programming of Σ-ΔM using MatLAB apparatus for the analysis of different performance parameters and for the comparison with ΔM. This paper is organized as follows: Section 2 presents the derivation of Σ-ΔM from ΔM and shows the block diagrams. Section 3 presents the developed MatLAB program. Comparison and simulation results reported in Section 4. Finally, Section 5 draws some conclusions. 2. Derivation of Sigma-Delta Modulator from Delta Modulator The Σ-ΔM n was derived from delta modulation and developed to be an extension to it. Figure 1 shows the block diagram of delta modulator and Figure 1 shows demodulator. Delta modulation is based on quantizing the difference of signal amplitude between current and previous sample using 1 bit rather than quantizing the absolute value of the signal at each sample using 8 bits as in PCM. Figure 1. Delta modulator block diagram modulator, demodulator Σ-ΔM involves the use of 2 integrators for modulation and demodulation as shown in Figure 2 and 2. Since integration is a linear operation, the second integrator can be moved to the position before the modulator without altering the overall input/output characteristics. Furthermore, the two integrators in Figure 3 can be combined into a single one by the linear operation property. Figure 2. Σ-ΔM block diagram modulator, demodulator 77
3 Figure 3. Simplified Σ-ΔM block diagram modulator, demodulator 3. Communication System with Sigma-Delta Modulator In Section 2, we had explained the structure and block diagram of the Σ-ΔM modulator. In this section, the block diagram of a communication system using Σ-ΔM is illustrated in Figure 4. As the most of digital communication systems are, nowadays, going optically, the system shown hereon is implementing fiber optics as the transmission media. Figure 4. Digital and optical communication system block diagram transmitter; receiver 4. Comparison and Simulation Results For the simulation and comparison of Σ-ΔM and ΔM, we developed MatLAB simulation programs: the main (main.m) program and two supporting (TxDM.m) and (RxDM.m). Several runs using PC Pentium 4 had been performed and the results are presented in Figures 5 to 8. In Figure 5, is the analog input signal and the output of integrator, the analog signal with quick change became smoother and slower. Figure 6 presents the original and the modulated signals using ΔM, and Σ-ΔM. Figure 7 shows the message signal and the modulated at SNR=40 using ΔM, and Σ-ΔM. In Figure 8, comparison characteristics are illustrated approximate RMS error versus frequency, and bit error rate versus SNR. 78
4 Figure 5. Integrator an analog input signal; integrated output Figure 6. The message signal and the modulated using ΔM, and Σ-ΔM Figure 7. The message signal and the modulated at SNR=40 using ΔM, and Σ-ΔM 79
5 Figure 8. Comparison characteristics approximate RMS error versus frequency, and bit error rate versus SNR 5. Conclusions Σ-ΔM has found increasing use in audio applications over the Internet where an analog audio signal is converted into a digital audio signal which will be sent in a digital form, the modern electronic components such as analog-to-digital converters and digital-to-analog converters, frequency synthesizers, switched-mode power supplies and motor controllers. From the figures, we note the following: Integration in Σ-ΔM makes signal smooth and remove the quick change, this simplifies quantization and reduce the BER, comparing with ΔM. From Figures 6 and 7, we clearly see that the modulated by Σ-ΔM signal is closely follow the modulating signal, rather than in ΔM. Figure 8 demonstrates the improvement in BER, achieved by Σ-ΔM. Figure 8 shows, may be, the only one disadvantage of Σ-ΔM. The increase of RMS error with increasing frequency, which also increased in ΔM but with slope less than in Σ-ΔM. References Abdelghani, D., Nour-Eddine, B., Souhil, K., & Samir, B. (2011). Modeling of a Second Order Sigma-Delta Modulator with Imperfections. International Journal on Electrical Engineering and Informatics, 3(2), Bernhard, E. B., & Wooley, B. A. (1988). The Design of Sigma-Delta Modulation Analog-to-Digital Converters. IEEE Journal of Solid-State Circuits, 23(6), Jaykar, S., Palsodkar, P., & Dakhole, P. (2011). Modeling of Sigma-Delta Modulator Non-Idealities in MATLAB/SIMULINK. Communication Systems and Network Technologies (CSNT), 2011 International Conference on, Sangil. P. (1993). Motorola Digital Signal Processors: Principles of Sigma-Delta Modulation for Analog-to-Digital Converters. Motorola. Schreier, R., & Temes, G. C. (2005). Understanding Delta-Sigma Data Converters. New York: IEEE Press. 80
Digital Transmission of Analog Data: PCM and Delta Modulation
Digital Transmission of Analog Data: PCM and Delta Modulation Required reading: Garcia 3.3.2 and 3.3.3 CSE 323, Fall 200 Instructor: N. Vlajic Digital Transmission of Analog Data 2 Digitization process
Digital to Analog Converter. Raghu Tumati
Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................
PCM Encoding and Decoding:
PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth
LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS
LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com
Motorola Digital Signal Processors
Motorola Digital Signal Processors Principles of Sigma-Delta Modulation for Analog-to- Digital Converters by Sangil Park, Ph. D. Strategic Applications Digital Signal Processor Operation MOTOROLA APR8
Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.
Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet
AVR127: Understanding ADC Parameters. Introduction. Features. Atmel 8-bit and 32-bit Microcontrollers APPLICATION NOTE
Atmel 8-bit and 32-bit Microcontrollers AVR127: Understanding ADC Parameters APPLICATION NOTE Introduction This application note explains the basic concepts of analog-to-digital converter (ADC) and the
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
How To Encode Data From A Signal To A Signal (Wired) To A Bitcode (Wired Or Coaxial)
Physical Layer Part 2 Data Encoding Techniques Networks: Data Encoding 1 Analog and Digital Transmissions Figure 2-23.The use of both analog and digital transmissions for a computer to computer call. Conversion
Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics:
Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Voice Digitization in the POTS Traditional
The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper
The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper Products: R&S RTO1012 R&S RTO1014 R&S RTO1022 R&S RTO1024 This technical paper provides an introduction to the signal
From Concept to Production in Secure Voice Communications
From Concept to Production in Secure Voice Communications Earl E. Swartzlander, Jr. Electrical and Computer Engineering Department University of Texas at Austin Austin, TX 78712 Abstract In the 1970s secure
The Phase Modulator In NBFM Voice Communication Systems
The Phase Modulator In NBFM Voice Communication Systems Virgil Leenerts 8 March 5 The phase modulator has been a point of discussion as to why it is used and not a frequency modulator in what are called
Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically.
Sampling Theorem We will show that a band limited signal can be reconstructed exactly from its discrete time samples. Recall: That a time sampled signal is like taking a snap shot or picture of signal
b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output
CMOS Analog IC Design - Chapter 10 Page 10.0-5 BLOCK DIAGRAM OF A DIGITAL-ANALOG CONVERTER b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output
LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS
LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems
Lecture 2 Outline. EE 179, Lecture 2, Handout #3. Information representation. Communication system block diagrams. Analog versus digital systems
Lecture 2 Outline EE 179, Lecture 2, Handout #3 Information representation Communication system block diagrams Analog versus digital systems Performance metrics Data rate limits Next lecture: signals and
Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications
Journal of Electromagnetic Analysis and Applications, 2012, 4, 162-166 http://dx.doi.org/10.4236/jemaa.2012.44021 Published Online April 2012 (http://www.scirp.org/journal/jemaa) Design of Bidirectional
Analog and Digital Filters Anthony Garvert November 13, 2015
Analog and Digital Filters Anthony Garvert November 13, 2015 Abstract In circuit analysis and performance, a signal transmits some form of information, such as a voltage or current. However, over a range
NRZ Bandwidth - HF Cutoff vs. SNR
Application Note: HFAN-09.0. Rev.2; 04/08 NRZ Bandwidth - HF Cutoff vs. SNR Functional Diagrams Pin Configurations appear at end of data sheet. Functional Diagrams continued at end of data sheet. UCSP
Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System
Digital Modulation David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh http://www.tele.pitt.edu/tipper.html Typical Communication System Source
Android based Alcohol detection system using Bluetooth technology
For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth
Introduction to Digital Audio
Introduction to Digital Audio Before the development of high-speed, low-cost digital computers and analog-to-digital conversion circuits, all recording and manipulation of sound was done using analog techniques.
Lab 5 Getting started with analog-digital conversion
Lab 5 Getting started with analog-digital conversion Achievements in this experiment Practical knowledge of coding of an analog signal into a train of digital codewords in binary format using pulse code
6 Output With 1 kω in Series Between the Output and Analyzer... 7 7 Output With RC Low-Pass Filter (1 kω and 4.7 nf) in Series Between the Output
Application Report SLAA313 December 26 Out-of-Band Noise Measurement Issues for Audio Codecs Greg Hupp... Data Acquisition Products ABSTRACT This report discusses the phenomenon of out-of-band noise, and
A 1-GSPS CMOS Flash A/D Converter for System-on-Chip Applications
A -GSPS CMOS Flash A/D Converter for System-on-Chip Applications Jincheol Yoo, Kyusun Choi, and Ali Tangel Department of Computer Science & Department of Computer & Engineering Communications Engineering
Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept
Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept ONR NEURO-SILICON WORKSHOP, AUG 1-2, 2006 Take Home Messages Introduce integrate-and-fire
PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS
PERFORMANCE ANALYSIS OF VOIP TRAFFIC OVER INTEGRATING WIRELESS LAN AND WAN USING DIFFERENT CODECS Ali M. Alsahlany 1 1 Department of Communication Engineering, Al-Najaf Technical College, Foundation of
Bipolar Transistor Amplifiers
Physics 3330 Experiment #7 Fall 2005 Bipolar Transistor Amplifiers Purpose The aim of this experiment is to construct a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must
Teaching Convolutional Coding using MATLAB in Communication Systems Course. Abstract
Section T3C2 Teaching Convolutional Coding using MATLAB in Communication Systems Course Davoud Arasteh Department of Electronic Engineering Technology, LA 70813, USA Abstract Convolutional codes are channel
Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles
Introduction and Comparison of Common Videoconferencing Audio Protocols I. Digital Audio Principles Sound is an energy wave with frequency and amplitude. Frequency maps the axis of time, and amplitude
Chapter 6: From Digital-to-Analog and Back Again
Chapter 6: From Digital-to-Analog and Back Again Overview Often the information you want to capture in an experiment originates in the laboratory as an analog voltage or a current. Sometimes you want to
Technical Information. Digital Signals. 1 bit. Part 1 Fundamentals
Technical Information Digital Signals 1 1 bit Part 1 Fundamentals t Technical Information Part 1: Fundamentals Part 2: Self-operated Regulators Part 3: Control Valves Part 4: Communication Part 5: Building
DT3: RF On/Off Remote Control Technology. Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch
DT3: RF On/Off Remote Control Technology Rodney Singleton Joe Larsen Luis Garcia Rafael Ocampo Mike Moulton Eric Hatch Agenda Radio Frequency Overview Frequency Selection Signals Methods Modulation Methods
Dithering in Analog-to-digital Conversion
Application Note 1. Introduction 2. What is Dither High-speed ADCs today offer higher dynamic performances and every effort is made to push these state-of-the art performances through design improvements
Guru Ghasidas Vishwavidyalaya, Bilaspur (C.G.) Institute of Technology. Electronics & Communication Engineering. B.
Guru Ghasidas Vishwavidyalaya, Bilaspur (C.G.) Institute of Technology Electronics & Communication Engineering B.Tech III Semester 1. Electronic Devices Laboratory 2. Digital Logic Circuit Laboratory 3.
Module 13 : Measurements on Fiber Optic Systems
Module 13 : Measurements on Fiber Optic Systems Lecture : Measurements on Fiber Optic Systems Objectives In this lecture you will learn the following Measurements on Fiber Optic Systems Attenuation (Loss)
Transistor Amplifiers
Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input
Evolution from Voiceband to Broadband Internet Access
Evolution from Voiceband to Broadband Internet Access Murtaza Ali DSPS R&D Center Texas Instruments Abstract With the growth of Internet, demand for high bit rate Internet access is growing. Even though
RF Communication System. EE 172 Systems Group Presentation
RF Communication System EE 172 Systems Group Presentation RF System Outline Transmitter Components Receiver Components Noise Figure Link Budget Test Equipment System Success Design Remedy Transmitter Components
Physical Layer, Part 2 Digital Transmissions and Multiplexing
Physical Layer, Part 2 Digital Transmissions and Multiplexing These slides are created by Dr. Yih Huang of George Mason University. Students registered in Dr. Huang's courses at GMU can make a single machine-readable
Analog-to-Digital Voice Encoding
Analog-to-Digital Voice Encoding Basic Voice Encoding: Converting Analog to Digital This topic describes the process of converting analog signals to digital signals. Digitizing Analog Signals 1. Sample
W a d i a D i g i t a l
Wadia Decoding Computer Overview A Definition What is a Decoding Computer? The Wadia Decoding Computer is a small form factor digital-to-analog converter with digital pre-amplifier capabilities. It is
www.aticourses.com Boost Your Skills with On-Site Courses Tailored to Your Needs
Boost Your Skills with On-Site Courses Tailored to Your Needs www.aticourses.com The Applied Technology Institute specializes in training programs for technical professionals. Our courses keep you current
Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal.
3.3 Analog to Digital Conversion (ADC) Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 1 3.3 Analog to Digital Conversion (ADC) WCB/McGraw-Hill
Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction
Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya ([email protected]) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper
A novel sharp beam-forming flat panel loudspeaker using digitally driven speaker system
Audio Engineering Society Convention Paper Presented at the 131st Convention 2011 October 20 23 New York, NY, USA This Convention paper was selected based on a submitted abstract and 750-word precis that
THE BASICS OF PLL FREQUENCY SYNTHESIS
Supplementary Reading for 27 - Oscillators Ron Bertrand VK2DQ http://www.radioelectronicschool.com THE BASICS OF PLL FREQUENCY SYNTHESIS The phase locked loop (PLL) method of frequency synthesis is now
Objectives. Lecture 4. How do computers communicate? How do computers communicate? Local asynchronous communication. How do computers communicate?
Lecture 4 Continuation of transmission basics Chapter 3, pages 75-96 Dave Novak School of Business University of Vermont Objectives Line coding Modulation AM, FM, Phase Shift Multiplexing FDM, TDM, WDM
Taking the Mystery out of the Infamous Formula, "SNR = 6.02N + 1.76dB," and Why You Should Care. by Walt Kester
ITRODUCTIO Taking the Mystery out of the Infamous Formula, "SR = 6.0 + 1.76dB," and Why You Should Care by Walt Kester MT-001 TUTORIAL You don't have to deal with ADCs or DACs for long before running across
SAMPLE CHAPTERS UNESCO EOLSS DIGITAL INSTRUMENTS. García J. and García D.F. University of Oviedo, Spain
DIGITAL INSTRUMENTS García J. and García D.F. University of Oviedo, Spain Keywords: analog-to-digital conversion, digital-to-analog conversion, data-acquisition systems, signal acquisition, signal conditioning,
Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal
Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal 2013 The MathWorks, Inc. 1 Outline of Today s Presentation Introduction to
QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION
LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.
Simulation and Best Design of an Optical Single Channel in Optical Communication Network
International Arab Journal of e-technology, Vol., No., June 11 91 Simulation and Best Design of an Optical Single Channel in Optical Communication Network Salah Alabady Computer Engineering Department,
Digital Speech Coding
Digital Speech Processing David Tipper Associate Professor Graduate Program of Telecommunications and Networking University of Pittsburgh Telcom 2720 Slides 7 http://www.sis.pitt.edu/~dtipper/tipper.html
A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS
A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS Ali Kara 1, Cihangir Erdem 1, Mehmet Efe Ozbek 1, Nergiz Cagiltay 2, Elif Aydin 1 (1) Department of Electrical and Electronics Engineering,
Simplifying System Design Using the CS4350 PLL DAC
Simplifying System Design Using the CS4350 PLL 1. INTRODUCTION Typical Digital to Analog Converters (s) require a high-speed Master Clock to clock their digital filters and modulators, as well as some
Analog Representations of Sound
Analog Representations of Sound Magnified phonograph grooves, viewed from above: The shape of the grooves encodes the continuously varying audio signal. Analog to Digital Recording Chain ADC Microphone
A Laser Scanner Chip Set for Accurate Perception Systems
A Laser Scanner Chip Set for Accurate Perception Systems 313 A Laser Scanner Chip Set for Accurate Perception Systems S. Kurtti, J.-P. Jansson, J. Kostamovaara, University of Oulu Abstract This paper presents
Current vs. Voltage Feedback Amplifiers
Current vs. ltage Feedback Amplifiers One question continuously troubles the analog design engineer: Which amplifier topology is better for my application, current feedback or voltage feedback? In most
JOURNAL OF TELECOMMUNICATIONS, VOLUME 2, ISSUE 2, MAY 2010 126. Simulink based VoIP Analysis. Hardeep Singh Dalhio, Jasvir Singh, M.
126 Simulink based VoIP Analysis Hardeep Singh Dalhio, Jasvir Singh, M. Mian Abstract Voice communication over internet not be possible without a reliable data network, this was first available when distributed
CDMA TECHNOLOGY. Brief Working of CDMA
CDMA TECHNOLOGY History of CDMA The Cellular Challenge The world's first cellular networks were introduced in the early 1980s, using analog radio transmission technologies such as AMPS (Advanced Mobile
Sending A/V Signals Over Twisted Pair Cables: An Introduction. What is A/V over twisted pair?... 2
Sending A/V Signals Over Twisted Pair s: An Introduction Table of Contents What is A/V over twisted pair?... 2 What can be accommodated with A/V over twisted pair?... 3 What applications can effectively
Application Report. 1 Introduction. 2 Resolution of an A-D Converter. 2.1 Signal-to-Noise Ratio (SNR) Harman Grewal... ABSTRACT
Application Report SLAA323 JULY 2006 Oversampling the ADC12 for Higher Resolution Harman Grewal... ABSTRACT This application report describes the theory of oversampling to achieve resolutions greater than
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.
Conversion Between Analog and Digital Signals
ELET 3156 DL - Laboratory #6 Conversion Between Analog and Digital Signals There is no pre-lab work required for this experiment. However, be sure to read through the assignment completely prior to starting
Continuous-Time Converter Architectures for Integrated Audio Processors: By Brian Trotter, Cirrus Logic, Inc. September 2008
Continuous-Time Converter Architectures for Integrated Audio Processors: By Brian Trotter, Cirrus Logic, Inc. September 2008 As consumer electronics devices continue to both decrease in size and increase
Public Switched Telephone System
Public Switched Telephone System Structure of the Telephone System The Local Loop: Modems, ADSL Structure of the Telephone System (a) Fully-interconnected network. (b) Centralized switch. (c) Two-level
51-20-25 Benefits of Using T1 and Fractional T1 Carriers and Multiplexers Gilbert Held
51-20-25 Benefits of Using T1 and Fractional T1 Carriers and Multiplexers Gilbert Held Payoff A T1 transmission facility can provide an organization with significant economic savings, a high-quality circuit,
Introduction to Packet Voice Technologies and VoIP
Introduction to Packet Voice Technologies and VoIP Cisco Networking Academy Program Halmstad University Olga Torstensson 035-167575 [email protected] IP Telephony 1 Traditional Telephony 2 Basic
Modification Details.
Front end receiver modification for DRM: AKD Target Communications receiver. Model HF3. Summary. The receiver was modified and capable of receiving DRM, but performance was limited by the phase noise from
Timing Errors and Jitter
Timing Errors and Jitter Background Mike Story In a sampled (digital) system, samples have to be accurate in level and time. The digital system uses the two bits of information the signal was this big
Switch Mode Power Supply Topologies
Switch Mode Power Supply Topologies The Buck Converter 2008 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to this Web seminar on Switch Mode Power Supply Topologies.
T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p
Data Transmission Concepts and terminology Transmission terminology Transmission from transmitter to receiver goes over some transmission medium using electromagnetic waves Guided media. Waves are guided
6.025J Medical Device Design Lecture 3: Analog-to-Digital Conversion Prof. Joel L. Dawson
Let s go back briefly to lecture 1, and look at where ADC s and DAC s fit into our overall picture. I m going in a little extra detail now since this is our eighth lecture on electronics and we are more
10-3. SYSTEM TESTING AND DOCUMENTATION
10-3. SYSTEM TESTING AND DOCUMENTATION System testing and documentation must cover pre-installation testing, sub-system testing, fiber optic cable testing, video link testing, data link testing, acceptance
The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.
Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally
RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS
RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS Qizheng Gu Nokia Mobile Phones, Inc. 4y Springer Contents Preface xiii Chapter 1. Introduction 1 1.1. Wireless Systems 1 1.1.1. Mobile Communications
Glitch Free Frequency Shifting Simplifies Timing Design in Consumer Applications
Glitch Free Frequency Shifting Simplifies Timing Design in Consumer Applications System designers face significant design challenges in developing solutions to meet increasingly stringent performance and
Programming Logic controllers
Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,
DESIGN OF RF/IF ANALOG TO DIGITAL CONVERTERS FOR SOFTWARE RADIO COMMUNICATION RECEIVERS
DESIGN OF RF/IF ANALOG TO DIGITAL CONVERTERS FOR SOFTWARE RADIO COMMUNICATION RECEIVERS A Dissertation by BHARATH KUMAR THANDRI Submitted to the Office of Graduate Studies of Texas A&M University in partial
ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING
Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA
Optical Fibres. Introduction. Safety precautions. For your safety. For the safety of the apparatus
Please do not remove this manual from from the lab. It is available at www.cm.ph.bham.ac.uk/y2lab Optics Introduction Optical fibres are widely used for transmitting data at high speeds. In this experiment,
TCOM 370 NOTES 99-6 VOICE DIGITIZATION AND VOICE/DATA INTEGRATION
TCOM 370 NOTES 99-6 VOICE DIGITIZATION AND VOICE/DATA INTEGRATION (Please read appropriate parts of Section 2.5.2 in book) 1. VOICE DIGITIZATION IN THE PSTN The frequencies contained in telephone-quality
How To Understand The Differences Between A Fax And A Fax On A G3 Network
The Fax on IP Networks White Paper February 2011 2 The Fax on IP Networks Contents Overview... 3 Group 3 Fax Technology... 4 G.711 Fax Pass-Through... 5 T.38 IP Fax Relay... 6 Network Design Considerations...
Developments in Point of Load Regulation
Developments in Point of Load Regulation By Paul Greenland VP of Marketing, Power Management Group, Point of load regulation has been used in electronic systems for many years especially when the load
Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip
Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying
Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network
Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering
6.976 High Speed Communication Circuits and Systems Lecture 1 Overview of Course
6.976 High Speed Communication Circuits and Systems Lecture 1 Overview of Course Michael Perrott Massachusetts Institute of Technology Copyright 2003 by Michael H. Perrott Wireless Systems Direct conversion
MECE 102 Mechatronics Engineering Orientation
MECE 102 Mechatronics Engineering Orientation Mechatronic System Components Associate Prof. Dr. of Mechatronics Engineering Çankaya University Compulsory Course in Mechatronics Engineering Credits (2/0/2)
Fiber Optic Communications Educational Toolkit
Fiber Optic Communications Educational Toolkit ASEE National Conference Summer 2008 Dr. Akram Abu-aisheh & Dr. Jonathan Hill Introduction The main motive for this work was the need for a low cost laboratory
Analog Sound From A Digital Delay
Analog Sound From A Digital Delay The PT-80 Digital Delay By Scott Swartz Copyright 2002, All Rights Reserved Introduction This article will describe a digital delay pedal that is designed to capture the
Application Note Noise Frequently Asked Questions
: What is? is a random signal inherent in all physical components. It directly limits the detection and processing of all information. The common form of noise is white Gaussian due to the many random
