Lab 5 Getting started with analog-digital conversion

Size: px
Start display at page:

Download "Lab 5 Getting started with analog-digital conversion"

Transcription

1 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 modulation (PCM), i.e., analog to digital conversion. Understanding of the decoding process, quantization issues and reconstruction of the output signal. Appreciation of the need for both bit clock and frame synchronisation. Preliminary discussion This lab introduces the basics of digital-analog signal conversion with the PCM ENCODER and PCM DECODER modules. The formatting of a PCM signal, will be examined in the time domain. Part 1 deals with encoding. The recovery of the analog signal is covered in Part 2. How did the idea of PCM Encoding come about? Imagine you wanted to send an analog signal such as voice across a noisy channel. Naturally the received signal would be subject to a degree of additive noise, as well as other forms of signal distortion due to bandwidth limitations. It may become unrecognisable and hence useless. By converting that analog signal into packets of digital data, we are able to benefit from the high level of noise immunity inherent in digital signals. Although digital data transmission has its own issues, mainly, bandwidth limitations, we can be certain of the ability to reconstruct the message if the digital error rate is kept within limits. It should take you about 45 minutes to complete this experiment, not including the preparation to be done before the hands-on lab work.

2 Pre-requisite work PCM ENCODER basics The PCM ENCODER module converts an analog input into a stream of digital codewords. As investigated in Lab 12, the maximum allowable input bandwidth will depend on the sampling rate. The amplitude range must be matched to the input range of the encoder. If excessive, overloading will occur. If too small, noise and interference will degrade signal quality. The appropriate range is within the ± 2.5 volts range. This is specified in the SIGEx User Manual. A step-by-step description of the operation of the module follows: i. the module is driven by an external TTL clock. ii. the input analog signal is sampled periodically. The sample rate is determined by the external clock. iii. the sampling process is carried out as a sample-and-hold operation, within the module. The held output ( i.e., the amplitude of the analog signal at the sampling instant) is not available on the front panel of the module 1. iv. the PCM encoding is carried out by comparing each sample amplitude with a finite set of amplitude levels. These are distributed (uniformly, for linear sampling) within the range ± 2.5 volts. These are the system quantizing levels. v. each quantizing level is assigned a number, starting from zero for the lowest (most negative) level, with the highest number being (L-1), where L is the available number of levels. vi. each sample is assigned a digital (binary) code word representing the number associated with the quantizing level which is closest to the sample amplitude. The number of bits n in the digital code word will depend upon the number of quantizing levels. Question 1 Show that n = log 2 (L): vii. the code word is assembled into a time frame together with any other bits as may be required (described below). In the PCM ENCODER (and many commercial systems) a single extra bit is added, in the least significant bit position. This is alternately a one or a zero. These bits are used for frame synchronization in the decoder. viii. the frames are transmitted serially. They are transmitted at the same rate as the samples are taken. The serial bit stream is accessible on the front panel of the module. 1 Sampling with a sample and hold operation is introduced in Lab12 where you are able to display the "held" output.the PCM ENCODER effectively has a sample and hold unit within its front end.

3 ix. also available from the module is a synchronizing signal FS ( frame synch ). This signals the end of each data frame. Before proceeding with the experiment tasks, we briefly review the essential features of the ENCODER module. Figure 1:Layout of the PCM ENCODER The SIGEx board layout of the module is shown in Figure 1. Technical details are described in the SIGEx User Manual. Familiarize yourself with the purpose of each of the input and output connections, and the three-position toggle switch. Counting from the top, these are: FS: frame synchronization, a signal which indicates the end of each data frame. V in :: the analog signal to be encoded. PCM DATA: the output data stream, the examination of which forms the major part of this experiment. CLK: this is a TTL (red) input, and serves as the MASTER CLOCK for the module. Clock rate must be 20 khz or less. For this experiment you will use a 10kHz TTL signal from the PULSE GENERATOR module. PCM time frame Each binary word is located in a time frame. The time frame contains eight slots, with one clock period per slot. These slots hold the bits of a binary word, numbered 7 through 0, from first to last. The least significant bit (LSB) is contained in slot 0.

