Employing Fpga Dsp Blocks for Time-To-Digital Conversion

Total Page:16

File Type:pdf, Size:1020Kb

Employing Fpga Dsp Blocks for Time-To-Digital Conversion Metrol. Meas. Syst., Vol. 26 (2019) No. 4, pp. 631–643 DOI: 10.24425/mms.2019.130570 METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl EMPLOYING FPGA DSP BLOCKS FOR TIME-TO-DIGITAL CONVERSION Paweł Kwiatkowski Military University of Technology, Faculty of Electronics, Gen. S. Kaliskiego 2, 00-908 Warsaw, Poland (B [email protected], +48 261 839 602) Abstract The paper presents a novel implementation of a time-to-digital converter (TDC) in field-programmable gate array (FPGA) devices. The design employs FPGA digital signal processing (DSP) blocks and gives more than two-fold improvement in mean resolution in comparison with the common conversion method (carry chain-based time coding line). Two TDCs are presented and tested depending on DSP configuration. The converters were implemented in a Kintex-7 FPGA device manufactured by Xilinx in 28 nm CMOS process. The tests performed show possibilities to obtain mean resolution of 4.2 ps but measurement precision is limited to at most 15 ps mainly due to high conversion nonlinearities. The presented solution saves FPGA programmable logic blocks and has an advantage of a wider operation range when compared with a carry chain-based time coding line. Keywords: time-to-digital converter, time coding line, time interval counter, digital signal processing, field- programmable gate array. © 2019 Polish Academy of Sciences. All rights reserved 1. Introduction Precise time-to-digital conversion is widely used in many different areas. Particle and nu- clear physics [1, 2], laser range finding [3], ultrasonic flow measurement [4], positron emission tomography [5] or time and frequency distribution [6] are just merely selected examples where it is applicable. Electronic circuits that perform this task are called time-to-digital converters (TDCs). The TDCs are widely implemented with the use of field-programmable gate array (FPGA) technology. The main advantages of this technology are lower cost and shorter time-to- market comparing with the use of application-specific integrated circuits (ASICs). In the past the FPGA was defined as a device that is built from three main types of elements, i:e. (1) I/O blocks, (2) a matrix of programmable logic blocks and (3) routing resources placed between them. In gen- eral, it is still true but nowadays there can be found in it lots of additional dedicated functional blocks, such as phase or delay locked loops (PLL or DLL, respectively), serializers/deserializers, digital signal processing (DSP) units, hard processors, memory blocks, etc. Some of them greatly facilitate the implementation of TDCs, e:g. PLL/DLL can easily generate a multiphase clock [7], Copyright © 2019. The Author(s). This is an open-access article distributed under the terms of the Creative Commons Attribution- NonCommercial-NoDerivatives License (CC BY-NC-ND 3.0 https://creativecommons.org/licenses/by-nc-nd/3.0/), which permits use, dis- tribution, and reproduction in any medium, provided that the article is properly cited, the use is non-commercial, and no modifications or adaptations are made. P. Kwiatkowski: EMPLOYING FPGA DSP BLOCKS FOR TIME-TO-DIGITAL CONVERSION a block memory is often used to store calibration data [8] and a hard processor can process raw measurement data as well as provides common communication interfaces [9]. In the literature a vast amount of works related to FPGA TDC implementation can be found in recent years [5, 8–25]. The vital element of most high-performance TDCs are picosecond- resolution tapped delay lines [26]. A time coding line (TCL) directly converts a single delay buffer propagation time into measurement resolution. This design is commonly implemented in FPGAs with the use of carry chain elements that are often the core part of a programmable logic block [27]. Several methods were proposed to deal with carry chain-based TCL conversion nonlinearities as well as to improve resolution beyond buffer propagation time, e:g. a tuned delay line [11, 22], multiple TCLs [10, 13] or a wave union [12, 24, 28]. A Vernier method employs two delay lines with slightly different propagation times and can be implemented using, i:a., FPGA routing resources [29, 30]. A variant of the method is the one using two oscillators of different frequencies [15]. The difference between low-to-high and high-to-low delay element propagation times is used in the pulse shrinking method [21, 31]. The mentioned methods are vulnerable to process, voltage and temperature (PVT) variations, but can provide outstandingly low mea- surement uncertainty. When PVT resistance or logic resource saving is expected more than the picosecond resolution and measurement uncertainty, the PLL can be used to create a multiphase clock. The multiphase clock is then used in a user-defined circuit implemented in programmable logic to perform time-to-digital conversion [7, 20, 32]. Similar functionality is provided also by another dedicated block, the serializer/deserializer, that is commonly implemented as a part of FPGA I/O buffers [33–36]. Regardless a vast amount of FPGA-based TDC circuits the use of DSP blocks in this context is a new concept. The DSP blocks contain, i:a., fast adders whose output can be directly connected to registers. Thus, this structure seems to be suitable to implement a high-resolution TDC. First works regarding this topic have been published very recently [37, 38] and this paper presents the results obtained in independently and simultaneously performed research. 2. DSP slice configuration A typical DSP operation is called multiply-and-accumulate (MAC). Such an operation com- putes the product of two numbers and adds that product to the accumulator. In hardware it is implemented as a multiplier followed by an adder and a register. In an FPGA device the MAC operation can be performed using programmable logic blocks. However, this solution either con- sumes a lot of logic resources or provides low processing speed. The response of the main FPGA device manufacturers (mainly Xilinx and Intel, formerly Altera) to fast signal processing was to place dedicated DSP blocks in a chip. Modern FPGA devices can contain even thousands of DSP blocks that can be either connected in series to perform operations on wide data buses or work in parallel to speed up the processing. While the detailed DSP block structure may differ between manufacturers and chip generations, the core elements such as the multiplier, adder and register are rather common. The typical digital way of TDC implementation employs a tapped delay line and a register and is known as the time coding line (TCL). One signal (start) propagates along the delay line and the other (stop) causes latching of the register flip-flops states. The first signal reaches subsequent register flip-flop data inputs with the delay equal to a single delay line buffer propagation time. Thus, the number of flip-flop outputs that store logic states “1” is proportional to the time difference between active edges of start and stop signals. The result is then represented in the unary code (thermometer code). However, in modern TCL solutions, especially implemented in 632 Metrol. Meas. Syst.,Vol. 26 (2019), No. 4, pp. 631–643 DOI: 10.24425/mms.2019.130570 FPGA devices, it is hard to achieve strictly this code [11, 13]. Looking carefully at different tapped delay line architectures used in TDCs [25] one may conclude that it is important to obtain a possibly high number of output codes whose occurrence is evenly spread in the converter measurement range. Such reasoning has led to the creation of, e:g., the BOUNCE architecture [39]. Therefore, a delay line can be implemented as any kind of one-input multiple-output combinational circuit that directly transmits an input signal to outputs but with different propagation times for each output tap. Following this reasoning, a binary adder with one data input set to the maximum value (logic states “1. 1”) and another one connected to the start signal (one bit that changes from logic state “0” to “1”) is also applicable as a delay line. Thus, the fast DSP adders that can be directly connected to the registers look perfect for the TCL implementation. In Kintex-7 FPGA, manufactured by Xilinx, the basic DSP element is called the DSP48E1 slice [40]. Its simplified structure along with configuration as a TDC is presented in Fig. 1. Each DSP slice has four data inputs (A, B, C and D) and one data output (P), a 25-bit pre-adder, a 25×18 multiplier and a 48-bit arithmetic logic unit (ALU). To speed up DSP operation pipeline registers are placed after each combinational circuit as well as at the data inputs. Several DSP slices can be cascaded using dedicated connection paths. While there are two data-paths and three DSP slice outputs that provide the cascade capability, only one path (ACIN-ACOUT) enables to connect several DSP slice adders or ALUs and bypass pipeline registers (the other connections are not shown in Fig. 1. for simplicity). Thus, this path is suitable to implement a long-range delay line for the start pulse. The DSP slice configuration is supported by software tools, such as Xilinx LogicCORE DSP48 Macro, making TDC implementation convenient. a) b) Fig. 1. A simplified DSP48E1 slice [40] configuration as a TDC with the use of ALU (a) or a pre-adder (b). In this paper two DSP slice configurations are considered as TDC. In both configurations the start signal is connected to the first bit of data port A and then propagates along the ACIN-ACOUT path to neighbouring DSP slices. In the first configuration (Fig. 1a) the ALU operates as a 48-bit adder and all nets of data port C are set to logic high (“1”).
Recommended publications
  • The 4 States QRP Group HF Test Set Construction Manual
    Copyright 2006, NB6M - Unauthorized Copying or Publication Prohibited The 4 States QRP Group HF Test Set Construction Manual Containing several key pieces of simple Test Equipment that are used to either test or troubleshoot radio circuitry By Wayne McFee, NB6M Revision 0.2 October 21, 2007 Copyright 2006, NB6M - Unauthorized Copying or Publication Prohibited 1 THE HF TEST SET .....................................................................................................................................3 INTRODUCTION............................................................................................................................................3 HF TEST SET SCHEMATIC ...........................................................................................................................5 BOARD LAYOUT..........................................................................................................................................6 PARTS LIST .................................................................................................................................................7 TOOLS AND EQUIPMENT NEEDED................................................................................................................9 PC BOARD, PARTS SIDE ...........................................................................................................................10 PC BOARD, TRACE SIDE...........................................................................................................................11 STARTING
    [Show full text]
  • Keysight 53147A/148A/149A Microwave Frequency Counter/Power Meter/DVM
    Keysight 53147A/148A/149A Microwave Frequency Counter/Power Meter/DVM Assembly Level Service Guide Notices U.S. Government Rights Warranty The Software is “commercial computer THE MATERIAL CONTAINED IN THIS Copyright Notice software,” as defined by Federal Acqui- DOCUMENT IS PROVIDED “AS IS,” sition Regulation (“FAR”) 2.101. Pursu- AND IS SUBJECT TO BEING © Keysight Technologies 2001 - 2017 ant to FAR 12.212 and 27.405-3 and CHANGED, WITHOUT NOTICE, IN No part of this manual may be repro- Department of Defense FAR Supple- FUTURE EDITIONS. FURTHER, TO THE duced in any form or by any means ment (“DFARS”) 227.7202, the U.S. MAXIMUM EXTENT PERMITTED BY (including electronic storage and government acquires commercial com- APPLICABLE LAW, KEYSIGHT DIS- retrieval or translation into a foreign puter software under the same terms CLAIMS ALL WARRANTIES, EITHER language) without prior agreement and by which the software is customarily EXPRESS OR IMPLIED, WITH REGARD written consent from Keysight Technol- provided to the public. Accordingly, TO THIS MANUAL AND ANY INFORMA- ogies as governed by United States and Keysight provides the Software to U.S. TION CONTAINED HEREIN, INCLUD- international copyright laws. government customers under its stan- ING BUT NOT LIMITED TO THE dard commercial license, which is IMPLIED WARRANTIES OF MER- Manual Part Number embodied in its End User License CHANTABILITY AND FITNESS FOR A 53147-90010 Agreement (EULA), a copy of which can PARTICULAR PURPOSE. KEYSIGHT be found at http://www.keysight.com/ SHALL NOT BE LIABLE FOR ERRORS Edition find/sweula. The license set forth in the OR FOR INCIDENTAL OR CONSE- Edition 3, November 1, 2017 EULA represents the exclusive authority QUENTIAL DAMAGES IN CONNECTION by which the U.S.
    [Show full text]
  • Keysight U1251B and U1252B Handheld Digital Multimeter
    Keysight U1251B and U1252B Handheld Digital Multimeter User’s and Service Guide Notices U.S. Government Rights Warranty The Software is “commercial computer THE MATERIAL CONTAINED IN THIS Copyright Notice software,” as defined by Federal DOCUMENT IS PROVIDED “AS IS,” AND Acquisition Regulation (“FAR”) 2.101. IS SUBJECT TO BEING CHANGED, © Keysight Technologies 2009 – 2019 Pursuant to FAR 12.212 and 27.405-3 WITHOUT NOTICE, IN FUTURE No part of this manual may be and Department of Defense FAR EDITIONS. FURTHER, TO THE reproduced in any form or by any Supplement (“DFARS”) 227.7202, the MAXIMUM EXTENT PERMITTED BY means (including electronic storage U.S. government acquires commercial APPLICABLE LAW, KEYSIGHT and retrieval or translation into a computer software under the same DISCLAIMS ALL WARRANTIES, EITHER foreign language) without prior terms by which the software is EXPRESS OR IMPLIED, WITH REGARD agreement and written consent from customarily provided to the public. TO THIS MANUAL AND ANY Keysight Technologies as governed by Accordingly, Keysight provides the INFORMATION CONTAINED HEREIN, United States and international Software to U.S. government INCLUDING BUT NOT LIMITED TO THE copyright laws. customers under its standard IMPLIED WARRANTIES OF commercial license, which is embodied MERCHANTABILITY AND FITNESS FOR Manual Part Number in its End User License Agreement A PARTICULAR PURPOSE. KEYSIGHT U1251-90036 (EULA), a copy of which can be found at SHALL NOT BE LIABLE FOR ERRORS http://www.keysight.com/find/sweula. OR FOR INCIDENTAL OR Edition The license set forth in the EULA CONSEQUENTIAL DAMAGES IN Edition 24, July 26, 2019 represents the exclusive authority by CONNECTION WITH THE FURNISHING, which the U.S.
    [Show full text]
  • 53200A Series RF/Universal Frequency Counter/Timers
    Keysight Technologies 53200A Series RF/Universal Frequency Counter/Timers Data Sheet Imagine Your Counter Doing More! Introduction Frequency counters are depended on in R&D and in manufacturing for the fastest, most accurate frequency and time interval measurements. The 53200 Series of RF and universal frequency counter/timers expands on this expectation to provide you with the most information, connectivity and new measurement capabilities, while building on the speed and accuracy you’ve depended on with Keysight Technologies, Inc. time and frequency measurement expertise. Three available models offer resolution capabilities up to 12 digits/sec frequency resolution on a one second gate. Single- shot time interval measurements can be resolved down to 20 psec. All models offer new built-in analysis and graphing capabilities to maximize the insight and information you receive. More bandwidth Measurement by model Measurements Model Standard Opt MW Inputs – 350 MHz baseband frequency 350 MHz Input (53210A: Ch 2, – 6 or 15 GHz optional microwave Channel(s) 53220A/30A: Ch 3) channels Frequency 53210A, ● ● More resolution & speed 53220A, – 12 digits/sec 53230A – 20 ps single-shot time resolution Frequency ratio 53210A, ● ● – Up to 75,000 and 90,000 53220A, readings/sec (frequency and 53230A time interval) Period 53210A, ● ● More insight 53220A, 53230A – Datalog trend plot Minimum/maximum/ 53210A, ● – Cumulative histogram peak-to-peak input 53220A, – Built-in math analysis and voltage 53230A statistics – 1M reading memory and RF signal strength
    [Show full text]
  • Chapter 26 Oscillator Is Sufficient for Most of Our Needs and Most Amateur Equipment Relies on This Technique
    Test Procedures and Projects 26 his chapter, written by ARRL Technical Advisor Doug Millar, K6JEY, covers the test equipment and measurement techniques common to Amateur Radio. With the increasing complexity of T amateur equipment and the availability of sophisticated test equipment, measurement and test procedures have also become more complex. There was a time when a simple bakelite cased volt-ohm meter (VOM) could solve most problems. With the advent of modern circuits that use advanced digital techniques, precise readouts and higher frequencies, test requirements and equipment have changed. In addition to the test procedures in this chapter, other test procedures appear in Chapters 14 and 15. TEST AND MEASUREMENT BASICS The process of testing requires a knowledge of what must be measured and what accuracy is required. If battery voltage is measured and the meter reads 1.52 V, what does this number mean? Does the meter always read accurately or do its readings change over time? What influences a meter reading? What accuracy do we need for a meaningful test of the battery voltage? A Short History of Standards and Traceability Since early times, people who measured things have worked to establish a system of consistency between measurements and measurers. Such consistency ensures that a measurement taken by one person could be duplicated by others — that measurements are reproducible. This allows discussion where everyone can be assured that their measurements of the same quantity would have the same result. In most cases, and until recently, consistent measurements involved an artifact: a physical object. If a merchant or scientist wanted to know what his pound weighed, he sent it to a laboratory where it was compared to the official pound.
    [Show full text]
  • Agilent Digital Multimeters
    Agilent Digital Multimeters Designed to handle your toughest assignments in various applications Index Measurement Digits of speed (reading/s Basic 1-yr DCV Connectivity & Model Description resolution at 42 digits) accuracy Basic measurements software Page: Benchtop DMM, 42 (U3401A) N/A 0.0120% DCV, ACV, DCI, ACI, N/A 4 dual display 52 (U3402A) 2-wire resistance (4-wire Elegantly simple on U3402A), frequency, and affordable continuity, and diode DMMs with basic and good capabilities U3401A/U3402A 5.5-digit DMM 52 26 0.0250% DCV, ACV, DCI, ACI, USB 2.0, GPIB 5 with built-in 30 W 2- and 4-wire resistance, power supply frequency, continuity, Halves bench/ diode, and capacitance rackspace need 30-W with four output for two instruments ranges, OVP/OCP, auto scan/ramp and square U3606A/U3606B wave generator 5.5 digit bench 52 190 0.0150% DCV, ACV, DCI, ACI, USB 2.0, 6 digital multimeter 2- and 4-wire resistance, Serial Interface OLED dual display frequency, continuity, (RS-232), GPIB diode, capacitance, and DMM Connectivity temperature Utility software (page 24) 34450A Bench/System 62 300/1000 0.0075/0.0035% DCV, ACV, DCI, ACI, USB, LAN/LXI 7 DMM 2- and 4-wire resistance, Core, GPIB, 34401A frequency, period, DMM Connectivity Replacement for continuity, diode, Utility (page 24) accuracy, speed, temperature measurement ease 34460A/34461A and versatility Bench/System 62 1000 0.0035% DCV, ACV, DCI, ACI, GPIB, RS-232, 8 DMM 2- and 4-wire resistance, DMM Connectivity Industry standard frequency, period, Utility software for accuracy, speed, continuity,
    [Show full text]
  • Oscilloscope Selection Guide Oscilloscope Selection Guide
    OSCILLOSCOPE SELECTION GUIDE OSCILLOSCOPE SELECTION GUIDE OSCILLOSCOPE SELECTOR GUIDE Tektronix offers oscilloscopes for many different applications and uses. To help you choose the right scope for your needs, the most common criteria for selecting a scope are listed below, along with helpful tips for determining your requirements. 1 Bandwidth All oscilloscopes have a low-pass frequency response that rolls CONTENTS off at higher frequencies. Oscilloscope bandwidth is specified as CHOOSING YOUR OSCILLOSCOPE 1-3 being the frequency at which a sinusoidal input signal is MIXED SIGNAL AND MIXED DOMAIN OSCILLOSCOPES 4-5 attenuated to 70.7% of the signal’s true amplitude – the -3 dB point. Your oscilloscope must have sufficient bandwidth to MSO/DPO2000B 4 capture all relevant frequency components of your signal. If you MDO3000 4 regularly work with digital signals, it may be easier to consider MDO4000C 5 bandwidth by comparing signal and oscilloscope rise time specifications. Use an oscilloscope with a rise time ADVANCED SIGNAL ANALYSIS OSCILLOSCOPES 6-7 specification five times faster than your signal rise time to MSO/DPO5000B 6 keep error below 2%. 5 Series MSO 6 Rule: Bandwidth > 5 x Highest Signal Frequency DPO7000C Series 7 MSO/DPO70000 Series 7 2 Sample Rate DPO70000SX Series 8 The faster an oscilloscope samples, the greater the resolution SAMPLING OSCILLOSCOPES 8 and detail of the displayed waveform, and the less likely that DSA8300 8 critical information or events will be lost. Tektronix recommends at least 5X oversampling to ensure signal details are captured BASIC OSCILLOSCOPES 9 and to avoid aliasing. TBS1000 9 Rule: Sample Rate > 5 x (Highest Frequency Component) TBS1000B/TBS1000B-EDU 9 TBS2000 9 BATTERY POWERED OSCILLOSCOPES 3 Record Length WITH ISOLATED CHANNELS 10 Record length is the number of samples the oscilloscope can THS3000 10 digitize and store in a single acquisition.
    [Show full text]
  • Build an Rf Frequency Counter Buffer for Hf
    BUILD IT YOURSELF By Dwayne Kincaid WD8OYG BUILD AN RF FREQUENCY COUNTER BUFFER FOR HF Most frequency counters can tolerate only low levels of RF at their input, but here’s a way to safely measure the frequency of an RF signal of up to 200 watts with your existing frequency counter. 36 January/February 2019 ■ FIGURE 1. Block diagram of frequency counter buffer. ■ FIGURE 2. Schematic of frequency counter buffer. his buffer allows you to connect your transceivers. It performs well, is easy to reproduce, counter to any RF source from 20 mW to is low cost, and has a minimal parts count. 200 watts, from 200 kHz to 60 MHz. The Most amateur HF transceivers are in the 5 to circuit has a protection limiter that keeps 200 watt range. This buffer (Figure 2) will allow Tthe RF signal strength in a safe range for the TTL you to connect your standard desktop frequency input of the counter, as well as providing gain for counter directly to the RF line, even with higher weaker signals (Figure 1). signal levels that most frequency counters can You can think of the buffer as a dam safely handle. For Citizens Band, most transceivers are in keeping high water out of Frequency Counter- the 4 to 12 watt range and will work fine with the ville. If the water/signal is too high upstream, buffer. you can limit how much of it gets through. Or, The low end of the buffer’s power range if its strength is too low, you can add some.
    [Show full text]
  • AN200-1 Fundamentals of Microwave Frequency Counters
    H Fundamentals of Microwave Frequency Counters Application Note 200-1 Electronic Counters Series 1 Table of Contents Down-Conversion Techniques for Automatic Microwave Frequency Counters ................................................. 3 Prescaling .................................................................................................... 3 Heterodyne Converter ............................................................................... 4 Transfer Oscillator ..................................................................................... 5 Harmonic Heterodyne Converter ............................................................ 6 Comparing the Principal Microwave Down-Conversion Techniques .................................................................................... 8 Measurement Speed .................................................................................. 8 Accuracy...................................................................................................... 8 Sensitivity and Dynamic Range ............................................................... 10 Signal-to-Noise Ratio ................................................................................. 11 FM Tolerance.............................................................................................. 12 AM Tolerance ............................................................................................. 14 Amplitude Discrimination ........................................................................ 14 Summary of the
    [Show full text]
  • Spectrum Analyzer
    Spectrum Analyzer GSP-9330 USER MANUAL ISO-9001 CERTIFIED MANUFACTURER This manual contains proprietary information, which is protected by copyright. All rights are reserved. No part of this manual may be photocopied, reproduced or translated to another language without prior written consent of Good Will company. The information in this manual was correct at the time of printing. However, Good Will continues to improve products and reserves the rights to change specification, equipment, and maintenance procedures at any time without notice. Good Will Instrument Co., Ltd. No. 7-1, Jhongsing Rd., Tucheng Dist., New Taipei City 236, Taiwan. Table of Contents Table of Contents SAFETY INSTRUCTIONS .................................................. 3 GETTING STARTED .......................................................... 8 GSP-9330 Introduction .......................... 9 Accessories .......................................... 12 Appearance .......................................... 14 First Use Instructions .......................... 26 BASIC OPERATION ........................................................ 38 Frequency Settings ............................... 41 Span Settings ....................................... 45 Amplitude Settings .............................. 48 Autoset ................................................ 62 Bandwidth/Average Settings ................ 64 Sweep .................................................. 70 Trace .................................................... 77 Trigger ................................................
    [Show full text]
  • Frequency Measurements and Mixer
    Frequency Measurements and Mixer Introduction In this laboratory experience the student will measure the frequency of some signal using a frequency counter and a frequency translating device (mixer). Available instrumentation For this practical session you will use the following instrumentation: waveform generator (Hameg 8130, Hameg 8131 or similar) LED signal generator (output C and D, 5 MHz) analog oscilloscope frequency counter (Hameg HM 8122 or similar) For manuals and documentation: http://led.polito.it/main it/instrumentation.asp or see the “Addendum” at the end of these pages Mixer The internal scheme and the pins of the mixer are shown in figures 1 and 2. Figure 1: simplified scheme of the SBL-3 mixer Figure 2: pin scheme for the SBL-3 mixer (as seen from the top) Frequency measurements You can measure the frequency of the signals indicated in table I with the frequency counter. Following the manual instructions you must evaluate the uncertainty. For the trigger related uncertainty you can use a S/N value of 80dB. What’s happen to the trigger uncertainty if the S/N is reduced to a value of 40dB? Table I: frequency measurements Signal f /Hz f /Hz 1 kHz from waveform generator 15 kHz from waveform generator 5 MHz from waveform generator 5 MHz from LED sign.gen. output C 5 MHz from LED sign.gen. output D Frequency difference measurement Compute the frequency difference between output C and output D, starting from the measurements you reported on the table I. Now you can evaluate the uncertainty of the frequency difference.
    [Show full text]
  • Electronic Measurement & Measuring Instruments Syllabus
    ELECTRONIC MEASUREMENT & MEASURING INSTRUMENTS SYLLABUS Module-I (12 Hours) Basics of Measurements: Accuracy, Precision, resolution, reliability, repeatability, validity, Errors and their analysis, Standards of measurement. Bridge Measurement: DC bridges- wheatstone bridge, AC bridges – Kelvin, Hay, Maxwell, Schering and Wien bridges, Wagner ground Connection. Electronic Instruments for Measuring Basic Parameters: Amplified DC meter, AC Voltmeter, True- RMS responding Voltmeter, Electronic multi-meter, Digital voltmeter, Vector Voltmeter. Module-II (12 Hours) Oscilloscopes: Cathode Ray Tube, Vertical and Horizontal Deflection Systems, Delay lines, Probes and Transducers, Specification of an Oscilloscope. Oscilloscope measurement Techniques, Special Oscilloscopes – Storage Oscilloscope, Sampling Oscilloscope. Signal Generators: Sine wave generator, Frequency – Synthesized Signal Generator, Sweep frequency Generator. Pulse and square wave generators. Function Generators. Module-III (10 Hours) Signal Analysis: Wave Analyzer, Spectrum Analyzer. Frequency Counters: Simple Frequency Counter; Measurement errors; extending frequency range of counters Transducers: Types, Strain Gages, Displacement Transducers. Module-IV (6 Hours) Digital Data Acquisition System: Interfacing transducers to Electronics Control and Measuring System. Instrumentation Amplifier, Isolation Amplifier. An Introduction to Computer-Controlled Test Systems.IEEE-488 GPIB Bus Text Books: 1. Modern Electronics Instrumentation & Measurement Techniques, by Albert D.Helstrick and William D.Cooper, Pearson Education. Selected portion from Ch.1, 5-13. 2. Elements of Electronics Instrumentation and Measurement-3rd Edition by Joshph J.Carr.Pearson Education. Selected portion from Ch.1,2,4,7,8,9,13,14,18,23 and 25. Reference Books : 3. Electronics Instruments and Instrumentation Technology – Anand, PHI 4. Doebelin, E.O., Measurement systems, McGraw Hill, Fourth edition, Singapore, 1990. MODULE –I Chapter 1. Basics of Measurements 1.
    [Show full text]