4 Equipment PC with LabVIEW Runtime Engine software appropriate for the version being used. NI ELVIS 2 or 2+ and USB cable to suit EMONA SIGEx Signal & Systems add-on board Assorted patch leads Two BNC 2mm leads Procedure Part A Setting up the NI ELVIS/SIGEx bundle 1. Turn off the NI ELVIS unit and its Prototyping Board switch. 2. Plug the SIGEx board into the NI ELVIS unit. Note: This may already have been done for you. 3. Connect the NI ELVIS to the PC using the USB cable. 4. Turn on the PC (if not on already) and wait for it to fully boot up (so that it s ready to connect to external USB devices). 5. Turn on the NI ELVIS unit but not the Prototyping Board switch yet. You should observe the USB light turn on (top right corner of ELVIS unit).the PC may make a sound to indicate that the ELVIS unit has been detected if the speakers are activated. 6. Turn on the NI ELVIS Prototyping Board switch to power the SIGEx board. Check that all three power LEDs are on. If not call the instructor for assistance. 7. Launch the SIGEx Main VI. 8. When you re asked to select a device number, enter the number that corresponds with the NI ELVIS that you re using. 9. You re now ready to work with the NI ELVIS/SIGEx bundle. 10. Select the EXPT 13 tab on the SIGEx SFP. Note: To stop the SIGEx VI when you ve finished the experiment, it s preferable to use the STOP button on the SIGEx SFP itself rather than the LabVIEW window STOP button at the top of the window. This will allow the program to conduct an orderly shutdown and close the various DAQmx channels it has opened.

5 The experiment We are now ready to proceed. Note that the PCM ENCODER is the only module used in Part 1. It is not necessary to become involved with how the PCM ENCODER module achieves its purpose. What will be discovered is what it does under various conditions of operation. PCM encoding and quantisation Examination with DC input We begin with some basic aspects of the analog to digital conversion process. For this purpose we will use a constant (DC) analog input. This ensures completely stable oscilloscope displays, and enables easy identification of the quantizing levels. 11. Patch the PCM ENCODER as shown in Figure 2. Figure 2:patching diagram for PCM ENCODER Settings are as follows: PULSE GENERATOR: 10,000 Hz with DUTY CYCLE=0.5 (50%) SCOPE: Timebase 2ms; Rising edge trigger on CH0; Trigger level=1v Zero input to PCM ENCODER 12. connect the PCM INPUT terminal to a GND terminal on the SIGEX board. 13. display FS on CH0. Adjust the timebase to show three frame markers. These mark the end of each frame, that is, the last bit of the frame. 14. display the CLK signal on CH1. Question 2 Record the number of clock periods per frame.

6 Question 3 Currently the analog input signal is zero volts (since INPUT is grounded). Before checking with the scope, consider what the PCM encoded output might look like. Can you assume that it will be ?. What else might it be, bearing in mind that this PCM ENCODER outputs offset binary format. Question 4 On CH1 display the signal at PCM DATA output.the display should be similar to that in Figure 3 (possibly with fewer frames). Is it in agreement with your expectations? The same codeword appears in each frame because the analog input is constant. This codeword represents the 8-bit binary output number, corresponding to the zero volt analog input. Figure 3: PCM Encoder input and output signals Confirm the following three points: 1. the number of slots per frame is 8 2. the location of the least significant bit is coincident with the end of the frame 3. the binary word length is 8 bits Variable DC input to PCM ENCODER 15. remove the ground connection, and connect the INPUT to output of the ANALOG OUTPUT: DAC 1. This programmable output is set to be a VARIABLE DC voltage, which is controlled from the control on the Lab13 TAB on the SIGEX SFP. Sweep the DC voltage slowly

7 backwards and forwards over its complete range, and note how the data pattern within each frame changes in discrete jumps. Question 5 Adjust VARIABLE DC to its maximum negative value. Record the DC voltage and the pattern of the 8-bit binary number. Question 6 Slowly increase the amplitude of the DC input signal until there is a sudden change to the PCM output signal format. Record the format of the new digital word, and the input DC voltage at which the change occurred. Use the INCREMENT arrows on the digital value entry box for a steady stable increase in DC value. 16. continue this process over the full range of the DC supply. Note a selection of DC voltages and corresponding binary output words in the table below. Table 1: DC VOLTAGE input vs. PCM codewords DC VOLTAGE (V) 8 bit PCM codeword

8 17. draw a diagram showing the quantizing levels and their associated binary numbers in the graph below. Graph 1:DC to binary word plot Review of the 8-bit data format Question 7 On the basis of your observations so far, provide answers to the following: * what is the sampling rate? * what is the frame width? * what is the width of a data bit? * what is the width of a data word? * how many quantizing levels are there? * are the quantizing levels uniformly (linearly) spaced? * what is the the minimum quantized level spacing? How does this compare to theory?

9 Question 8 The relationship between the sampled input voltage and the output codeword has been described above. Suggest some variations of this relationship that could be useful? Working with periodic signals In this section we consider the challenge of generating a stable display of the encoded output with a conventional scope when a periodic input signal is used. Carry out the three tasks below to see the problem. This difficulty does not arise if you have access to an instrument with signal capture capability, such as a digital scope. You can use the RUN/STOP button on the SFP to hold a single screen display of the data when necessary. In Part 2 this issue is further examined when we display the reconstructed signal at the decoder output. 18. Take a periodic signal from the ANALOG OUTPUT: DAC0 terminal. Question 9 Adjust the scope to display this waveform. Record its shape and frequency. Check whether this conforms with the Nyquist criterion. Show your reasoning. 19. Display the PCM DATA output on CH1. Again, synchronize the scope to the frame signal FS. Display two or three frames on CH1. Notice how they differ as expected. 20. Move the scope lead from the FS and view the INPUT signal on CH0. You are now viewing the input sinusoid as well as the output codeword as in Figure 4. Freeze the display occasionally (using RUN/STOP) and look at the relationship between input and output. See if you can see the pattern.

10 Figure 4: input and output from PCM ENCODER PCM decoding and reconstruction In this part we proceed with the decoding 2 of the output of the PCM ENCODER to reconstitute the analog input. Before proceeding with the experiment tasks, we briefly review the OPERATION of the DECODER. PCM DECODER The operation of the PCM DECODER module is as follows: a frame synchronization signal FS is received from the transmitter. the binary number representing the coded (and quantized) amplitude of the sample from which it was derived, is extracted from the frame. the quantization level represented by the input codeword is determined. a voltage proportional to this amplitude level is generated. this voltage appears at the output terminal OUTPUT for the duration of the respective frame. signal reconstruction is completed by lowpass filtering, as seen in Lab 12. A built-in reconstruction filter is not provided in the module so that you can see the quantization steps in the output. The recovered signal will not be identical to the original due to quantizing. Other imperfections may be due to aliasing distortion, as already considered in Lab 12. The DECODER is driven by an external clock which must be synchronized to that of the ENCODER. It is possible to embed the frame sync signal into the data, but this feature is outside the scope of this lab and is not included in the functionality of the SIGEx board 3. An alternative to automatic frame synchronization is to steal the synchronization signal, FS, from the PCM ENCODER module. Use of this signal would assume that the clock signal to the 2 it is common practice to refer to demodulation from analog signals, and decoding from digital signals. 3 This feature is available on the EMONA DATEx Telecommunications Trainer board for NI ELVIS

11 PCM DECODER is of the correct phase. This is assured in this experiment, but would need adjustment if the PCM signal is transmitted via a bandlimited channel. Hence the use of embedded frame synchronization information in some systems. The front panel of the DECODER module is shown in Figure 3. Technical details are described in the SIGEx User Manual. Figure 5: Layout of the PCM DECODER The following is a summary of the input and output connections : FS: connect an external frame sync. signal here PCM DATA: the PCM signal to be decoded is connected here. OUTPUT: the decoded signal. CLK: this is a TTL (red) input, and serves as the CLOCK for the module. Clock rate must be 20 khz or less. For this experiment you will use the same clock as used for the PCM ENCODER. Figure 6: PCM Encoding and decoding patching diagram: input from DAC 0. TLPF serves as recontruction filter

12 Decoder Experiments 21. The PCM ENCODER provides the digital input for the DECODER. Patch together as shown in Figure 7. Settings are as follows: PULSE GENERATOR: 10,000 Hz with DUTY CYCLE=0.5 (50%) SCOPE: Timebase 20ms; Rising edge trigger on CH0; Trigger level=1v TUNEABLE LPF: Fc set to max, GAIN set to max. 22. Connect CH1 of the SCOPE SELECTOR to the OUTPUT of the PCM DECODER, and CH0 to the INPUT signal at the ENCODER. Trigger the SCOPE on the INPUT signal. Your display should resemble Fig. 7. Figure 7: input and output signals The recovered analog signal & reconstruction In this section we use a periodic signal to observe the quantized appearance of the decoder sample-hold output.the internal DAC output implements a zero-order hold operation, in that it holds the value for a complete clock period. This has an inherent filtering effect, prior to any reconstruction filtering. The OUTPUT signal is distinctly different from the input signal. The output is only updated once every frame, hence there is a large step change between output samples. This difference is known as sampling distortion. As well the granularity of the output only having 256 possible levels will contribute some error, known as quantizing distortion, however, it is not easily observable with this input signal. In the previous section you will have calculated the step size due to quantization by the encoder. You can see, qualitatively, that the stepped output signal bears a resemblance to the input. We saw in Lab 12 that the use of a lowpass filter made it possible to smooth out the steps. The need for pulseshape equalization in the form of so called x/sinx correction was also mentioned there.

13 Question 10 Momentarily, vary the clock rate from 10,000 to 20,000 Hz. How does this affect the sampling distortion viewable in the output signal? An interpolation LPF is provided in the TUNEABLE LPF block. 23. Adjust the TUNEABLE LPF in the output path of the PCM DECODER to vary the filters corner frequency, and observe the reconstructed signal. Adjust the TUNEABLE LPF GAIN control to set the output signal to the same amplitude as the input. This makes the overall conversion gain equal to unity. The PCM DECODER does not have the same conversion gain as the ENCODER. Question 11 View the input to the TUNEABLE LPF, ie the output of the PCM DECODER and compare with the INPUT sinusoid. What is the gain of the PCM DECODER itself. Again viewing the output from the TUNEABLE LPF, which is acting as the reconstruction filter, slowly reduce the Fc until the steps are eliminated, and the original signal is recovered. Question 12 Can you explain the source of the delay between input and output signals? Both with and without the TUNEABLE LPF? Question 13 Momentarily, vary the clock rate from 10,000 to 20,000 Hz. How does this affect the required Fc needed to recover the signal without distortion?

14 Tutorial Questions Q1 from your knowledge of the PCM ENCODER module, obtained during preparation for the experiment, calculate the sampling rate of the analog input signal. What can you say about the bandwidth of an input analog signal to be encoded? Q2 define what is meant by the data frame in this experiment. Draw a diagram showing the composition of a frame for the 8-bit coding scheme Q2 quantizing distortion decreases as the number of quantizing levels is increased. Explain why an excessive increase of the number of quantizing levels may incur a bandwidth penalty: describe how to manage this trade-off. Look up Shannon's formula and show how it relates to this trade-off. Explain whether this issue could be observed in this lab? Q3 explain why a DC input provides a stable display of the PCM DATA output on a conventional scope. Why is the display unstable when the input is a sine wave (for example)? Q4 look up two s complement encoding and find out a field of application where it is used. What is the advantage of offset binary encoding used in this lab? Devise or look up a method to convert from offset binary to two s complement. Q5 carry out a brief internet search of the principles and applications of companding. Compile a summary of its advantages. Compare this with published information about the A and µ companding laws used respectively in Europe and the USA. Q6 two sources of distortion in the reconstructed message have been identified; they were called sampling distortion and quantizing distortion. a) assuming a sample-and-hold type sampler, what can be done about minimizing sampling distortion? b) what can be done about minimizing quantizing distortion? Why is x/sinx correction required with sample-hold interpolation? (Refer to Lab 12) Q7 describe how to determine the specification for the reconstruction filter used in the decoder?

PCM Encoding and Decoding:

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

More information

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics:

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

More information

Digital Transmission of Analog Data: PCM and Delta Modulation

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

More information

TCOM 370 NOTES 99-6 VOICE DIGITIZATION AND VOICE/DATA INTEGRATION

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

More information

Analog Representations of Sound

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

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

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 (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically.

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

More information

Timing Errors and Jitter

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

More information

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 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

More information

Lab 1: The Digital Oscilloscope

Lab 1: The Digital Oscilloscope PHYSICS 220 Physical Electronics Lab 1: The Digital Oscilloscope Object: To become familiar with the oscilloscope, a ubiquitous instrument for observing and measuring electronic signals. Apparatus: Tektronix

More information

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. 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

More information

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

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

More information

How To Encode Data From A Signal To A Signal (Wired) To A Bitcode (Wired Or Coaxial)

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

More information

Basics of Digital Recording

Basics of Digital Recording Basics of Digital Recording CONVERTING SOUND INTO NUMBERS In a digital recording system, sound is stored and manipulated as a stream of discrete numbers, each number representing the air pressure at a

More information

Lecture 3: Signaling and Clock Recovery. CSE 123: Computer Networks Stefan Savage

Lecture 3: Signaling and Clock Recovery. CSE 123: Computer Networks Stefan Savage Lecture 3: Signaling and Clock Recovery CSE 123: Computer Networks Stefan Savage Last time Protocols and layering Application Presentation Session Transport Network Datalink Physical Application Transport

More information

EECC694 - Shaaban. Transmission Channel

EECC694 - Shaaban. Transmission Channel The Physical Layer: Data Transmission Basics Encode data as energy at the data (information) source and transmit the encoded energy using transmitter hardware: Possible Energy Forms: Electrical, light,

More information

(Refer Slide Time: 2:10)

(Refer Slide Time: 2:10) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-12 Multiplexer Applications-1 Hello and welcome to today s lecture on multiplexer

More information

Cell Phone Vibration Experiment

Cell Phone Vibration Experiment Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science. 6.002 Electronic Circuits Spring 2007

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science. 6.002 Electronic Circuits Spring 2007 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Electronic Circuits Spring 2007 Lab 4: Audio Playback System Introduction In this lab, you will construct,

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

EM 437 COMMUNICATION SYSTEMS II LABORATORY MANUAL 2006-2007 FALL

EM 437 COMMUNICATION SYSTEMS II LABORATORY MANUAL 2006-2007 FALL EM 437 COMMUNICATION SYSTEMS II LABORATORY MANUAL 2006-2007 FALL TABLE OF CONTENTS page LABORATORY RULES...3 CHAPTER 1: PULSE CODE MODULATION...4 1. 1. Introduction...4 1. 2. The Apparatus...4 1. 3. The

More information

MODULATION Systems (part 1)

MODULATION Systems (part 1) Technologies and Services on Digital Broadcasting (8) MODULATION Systems (part ) "Technologies and Services of Digital Broadcasting" (in Japanese, ISBN4-339-62-2) is published by CORONA publishing co.,

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Wei Lin Department of Biomedical Engineering Stony Brook University Instructor s Portion Summary This experiment requires the student to

More information

Case study: how to use cutoff conditions in a FRA frequency scan?

Case study: how to use cutoff conditions in a FRA frequency scan? NOVA Technical Note 8 Case study: how to use cutoff conditions in a FRA frequency scan? 1 Using cutoffs Cutoffs in FRA 1 The NOVA options can be used to test measured data points for a cutoff condition.

More information

Example/ an analog signal f ( t) ) is sample by f s = 5000 Hz draw the sampling signal spectrum. Calculate min. sampling frequency.

Example/ an analog signal f ( t) ) is sample by f s = 5000 Hz draw the sampling signal spectrum. Calculate min. sampling frequency. 1 2 3 4 Example/ an analog signal f ( t) = 1+ cos(4000πt ) is sample by f s = 5000 Hz draw the sampling signal spectrum. Calculate min. sampling frequency. Sol/ H(f) -7KHz -5KHz -3KHz -2KHz 0 2KHz 3KHz

More information

Analog-to-Digital Voice Encoding

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

More information

Analog vs. Digital Transmission

Analog vs. Digital Transmission Analog vs. Digital Transmission Compare at two levels: 1. Data continuous (audio) vs. discrete (text) 2. Signaling continuously varying electromagnetic wave vs. sequence of voltage pulses. Also Transmission

More information

Email: tjohn@mail.nplindia.ernet.in

Email: tjohn@mail.nplindia.ernet.in USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA

More information

Experiment 3: Double Sideband Modulation (DSB)

Experiment 3: Double Sideband Modulation (DSB) Experiment 3: Double Sideband Modulation (DSB) This experiment examines the characteristics of the double-sideband (DSB) linear modulation process. The demodulation is performed coherently and its strict

More information

Introduction to Digital Audio

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.

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

Analog and Digital Signals, Time and Frequency Representation of Signals

Analog and Digital Signals, Time and Frequency Representation of Signals 1 Analog and Digital Signals, Time and Frequency Representation of Signals Required reading: Garcia 3.1, 3.2 CSE 3213, Fall 2010 Instructor: N. Vlajic 2 Data vs. Signal Analog vs. Digital Analog Signals

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

DCM555 - Data Communications Lab 8 Time Division Multiplexing (TDM) Part 1 - T1/DS1 Signals

DCM555 - Data Communications Lab 8 Time Division Multiplexing (TDM) Part 1 - T1/DS1 Signals DCM555 - Data Communications Lab 8 Time Division Multiplexing (TDM) Part 1 - T1/DS1 Signals Name: St. #: Section: (Note: Show all of your calculations, express your answer to the appropriate number of

More information

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1 WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's

More information

RECOMMENDATION ITU-R BO.786 *

RECOMMENDATION ITU-R BO.786 * Rec. ITU-R BO.786 RECOMMENDATION ITU-R BO.786 * MUSE ** system for HDTV broadcasting-satellite services (Question ITU-R /) (992) The ITU Radiocommunication Assembly, considering a) that the MUSE system

More information

Interfacing Analog to Digital Data Converters

Interfacing Analog to Digital Data Converters Converters In most of the cases, the PIO 8255 is used for interfacing the analog to digital converters with microprocessor. We have already studied 8255 interfacing with 8086 as an I/O port, in previous

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

FREQUENCY RESPONSE ANALYZERS

FREQUENCY RESPONSE ANALYZERS FREQUENCY RESPONSE ANALYZERS Dynamic Response Analyzers Servo analyzers When you need to stabilize feedback loops to measure hardware characteristics to measure system response BAFCO, INC. 717 Mearns Road

More information

Instruction Manual Service Program ULTRA-PROG-IR

Instruction Manual Service Program ULTRA-PROG-IR Instruction Manual Service Program ULTRA-PROG-IR Parameterizing Software for Ultrasonic Sensors with Infrared Interface Contents 1 Installation of the Software ULTRA-PROG-IR... 4 1.1 System Requirements...

More information

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

AC Measurements Using the Oscilloscope and Multimeter by Mr. David Fritz

AC Measurements Using the Oscilloscope and Multimeter by Mr. David Fritz AC Measurements Using the Oscilloscope and Multimeter by Mr. David Fritz 1 Sine wave with a DC offset f = frequency in Hz A = DC offset voltage (average voltage) B = Sine amplitude Vpp = 2B Vmax = A +

More information

Digital to Analog Converter. Raghu Tumati

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.............................

More information

A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS

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,

More information

Reading: HH Sections 4.11 4.13, 4.19 4.20 (pgs. 189-212, 222 224)

Reading: HH Sections 4.11 4.13, 4.19 4.20 (pgs. 189-212, 222 224) 6 OP AMPS II 6 Op Amps II In the previous lab, you explored several applications of op amps. In this exercise, you will look at some of their limitations. You will also examine the op amp integrator and

More information

US-Key New generation of High performances Ultrasonic device

US-Key New generation of High performances Ultrasonic device US-Key New generation of High performances Ultrasonic device US-Key connected to a laptop computer US-Key Ultrasound device single channel Features USB2 High Speed connection Ultralow noise preamplifier

More information

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS

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

More information

Physical Layer, Part 2 Digital Transmissions and Multiplexing

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

More information

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System

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

More information

Analog/Digital Conversion. Analog Signals. Digital Signals. Analog vs. Digital. Interfacing a microprocessor-based system to the real world.

Analog/Digital Conversion. Analog Signals. Digital Signals. Analog vs. Digital. Interfacing a microprocessor-based system to the real world. Analog/Digital Conversion Analog Signals Interacing a microprocessor-based system to the real world. continuous range x(t) Analog and digital signals he bridge: Sampling heorem Conversion concepts Conversion

More information

1. (Ungraded) A noiseless 2-kHz channel is sampled every 5 ms. What is the maximum data rate?

1. (Ungraded) A noiseless 2-kHz channel is sampled every 5 ms. What is the maximum data rate? Homework 2 Solution Guidelines CSC 401, Fall, 2011 1. (Ungraded) A noiseless 2-kHz channel is sampled every 5 ms. What is the maximum data rate? 1. In this problem, the channel being sampled gives us the

More information

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 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

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 4 (February 7, 2013)

More information

CDMA TECHNOLOGY. Brief Working of CDMA

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

More information

How To Recognize Voice Over Ip On Pc Or Mac Or Ip On A Pc Or Ip (Ip) On A Microsoft Computer Or Ip Computer On A Mac Or Mac (Ip Or Ip) On An Ip Computer Or Mac Computer On An Mp3

How To Recognize Voice Over Ip On Pc Or Mac Or Ip On A Pc Or Ip (Ip) On A Microsoft Computer Or Ip Computer On A Mac Or Mac (Ip Or Ip) On An Ip Computer Or Mac Computer On An Mp3 Recognizing Voice Over IP: A Robust Front-End for Speech Recognition on the World Wide Web. By C.Moreno, A. Antolin and F.Diaz-de-Maria. Summary By Maheshwar Jayaraman 1 1. Introduction Voice Over IP is

More information

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy Introduction A key transmitter measurement for GSM and EDGE is the Output RF Spectrum, or ORFS. The basis of this measurement

More information

Electrical Resonance

Electrical Resonance Electrical Resonance (R-L-C series circuit) APPARATUS 1. R-L-C Circuit board 2. Signal generator 3. Oscilloscope Tektronix TDS1002 with two sets of leads (see Introduction to the Oscilloscope ) INTRODUCTION

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

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

More information

TUTORIAL FOR CHAPTER 8

TUTORIAL FOR CHAPTER 8 TUTORIAL FOR CHAPTER 8 PROBLEM 1) The informaiton in four analog signals is to be multiplexed and transmitted over a telephone channel that has a 400 to 3100 Hz bandpass. Each of the analog baseband signals

More information

1995 Mixed-Signal Products SLAA013

1995 Mixed-Signal Products SLAA013 Application Report 995 Mixed-Signal Products SLAA03 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or service

More information

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Building a Simulink model for real-time

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

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.

More information

Sampling and Interpolation. Yao Wang Polytechnic University, Brooklyn, NY11201

Sampling and Interpolation. Yao Wang Polytechnic University, Brooklyn, NY11201 Sampling and Interpolation Yao Wang Polytechnic University, Brooklyn, NY1121 http://eeweb.poly.edu/~yao Outline Basics of sampling and quantization A/D and D/A converters Sampling Nyquist sampling theorem

More information

CLOCK AND SYNCHRONIZATION IN SYSTEM 6000

CLOCK AND SYNCHRONIZATION IN SYSTEM 6000 By Christian G. Frandsen Introduction This document will discuss the clock, synchronization and interface design of TC System 6000 and deal with several of the factors that must be considered when using

More information

AFG-100/200 series USB Modular Arbitrary Function Generator. Date: Oct, 2014

AFG-100/200 series USB Modular Arbitrary Function Generator. Date: Oct, 2014 AFG-100/200 series USB Modular Arbitrary Function Generator Date: Oct, 2014 Outline Product Overview Feature, Advantage and Benefit Comparison Chart Ordering Information 22 Product information AFG-125,

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Ultrasound Distance Measurement

Ultrasound Distance Measurement Final Project Report E3390 Electronic Circuits Design Lab Ultrasound Distance Measurement Yiting Feng Izel Niyage Asif Quyyum Submitted in partial fulfillment of the requirements for the Bachelor of Science

More information

The demo guide contains

The demo guide contains The demo guide contains 1. Demo configuration, units are available in the Agilent demstock 2. Remote Demo, a remote setup is available in Böblingen. Booking is possible via a demo outlook calendar. Please

More information

INTERNATIONAL TELECOMMUNICATION UNION $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+

INTERNATIONAL TELECOMMUNICATION UNION $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ INTERNATIONAL TELECOMMUNICATION UNION )454 6 TER TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%(/.%.%47/2+ ")43 %2 3%#/.$ -/$%- 34!.$!2$):%$ &/2 53% ). 4(% '%.%2!, 37)4#(%$

More information

W a d i a D i g i t a l

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

More information

Clock Recovery in Serial-Data Systems Ransom Stephens, Ph.D.

Clock Recovery in Serial-Data Systems Ransom Stephens, Ph.D. Clock Recovery in Serial-Data Systems Ransom Stephens, Ph.D. Abstract: The definition of a bit period, or unit interval, is much more complicated than it looks. If it were just the reciprocal of the data

More information

MATERIALS. Multisim screen shots sent to TA.

MATERIALS. Multisim screen shots sent to TA. Page 1/8 Revision 0 9-Jun-10 OBJECTIVES Learn new Multisim components and instruments. Conduct a Multisim transient analysis. Gain proficiency in the function generator and oscilloscope. MATERIALS Multisim

More information

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the DVI Interface The outline: The reasons for digital interface of a monitor the transfer from VGA to DVI. DVI v. analog interface. The principles of LCD control through DVI interface. The link between DVI

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

Impedance 50 (75 connectors via adapters)

Impedance 50 (75 connectors via adapters) VECTOR NETWORK ANALYZER PLANAR TR1300/1 DATA SHEET Frequency range: 300 khz to 1.3 GHz Measured parameters: S11, S21 Dynamic range of transmission measurement magnitude: 130 db Measurement time per point:

More information

22.302 Experiment 5. Strain Gage Measurements

22.302 Experiment 5. Strain Gage Measurements 22.302 Experiment 5 Strain Gage Measurements Introduction The design of components for many engineering systems is based on the application of theoretical models. The accuracy of these models can be verified

More information

Software Defined Radio

Software Defined Radio Software Defined Radio GNU Radio and the USRP Overview What is Software Defined Radio? Advantages of Software Defined Radio Traditional versus SDR Receivers SDR and the USRP Using GNU Radio Introduction

More information

Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements. Application Note 1304-6

Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements. Application Note 1304-6 Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements Application Note 1304-6 Abstract Time domain measurements are only as accurate as the trigger signal used to acquire them. Often

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation Lab 11 Digital Dice Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation From the beginning of time, dice have been used for games of chance. Cubic dice similar to modern dice date back to before

More information

User s Guide DDS-3X25 USB ARBITRARY FUNCTION GENERATOR

User s Guide DDS-3X25 USB ARBITRARY FUNCTION GENERATOR User s Guide DDS-3X25 USB ARBITRARY FUNCTION GENERATOR Content General safety summary...1 Introduction...2 Chapter 1 Getting started...3 System Requirements...4 Installing Hardware...5 Installing Software...8

More information

Manual for the sound card oscilloscope V1.24 C. Zeitnitz english translation by P. van Gemmeren and K. Grady

Manual for the sound card oscilloscope V1.24 C. Zeitnitz english translation by P. van Gemmeren and K. Grady Manual for the sound card oscilloscope V1.24 C. Zeitnitz english translation by P. van Gemmeren and K. Grady C. Zeitnitz 04/2008 This Software and all previous versions are NO Freeware! The use of the

More information

Public Switched Telephone System

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

More information

Dash 8Xe / Dash 8X Data Acquisition Recorder

Dash 8Xe / Dash 8X Data Acquisition Recorder 75 Dash 8Xe / Dash 8X Data Acquisition Recorder QUICK START GUIDE Supports Recorder System Software Version 2.0 1. INTRODUCTION 2. GETTING STARTED 3. HARDWARE OVERVIEW 4. MENUS & BUTTONS 5. USING THE DASH

More information

2.0 System Description

2.0 System Description 2.0 System Description The wireless alarm system consists of two or more alarm units within a specified range of one another. Each alarm unit employs a radio transceiver, allowing it to communicate with

More information

MATRIX TECHNICAL NOTES

MATRIX TECHNICAL NOTES 200 WOOD AVENUE, MIDDLESEX, NJ 08846 PHONE (732) 469-9510 FAX (732) 469-0418 MATRIX TECHNICAL NOTES MTN-107 TEST SETUP FOR THE MEASUREMENT OF X-MOD, CTB, AND CSO USING A MEAN SQUARE CIRCUIT AS A DETECTOR

More information

RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO

RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO 1 - SPECIFICATIONS Cloud-IQ INTRODUCTION The Cloud-IQ is a high performance, direct sampling software radio with an ethernet interface. It offers outstanding

More information

CNC-STEP. "LaserProbe4500" 3D laser scanning system Instruction manual

CNC-STEP. LaserProbe4500 3D laser scanning system Instruction manual LaserProbe4500 CNC-STEP "LaserProbe4500" 3D laser scanning system Instruction manual 2 Hylewicz CNC-Technik Siemensstrasse 13-15 D-47608 Geldern Fon.: +49 (0) 2831 133236 E-Mail: info@cnc-step.com Website:

More information

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential

More information

DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b

DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b DIODE CIRCUITS LABORATORY A solid state diode consists of a junction of either dissimilar semiconductors (pn junction diode) or a metal and a semiconductor (Schottky barrier diode). Regardless of the type,

More information

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications 0 QAM Demodulation o o o o o Application area What is QAM? What are QAM Demodulation Functions? General block diagram of QAM demodulator Explanation of the main function (Nyquist shaping, Clock & Carrier

More information

Duobinary Modulation For Optical Systems

Duobinary Modulation For Optical Systems Introduction Duobinary Modulation For Optical Systems Hari Shanar Inphi Corporation Optical systems by and large use NRZ modulation. While NRZ modulation is suitable for long haul systems in which the

More information

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

X8 Option 2 - Technology

X8 Option 2 - Technology moog AC DC AC 4 to 450 A 4 to 210 A Compact MSD Servo Drive TTL in out Specification X8 Option 2 - Technology TTL Encoder Simulation / TTL Master Encoder moog Specification Option 2 - Technology TTL encoder

More information

Fundamentals of Signature Analysis

Fundamentals of Signature Analysis Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...

More information

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT)

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) Page 1 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) ECC RECOMMENDATION (06)01 Bandwidth measurements using FFT techniques

More information