Using the Clampex 6.0 DAC File Feature (Playing Back Data Files as Command Waveforms)

Size: px
Start display at page:

Download "Using the Clampex 6.0 DAC File Feature (Playing Back Data Files as Command Waveforms)"

Transcription

1 Using the Clampex 6.0 DAC File Feature (Playing Back Data Files as Command Waveforms) Clampex 6.0 has the ability to play back data files as command waveforms. Unlike the Parameters Waveform table, which allows for up to eight step or ramp transitions per episode, using a data file allows the command to be specified point-by-point. The data files may be either recorded binary pclamp data files or arbitrarily constructed text files. The sections below describe how to scale the command waveform data properly. The examples assume that we are recording voltage data, such as an action potential, to be played back as a voltage clamp command using an Axopatch. Using a Binary Data File Using an Axopatch, the external command scaling in voltage-clamp mode is normally fixed at 20 mv at the cell per 1 V at the External Command Input, which is connected to the DAC. When recording data to be used as a DAC File, the data may either be recorded with the equivalent scaling, or the data may be scaled when it is played back, using the Parameters DACFile form. The input scaling in pclamp is expressed as Volts at the ADC per Unit at the cell. In the case of recording an action potential, the units are in mv. The output scaling in pclamp is expressed in a reciprocal manner: Units at the cell per Volt at the DAC. To see the relationship, the output scaling should be expressed in the same way as the input scaling: Reciprocal of 20 mv 1V = 0.05 V at the DAC 1V 20 mv 1 mv at the cell If you are able to scale the output of your instrument to 0.05 volts (50 mv) output per 1 mv measured at the cell, the data will be recorded in the data file perfectly for an output scaling of 20 mv at the cell per 1 V at the DAC. See Figure 1. Application Note #2 December 1993 Page 1 of 5

2 Figure 1. Recording data at the same scaling as the output scaling for an Axopatch (20 mv at cell / 1V at DAC). When data meant for playback are not recorded at the same scale as the output scaling, the parameter Scale factor in the Parameters DACFile form scales the data before it is played back as the command. For example, if data were recorded with the scaling at 100 mv at the ADC per 1 mv at the cell (input scaling factor of 0.1 under Parameters Scaling), when the data file was played back the command would be twice as large as expected because the command is sent at 50 mv at the DAC per 1 mv at the cell (this is the same as 20 mv at cell per volt at DAC). See Figure 2. The required scaling factor for playback is: 50 mv at the DAC per mv at the cell (output scaling) = 0.5 (no units) 100 mv at the ADC per mv at the cell (input scaling) Application Note #2 December 1993 Page 2 of 5

3 Figure 2. The data file was recorded with an input scaling of 0.1 V at ADC per mv at cell (top). When played back as a DAC file (bottom), the signal at the cell is twice as large (note the Y-axis scaling) because the output scaling is 50 mv at the DAC per 1 mv at the cell. Application Note #2 December 1993 Page 3 of 5

4 Figure 3. Scaling the data file for playback. By placing a Scale factor of 0.5 in the Parameters DACFile form (Figure 3), the WaveformPreview screen in the Figure 2 example would show that the output waveform was now half the amplitude, corresponding to the ±100 mv of the original input signal. When using recorded data files as DAC files, the Scale factor is determined by dividing the output scaling by the input scaling. You must express these two values such that the division cancel the units out. Creating a Text DAC File The Clampex DAC File feature accepts text files, so any function or arbitrary data set may be used as a command waveform. The data must be arranged in columns. Multiple columns are treated as multiple episodes. The number of points in each column should be the same as the number of points in each episode of the experiment. After creating the text file, use the ASC2ATF utility to convert the file to an ATFformat text file. Clampex expects to read the DAC file values in D/A units, but there is also a way to use real units (such as mv) in the DAC file. The scaling factors are explained here. The examples assume that we are using an Axopatch, which has a scaling factor of 20 mv at the cell per 1 V at the External Command Input (which is connected to the DAC). The TL-1/LabMaster and Digidata 1200 systems must be considered separately. The TL-1/LabMaster system has a 12-bit D/A converter ( ±2048 D/A units) and a ±10.00 V DAC range, therefore the scaling in the text DAC file is: 1000 mv at DAC * 2048 D/A units = D/A units 20 mv at cell 10,000 mv at DAC 1 mv at cell The Digidata 1200 system has a 12-bit D/A converter ±2048 ( D/A units) and a ±10.24V DAC range: 1000 mv at DAC * 2048 D/A units = 10 D/A units (But see below!) 20 mv at cell 10,240 mv at DAC 1 mv at cell For the Digidata 1200 system, there is one more factor to consider. The Digidata 1200 system treats all data as if they are 16-bit. The DAC is 12-bit, however, so the D/A unit values are placed in the upper 12 bits of the 16-bit DAC I/O register. The four lower bits would comprise the finer resolution if a 16-bit DAC were used. Since the DAC on the Digidata 1200 is 12-bit, the lower four bits are ignored. When you send data using a DAC file, you must send the values so that the 12-bit data is in the upper 12 bits of the 16-bit register. The data values must be shifted up four bits, which is the equivalent of multiplying the values by 16. Therefore the actual scaling factor when creating a text DAC file for the Digidata 1200 is 16 times 10 D/A units per mv, or 160 D/A units per mv. To send a DAC command of -100 mv at the cell, the DAC file value for the TL-1 should be and for the Digidata 1200 it should be Application Note #2 December 1993 Page 4 of 5

5 An easier method is to place the actual mv values in the DAC file, such as -100 for -100 mv, and put the scaling factor in the Parameters DACFile form. At the parameter Scale factor, for the TL-1 put (D/A units per mv at the cell), and for the Digidata 1200, put 160 (D/A units per mv at the cell). See Figure 4. Figure 4. Scaling a text data file for playback. Additional Notes 1. The section Creating a Text DAC File explains that the Digidata 1200 treats data as 16-bit, so that 12- bit data are placed in the upper 12 bits of a 16-bit register. This creates a problem when a binary data file is recorded using a TL-1/LabMaster, but is later used on a Digidata 1200 as a DAC file. The LabMaster-produced data file has the data in the lower 12 bits, but the Digidata expects to see it in the upper 12 bits. The solution is to place a Scale factor of 16 in the Parameters DACFile form. Multiplying by 16 is the same as shifting the data up four bits. 2. In Figure 2, the top picture show s the recorded sine wave. The bottom picture shows the data file being played back as a DAC file. Note that the first few points and the last few points are held at a constant level. This is because Clampex holds the first few and the last few points at the specified holding level. The number of points held at the holding level at the beginning and the end of the episode depends on the length of the episode. The formula is one point for every multiple of 64 points in the episode. For example, in a 512-point episode, 512 / 64 = 8 points at the beginning and 8 points at the end of every episode are at the holding level. This means that if you create a DAC file for a 512- point episode, the file should contain 512 points, but the first 8 and the last 8 points will be ignored, so place your waveform in the middle 496 points. There is an exception to this rule. Under Parameters Waveform, if you set Interepisode holding level to "Use last epoch," the last 8 points of the DAC file will be used. After the first episode, the first 8 points of the subsequent episodes will be held at the same level as the last point in the previous episode. Application Note #2 December 1993 Page 5 of 5

Contents. 1 Using a Recorded Waveform as Stimulus Rules An Example... 2

Contents. 1 Using a Recorded Waveform as Stimulus Rules An Example... 2 Contents 1 Using a Recorded Waveform as Stimulus 1 1.1 Rules............................... 1 1.2 An Example........................... 2 1. Using a Recorded Waveform as Stimulus The DAC-stimulus template

More information

Waveform and Timing Generator Description

Waveform and Timing Generator Description I. Abstract A PC-controlled Waveform and Timing Generator (WTG) Instrument was developed using the Opal Kelly XEM3001 PCB mated with an Optiphase custom adapter PCB. The WTG Instrument was developed to

More information

pclamp Electrophysiology Data Acquisition and Analysis Software

pclamp Electrophysiology Data Acquisition and Analysis Software pclamp Electrophysiology Data Acquisition and Analysis Software Version 10.5.1 Software Release Notes December 2014 www.moleculardevices.com This document is provided to customers who have purchased Molecular

More information

User Guide for Digidata 1440A

User Guide for Digidata 1440A User Guide for Digidata 1440A Molecular Devices Corporation Sunnyvale, California 94089 PN 2500 0173 Rev. A Copyrights, Notices, and Trademarks 2006 Molecular Devices Corporation. All rights reserved.

More information

pclamp Electrophysiology Data Acquisition and Analysis Software Software Release Notes

pclamp Electrophysiology Data Acquisition and Analysis Software Software Release Notes pclamp Electrophysiology Data Acquisition and Analysis Software Software Release Notes v10.7 July 2016 This document is provided to customers who have purchased Molecular Devices equipment, software, reagents,

More information

Using the Sequencer on Tektronix AWG 70000A Series Instruments

Using the Sequencer on Tektronix AWG 70000A Series Instruments Using the Sequencer on Tektronix AWG 70000A Series Instruments Arbitrary Waveform Generators (AWGs) are one of the most versatile and useful test and measurement products used today. With an AWG users

More information

DIGIDATA 1200 THEORY AND OPERATION

DIGIDATA 1200 THEORY AND OPERATION September 1992 DIGIDATA 1200 THEORY AND OPERATION QUESTIONS OR PROBLEMS? If you are encountering difficulties and need technical support, PLEASE read the Troubleshooting section on page 33 before you call

More information

IT327 Lab 9 Analog to Digital Conversion (ADC) and Digital to Analog Conversion (DAC)

IT327 Lab 9 Analog to Digital Conversion (ADC) and Digital to Analog Conversion (DAC) IT327 Lab 9 Analog to Digital Conversion (ADC) and Digital to Analog Conversion (DAC) Objective: In this lab there are two main objectives, 1) to gain experience with and apply the theory of Digital to

More information

Axon Binary File Format

Axon Binary File Format Axon Binary File Format (ABF) User Guide ABF User Guide February 2013 This document is provided to customers who have purchased Molecular Devices, LLC ( Molecular Devices ) equipment, software, reagents,

More information

EECS 452 Midterm Closed book part Fall 2010

EECS 452 Midterm Closed book part Fall 2010 EECS 452 Midterm Closed book part Fall 2010 Name: unique name: Sign the honor code: I have neither given nor received aid on this exam nor observed anyone else doing so. Scores: # Points Closed book Page

More information

pclamp Electrophysiology Data Acquisition and Analysis Software

pclamp Electrophysiology Data Acquisition and Analysis Software pclamp Electrophysiology Data Acquisition and Analysis Software Version 10.4.1 Software Release Notes May 2014 www.moleculardevices.com This document is provided to customers who have purchased Molecular

More information

How to Properly Manage Tabor s AWG Arbitrary Memory

How to Properly Manage Tabor s AWG Arbitrary Memory How to Properly Manage Tabor s AWG Arbitrary Memory In this tutorial, we will give a quick start guide on how you can manage the Tabor AWG s arbitrary memory using a specific set of Standard Commands for

More information

pclamp 10 Software Suite

pclamp 10 Software Suite pclamp 10 Software Suite More Data, More Control, More Convenience > COMPREHENSIVE ELECTROPHYSIOLOGY ACQUISITION & ANALYSIS SOFTWARE > ONLINE MEMBRANE TEST/ ONLINE ANALYSIS > MINIDIGI 2-CHANNEL DIGITIZER

More information

Axon CNS amplifiers for the quietest recordings.

Axon CNS amplifiers for the quietest recordings. MULTICLAMP Major New Features Internal automatic mode switch Instantly switch recording modes by using the membrane potential as the trigger. Pre-set a voltage threshold in current-clamp mode, and the

More information

Lab 2: Introduction to LabVIEW 8.5

Lab 2: Introduction to LabVIEW 8.5 Lab 2: Introduction to LabVIEW 8.5 INTRODUCTION: This lab is designed as an introduction to using LabVIEW. In this lab you will run through some tutorials to get a basic understanding of some of the LabVIEW

More information

Check In before class starts:

Check In before class starts: Name: Date: Lesson 5-3: Graphing Trigonometric Functions Learning Goal: How do I use the critical values of the Sine and Cosine curve to graph vertical shift and vertical stretch? Check In before class

More information

4.1 QUANTIZATION NOISE

4.1 QUANTIZATION NOISE DIGITAL SIGNAL PROCESSING UNIT IV FINITE WORD LENGTH EFFECTS Contents : 4.1 Quantization Noise 4.2 Fixed Point and Floating Point Number Representation 4.3 Truncation and Rounding 4.4 Quantization Noise

More information

Chapter 6 Data Acquisition and Spectral Analysis System high-speed digitizer card for acquiring time-domain data. The digitizer is used in

Chapter 6 Data Acquisition and Spectral Analysis System high-speed digitizer card for acquiring time-domain data. The digitizer is used in Chapter 6 Data Acquisition and Spectral Analysis System 6.1 Introduction This chapter will discuss the hardware and software involved in developing the data acquisition and spectral analysis system. The

More information

AWG2300. USB Multifunction Arbitrary Waveform Generator SCICORE INSTRUMENTS, INC.

AWG2300. USB Multifunction Arbitrary Waveform Generator SCICORE INSTRUMENTS, INC. AWG2300 USB Multifunction Arbitrary Waveform Generator Simultaneous dual channel waveform generation DC - 50 MHz output frequency range Waveform sampling rate: 300MS/s Waveform vertical resolution: 14-bit

More information

Lab 3: Building a Power Supply and a Stereo Amplifier

Lab 3: Building a Power Supply and a Stereo Amplifier ECE 212 Spring 2010 Circuit Analysis II Names: Objectives Lab 3: Building a Power Supply and a Stereo Amplifier In this lab exercise you will build a regulated variable-voltage power supply and a 10-watt

More information

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Recall that the final objective is position regulation using computer-controlled state feedback. Computer control requires both software, like LabVIEW and hardware,

More information

AutoRoute User's Guide Version 1.0

AutoRoute User's Guide Version 1.0 Part 1 AutoRoute Version 1.0 Copyright 1994 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose without

More information

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS INTRODUCTION Digital computers use sequences of binary digits (bits) to represent numbers, letters, special symbols, music, pictures, and videos.

More information

Getting Started with LabVIEW Virtual Instruments

Getting Started with LabVIEW Virtual Instruments Getting Started with LabVIEW Virtual Instruments Approximate Time You can complete this exercise in approximately 30 minutes. Background LabVIEW programs are called virtual instruments, or VIs, because

More information

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc. Chapter 3: Number Systems and Codes Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc., 5 th edition Decimal System The radix or base of a number system determines

More information

Hours / 100 Marks Seat No.

Hours / 100 Marks Seat No. 17320 21718 3 Hours / 100 Seat No. Instructions (1) All Questions are Compulsory. (2) Answer each next main Question on a new page. (3) Figures to the right indicate full marks. (4) Assume suitable data,

More information

Sampling Frequency & Bit Depth

Sampling Frequency & Bit Depth Sampling Frequency & Bit Depth Computer Audio Design (CAD) November 2017 Computer Audio Design 2017 Definitions The first thing to realise is that these two parameters, sampling rate and bit depth, are

More information

Digital Recording and Playback

Digital Recording and Playback Digital Recording and Playback Digital recording is discrete a sound is stored as a set of discrete values that correspond to the amplitude of the analog wave at particular times Source: http://www.cycling74.com/docs/max5/tutorials/msp-tut/mspdigitalaudio.html

More information

Rational Numbers CHAPTER Introduction

Rational Numbers CHAPTER Introduction RATIONAL NUMBERS Rational Numbers CHAPTER. Introduction In Mathematics, we frequently come across simple equations to be solved. For example, the equation x + () is solved when x, because this value of

More information

PXDAC4800. Product Information Sheet. 1.2 GSPS 4-Channel Arbitrary Waveform Generator FEATURES APPLICATIONS OVERVIEW

PXDAC4800. Product Information Sheet. 1.2 GSPS 4-Channel Arbitrary Waveform Generator FEATURES APPLICATIONS OVERVIEW Product Information Sheet PXDAC4800 1.2 GSPS 4-Channel Arbitrary Waveform Generator FEATURES 4 AC-Coupled or DC-Coupled DAC Channel Outputs 14-bit Resolution @ 1.2 GSPS for 2 Channels or 600 MSPS for 4

More information

EECS 452 Midterm Closed book part Fall 2010

EECS 452 Midterm Closed book part Fall 2010 EECS 452 Midterm Closed book part Fall 2010 Name: unique name: Sign the honor code: I have neither given nor received aid on this exam nor observed anyone else doing so. Scores: # Points Closed book Page

More information

You may not reverse engineer, decompile, disassemble, or create derivative works from the SOFTWARE.

You may not reverse engineer, decompile, disassemble, or create derivative works from the SOFTWARE. ! "# $ % &' Copyright 1998 Axon Instruments, Inc. No part of this User s Guide may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying,

More information

Operation Manual Sequence Creation Software Wavy for PBZ Ver.6 (SPEC70525) First edition: May 10, 2010

Operation Manual Sequence Creation Software Wavy for PBZ Ver.6 (SPEC70525) First edition: May 10, 2010 Kikuchi '10/5/10 Operation Manual Sequence Creation Software Kobayashi '10/5/10 Wavy for PBZ Ver.6 () First edition: May 10, 2010 KIKUSUI ELECTRONICS CORP. KIKUSUI ELECTRONICS CORPORATION. 1/58 Before

More information

SNAP Centre Workshop. Graphing Lines

SNAP Centre Workshop. Graphing Lines SNAP Centre Workshop Graphing Lines 45 Graphing a Line Using Test Values A simple way to linear equation involves finding test values, plotting the points on a coordinate plane, and connecting the points.

More information

Experiment 3. Getting Start with Simulink

Experiment 3. Getting Start with Simulink Experiment 3 Getting Start with Simulink Objectives : By the end of this experiment, the student should be able to: 1. Build and simulate simple system model using Simulink 2. Use Simulink test and measurement

More information

Copyright 2011 by Dr. Andrew David Norte. All Rights Reserved.

Copyright 2011 by Dr. Andrew David Norte. All Rights Reserved. Near-End Crosstalk Considerations For Coupled Microstriplines David Norte, PhD www.the-signal-and-power-integrity-institute.com Thornton, Colorado, 80234, USA Abstract This paper addresses the impact of

More information

PSIM Tutorial. How to Use SPI in F2833x Target. February Powersim Inc.

PSIM Tutorial. How to Use SPI in F2833x Target. February Powersim Inc. PSIM Tutorial How to Use SPI in F2833x Target February 2013-1 - Powersim Inc. With the SimCoder Module and the F2833x Hardware Target, PSIM can generate ready-to-run codes for DSP boards that use TI F2833x

More information

MintySynth Software Manual v. 4.2

MintySynth Software Manual v. 4.2 MintySynth Software Manual v. 4.2 mintysynth.com info@mintysynth.com Contents Introduction I. Demo Song and Live Mode a. Demo Song b. Tempo c. Swing d. Waveform e. Duration f. Envelope II. III. IV. Photocell

More information

Analogue vs. Discrete data

Analogue vs. Discrete data CL 1 Analogue vs. Discrete data analogue data Analogue vs. Discrete data Data is the raw information that is input into the computer. In other words, data is information that is not yet processed by the

More information

PMC429-4/8/16/32 Hardware Manual

PMC429-4/8/16/32 Hardware Manual PMC429-4/8/16/32 Hardware Manual 4/8/16/32 Channel Conduction Cooled ARINC429 Module for PMC November 2014 V02.00 Rev. C PMC429-4/8/16/32 Hardware Manual 4/8/16/32 Channel Conduction Cooled ARINC429 Module

More information

Digidata 1322A. Operator s Manual

Digidata 1322A. Operator s Manual Digidata 1322A Operator s Manual Part Number 2500-135 Rev D July 2002 Printed in USA Copyright 2000-2001 Axon Instruments, Inc. No part of this manual may be reproduced, stored in a retrieval system or

More information

DESCRIPTION FEATURES MULTISTREAM PCI SOUND CARDS 26 DECEMBER 2007 ASI6514, ASI6518

DESCRIPTION FEATURES MULTISTREAM PCI SOUND CARDS 26 DECEMBER 2007 ASI6514, ASI6518 26 DECEMBER 2007 ASI6514, ASI6518 MULTISTREAM PCI SOUND CARDS DESCRIPTION The ASI6514 and ASI6518 are professional PCI sound cards designed for use in radio broadcast automation. Providing up to 16 play

More information

Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not.

Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not. What is an INTEGER/NONINTEGER? Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not. What is a REAL/IMAGINARY number? A real number is

More information

Intro To Pure Data Documentation

Intro To Pure Data Documentation Intro To Pure Data Documentation Release 1.0a1 Erik Schoster July 09, 2016 Contents 1 Digital Audio 3 2 Sampling Signals 5 3 Dynamic Range 7 4 Bit Depth & Binary Integers 9 5 Quantization Noise 11 6 Data

More information

1.3 Systems of numeration: To represent quantities in the different systems of numeration, specific symbols are used, which are also called ciphers.

1.3 Systems of numeration: To represent quantities in the different systems of numeration, specific symbols are used, which are also called ciphers. Chapter One 1.1 Introduction: Numbers are used to express quantities. There are many numerations systems used in the field of digital electronics, one of the most important being the binary system of numeration

More information

DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06

DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06 DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06 Congratulations on the purchase of your new LabJack U3. Included on your installation CD is a fully licensed copy

More information

C-DIAS Analogue Conversion Module CAM 124 for eight 0 10V DC inputs and four 10V outputs

C-DIAS Analogue Conversion Module CAM 124 for eight 0 10V DC inputs and four 10V outputs C-DIAS Analogue Conversion Module CAM 124 for eight 0 10V DC inputs and four 10V outputs This analogue conversion module is a combination of analogue inputs and outputs. There are eight analogue inputs

More information

AC : DESIGN OF DATA ACQUISITION SYSTEM FOR COMPUTER ENGINEERING EDUCATION

AC : DESIGN OF DATA ACQUISITION SYSTEM FOR COMPUTER ENGINEERING EDUCATION AC 2007-3083: DESIGN OF DATA ACQUISITION SYSTEM FOR COMPUTER ENGINEERING EDUCATION Yoon Kim, Virginia State University YOON G. KIM is an Assistant Professor of Computer Engineering in the Department of

More information

CPCI-16AIO Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration

CPCI-16AIO Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration CPCI-16AIO-88 16-Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration Features Include: 8 Analog Output Channels with a 16-Bit D/A Converter per Channel 16-Bit

More information

Principles of Computer Architecture. Chapter 3: Arithmetic

Principles of Computer Architecture. Chapter 3: Arithmetic 3-1 Chapter 3 - Arithmetic Principles of Computer Architecture Miles Murdocca and Vincent Heuring Chapter 3: Arithmetic 3-2 Chapter 3 - Arithmetic 3.1 Overview Chapter Contents 3.2 Fixed Point Addition

More information

Project Plan of Simultaneous Co-Test of high performance DAC ADC Pairs

Project Plan of Simultaneous Co-Test of high performance DAC ADC Pairs Project Plan of Simultaneous Co-Test of high performance DAC ADC Pairs Iowa State University Senior Design Project 2012-2013 May13-28 Adviser Dr. Degang Chen Members Luke Goetzke Tao Chen Ben Magstadt

More information

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation ECONseries BUS: USB Type: Economy, Mini-Instruments ECONseries Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost ECONseries modules are available to provide flexible yet economical

More information

Thin Lenses 4/16/2018 1

Thin Lenses 4/16/2018 1 Thin Lenses f 4/16/2018 1 Thin Lenses: Converging Lens C 2 F 1 F 2 C 1 r 2 f r 1 Parallel rays refract twice Converge at F 2 a distance f from center of lens F 2 is a real focal pt because rays pass through

More information

Corso di Laurea in Ingegneria delle Telecomunicazioni. Corso di Misure Elettroniche per le Telecomunicazioni II

Corso di Laurea in Ingegneria delle Telecomunicazioni. Corso di Misure Elettroniche per le Telecomunicazioni II Corso di Laurea in Ingegneria delle Telecomunicazioni Corso di Misure Elettroniche per le Telecomunicazioni II Progettazione e testing di un trasmettitore W-CDMA Emulare un segnale W-CDMA con l ausilio

More information

ASIs Drive Electronics for Piezo Top-Plate

ASIs Drive Electronics for Piezo Top-Plate ASIs Drive Electronics for Piezo Top-Plate ADEPT s Features: Closed loop operation with strain gauge feedback. Auto strain gauge calibration on startup. Accepts inputs from TG-1000 (digital) or external

More information

What is a Fraction? Fractions. One Way To Remember Numerator = North / 16. Example. What Fraction is Shaded? 9/16/16. Fraction = Part of a Whole

What is a Fraction? Fractions. One Way To Remember Numerator = North / 16. Example. What Fraction is Shaded? 9/16/16. Fraction = Part of a Whole // Fractions Pages What is a Fraction? Fraction Part of a Whole Top Number? Bottom Number? Page Numerator tells how many parts you have Denominator tells how many parts are in the whole Note: the fraction

More information

PRODUCT SPECIFICATION

PRODUCT SPECIFICATION SIM Card Connector, Hinged Type, 6 Pin, SMT, 1.85mm Profile. Page 1 SIM Card Connector, Hinged Type, 6 Pin, SMT, 1.85mm Profile. Page 2 1.0 SCOPE. This specification covers performance, tests and quality

More information

DIGITAL SYSTEM. Technology Overview Nordco. All rights reserved. Rev C

DIGITAL SYSTEM. Technology Overview Nordco. All rights reserved. Rev C DIGITAL SYSTEM Technology Overview Rev C 01-05-2016 Insert Full Frame Product Picture Here 2015 KEY FEATURES DIGITAL PROCESSING SYSTEM FOR INDUSTRIAL & TONNE UE SYSTEM DIGITAL PROCESSING SYSTEM FOR MICRO

More information

WT1800 PRECISION POWER ANALYZER

WT1800 PRECISION POWER ANALYZER PRECISION POWER ANALYZER Page 1 Page 2 PRODUCT TUTORIAL Table of Contents: A.) Overview & Objectives... B.) Power Meter Connections.. C.) Basic Setup for Power Measurement Initialize Settings Setting Wiring

More information

MotionDAS. MotionPro DAS User Manual (For Windows ) User Manual 1

MotionDAS. MotionPro DAS User Manual (For Windows ) User Manual 1 MotionPro DAS (For Windows ) 1 Software Release 1.05.01 Document Revision December 2017 Products Information http://www.idtvision.com North America 1202 E Park Ave TALLAHASSE FL 32301 United States of

More information

Snap-Master Data File Formats

Snap-Master Data File Formats Snap-Master Data File Formats Page 1 Snap-Master Data File Formats Data File Overview Snap-Master reads both binary and exponential (also called ASCII or text) data files in a number of formats. There

More information

PC104P-16AIO Bit Analog Input/Output PC104-Plus Board

PC104P-16AIO Bit Analog Input/Output PC104-Plus Board PC104P-16AIO168 16-Bit Analog Input/Output PC104-Plus Board With 16 Input Channels and 8 Output Channels (Similar GSC Product) Features Include: 16 Single-Ended or 8 Differential 16-Bit Scanned Analog

More information

Frequency Analysis Option (FAO) Manual. Table of Contents

Frequency Analysis Option (FAO) Manual. Table of Contents Table of Contents 1. Introduction... 2 2. Installing the FAO Option... 2 3. Connecting to a Power Circuit... 3 4. Setting Up the Data Setup (PS4500 only)... 5 5. Capturing High Frequency Data... 6 6. Getting

More information

Principles of Digital Techniques PDT (17320) Assignment No State advantages of digital system over analog system.

Principles of Digital Techniques PDT (17320) Assignment No State advantages of digital system over analog system. Assignment No. 1 1. State advantages of digital system over analog system. 2. Convert following numbers a. (138.56) 10 = (?) 2 = (?) 8 = (?) 16 b. (1110011.011) 2 = (?) 10 = (?) 8 = (?) 16 c. (3004.06)

More information

C:\Users\jacob\Documents\MtSAC\ELEC74 Mt SAC - chipkit\homework Sheets.docx

C:\Users\jacob\Documents\MtSAC\ELEC74 Mt SAC - chipkit\homework Sheets.docx ELEC 74 Worksheet 1 Logic Gate Review 1. Draw the truth table and schematic symbol for: a. An AND gate b. An OR gate c. An XOR gate d. A NOT gate ELEC74 Worksheet 2 (Number Systems) 1. Convert the following

More information

TOPICS. Other Number Systems. Other Number Systems 9/9/2017. Octal Hexadecimal Number conversion

TOPICS. Other Number Systems. Other Number Systems 9/9/2017. Octal Hexadecimal Number conversion Topic : Introduction To computers Faculty : Department of commerce and Management BY: Prof.Meeta R. Gujarathi E mail: meetargujarathi@gmail.com Octal Hexadecimal Number conversion TOPICS Other Number Systems

More information

Course Batch Semester Subject Code Subject Name. B.E-Marine Engineering B.E- ME-16 III UBEE307 Integrated Circuits

Course Batch Semester Subject Code Subject Name. B.E-Marine Engineering B.E- ME-16 III UBEE307 Integrated Circuits Course Batch Semester Subject Code Subject Name B.E-Marine Engineering B.E- ME-16 III UBEE307 Integrated Circuits Part-A 1 Define De-Morgan's theorem. 2 Convert the following hexadecimal number to decimal

More information

PRODUCT SPECIFICATION

PRODUCT SPECIFICATION SIM Card Connector, Hinged Type, 8 Pin, SMT, 1.50mm Profile. Page 1 SIM Card Connector, Hinged Type, 8 Pin, SMT, 1.50mm Profile. Page 2 1.0 SCOPE. This specification covers performance, tests and quality

More information

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100919DEC06200963 Paper Code: MCA-103 Subject: Digital Electronics Time: 3 Hours Maximum

More information

AD9102 Evaluation Board Quick Start Guide

AD9102 Evaluation Board Quick Start Guide AD9102 Evaluation Board Quick Start Guide One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Getting Started with the AD9102 Evaluation Board

More information

Section Graphs of the Sine and Cosine Functions

Section Graphs of the Sine and Cosine Functions Section 5. - Graphs of the Sine and Cosine Functions In this section, we will graph the basic sine function and the basic cosine function and then graph other sine and cosine functions using transformations.

More information

U P C S T U D I O O P E R A T I O N S M A N U A L. Version 1.0 Jan UPC STUDIO OPERATIONS MANUAL Version 1.0 Jan

U P C S T U D I O O P E R A T I O N S M A N U A L. Version 1.0 Jan UPC STUDIO OPERATIONS MANUAL Version 1.0 Jan U P C S T U D I O O P E R A T I O N S M A N U A L Version 1.0 Jan. 2007 UPC STUDIO OPERATIONS MANUAL Version 1.0 Jan. 2007 1 C O N T E N T S 1.0 Introducing UPC Studio... 1 2.0 System Requirements... 2

More information

CHAPTER 5: Representing Numerical Data

CHAPTER 5: Representing Numerical Data CHAPTER 5: Representing Numerical Data The Architecture of Computer Hardware and Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint

More information

Overview: Functional Description:

Overview: Functional Description: CPCI-ADADIO 12-Channel 16-Bit Analog I/O CPCI Card With 8 Simultaneous Input Channels at 200K Samples per Second per Channel, 4 Output Channels, and Byte-Wide Digital I/O Port Features Include: 8 Analog

More information

PHYS 5061 Lab 1: Introduction to LabVIEW

PHYS 5061 Lab 1: Introduction to LabVIEW PHYS 5061 Lab 1: Introduction to LabVIEW In this lab, you will work through chapter 1 and 2 of Essick s book to become familiar with using LabVIEW to build simple programs, called VI s in LabVIEW-speak,

More information

, and how. 1. zip archive. popup appears

, and how. 1. zip archive. popup appears Follow this guide to learn how to install EXLab Express and its necessary components,, and how to connect to your device and take an acquisition. Double Click Setup.exe > file available in the zip archive

More information

Register Map and Descriptions

Register Map and Descriptions Register Map and Descriptions Table 3-1. PCI-6110E Register Map Register Name Offset Address Type Size Hex Decimal Misc Register Group Serial Command 0D 13 Misc Command 0F 15 Magic 19 25 Write-Only Status

More information

Matlab OTKB GUI Manual:

Matlab OTKB GUI Manual: Matlab OTKB GUI Manual: Preface: This is the manual for the OTKB GUI. This GUI can be used to control stage position as well as perform sensitivity and stiffness calibrations on the trap. This manual will

More information

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

More information

MATH STUDENT BOOK. 12th Grade Unit 4

MATH STUDENT BOOK. 12th Grade Unit 4 MATH STUDENT BOOK th Grade Unit Unit GRAPHING AND INVERSE FUNCTIONS MATH 0 GRAPHING AND INVERSE FUNCTIONS INTRODUCTION. GRAPHING 5 GRAPHING AND AMPLITUDE 5 PERIOD AND FREQUENCY VERTICAL AND HORIZONTAL

More information

Objectives: - You need to be able to use the two equations above and the series and parallel circuit rules.

Objectives: - You need to be able to use the two equations above and the series and parallel circuit rules. F: Solve Complete Circuits Level 3 Prerequisite: Solve Ohm s Law and the Power Formula Points To: Solve Complete Circuit with Nontraditional Information Objectives: V = IR P = IV - Given a battery and

More information

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions Slide 1 / 162 Algebra II Slide 2 / 162 Trigonometric Functions 2015-12-17 www.njctl.org Trig Functions click on the topic to go to that section Slide 3 / 162 Radians & Degrees & Co-terminal angles Arc

More information

Envelopes, pull model, and blackholes in ChucK

Envelopes, pull model, and blackholes in ChucK COS/MUS 314 Envelopes, pull model, and blackholes in ChucK Envelopes An envelope is a function that is multiplied with a waveform to impart a large scale shape to a sound. An envelope is most often used

More information

Playback function and equalizer on SDR14

Playback function and equalizer on SDR14 1 (9) Application Note: Playback function and equalizer on SDR14 Table of Contents Introduction... 2 Playback in standard firmware... 2 Activating Playback... 2 AWG check function... 3 Specification...

More information

Control System. Mean. Amplitude. Frequency x Enhancements for TestWare-SX

Control System. Mean. Amplitude. Frequency x Enhancements for TestWare-SX TestStar II Control System TM Mean 100 N Amplitude 300 N Frequency 5 Hz 790.1x Enhancements for TestWare-SX 150330-04A 790.13 Run-Time Plotting 790.14 Advanced Function Generation 790.15 RPC Utilities

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.3 New Functions from Old Functions In this section, we will learn: How to obtain new functions from old functions and how to combine pairs of functions. NEW

More information

DS-3000 Series Data Station Operation manual for Vibration Analysis

DS-3000 Series Data Station Operation manual for Vibration Analysis DS-3000 Series Data Station Operation manual for Vibration Analysis ONO SOKKI CO., LTD. This instruction manual describes basic operations of the DS-3000 Series Data Station for vibration analysis. As

More information

A NEW TIMING CALIBRATION METHOD FOR SWITCHED CAPACITOR ARRAY CHIPS TO ACHIEVE SUB-PICOSECOND RESOLUTIONS

A NEW TIMING CALIBRATION METHOD FOR SWITCHED CAPACITOR ARRAY CHIPS TO ACHIEVE SUB-PICOSECOND RESOLUTIONS Stefan Ritt, Paul Scherrer Institute, Switzerland A NEW TIMING CALIBRATION METHOD FOR SWITCHED CAPACITOR ARRAY CHIPS TO ACHIEVE SUB-PICOSECOND RESOLUTIONS 13 March 2014 Workshop on Picosecond Photon Sensors,

More information

Lab 16: Data Busses, Tri-State Outputs and Memory

Lab 16: Data Busses, Tri-State Outputs and Memory Lab 16: Data Busses, Tri-State Outputs and Memory UC Davis Physics 116B Rev. 0.9, Feb. 2006 1 Introduction 1.1 Data busses Data busses are ubiquitous in systems which must communicate digital data. Examples

More information

More complicated than addition. Let's look at 3 versions based on grade school algorithm (multiplicand) More time and more area

More complicated than addition. Let's look at 3 versions based on grade school algorithm (multiplicand) More time and more area Multiplication More complicated than addition accomplished via shifting and addition More time and more area Let's look at 3 versions based on grade school algorithm 01010010 (multiplicand) x01101101 (multiplier)

More information

Section 7.6 Graphs of the Sine and Cosine Functions

Section 7.6 Graphs of the Sine and Cosine Functions Section 7.6 Graphs of the Sine and Cosine Functions We are going to learn how to graph the sine and cosine functions on the xy-plane. Just like with any other function, it is easy to do by plotting points.

More information

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects Impress Guide Chapter 7 Inserting Spreadsheets, Charts, and Other Objects OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Section 5.3 Graphs of the Cosecant and Secant Functions 1

Section 5.3 Graphs of the Cosecant and Secant Functions 1 Section 5.3 Graphs of the Cosecant, Secant, Tangent, and Cotangent Functions The Cosecant Graph RECALL: 1 csc x so where sin x 0, csc x has an asymptote. sin x To graph y Acsc( Bx C) D, first graph THE

More information

Universal Display Simulation

Universal Display Simulation Universal Display Simulation 1 1 Simulation modes Immediately after the program has been started, the main menu appears on the screen. The mouse pointer is visible in the form of a hand. The operating

More information

PZ4000 Product Tutorial. Product Tutorial

PZ4000 Product Tutorial. Product Tutorial PZ4000 HIGH FREQUENCY POWER ANALYZER PZ4000 POWER ANALYZER MEASUREMENT LAB OVERVIEW & OBJECTIVES The following is a basic demo procedure for the PZ4000 Power Analyzer. This demo uses the power meter s

More information

Lecture Notes for Chapter 2: Getting Started

Lecture Notes for Chapter 2: Getting Started Instant download and all chapters Instructor's Manual Introduction To Algorithms 2nd Edition Thomas H. Cormen, Clara Lee, Erica Lin https://testbankdata.com/download/instructors-manual-introduction-algorithms-2ndedition-thomas-h-cormen-clara-lee-erica-lin/

More information

Department of Electronics and Communication Engineering Microprocessors and Microcontrollers Laboratory Description:

Department of Electronics and Communication Engineering Microprocessors and Microcontrollers Laboratory Description: Microprocessors and Microcontrollers Laboratory Description: This laboratory enables III year II Semester ECE, and IV year I Semester EEE students to perform the various experiments in the area of Microprocessors

More information

Capstone Appendix. A guide to your lab computer software

Capstone Appendix. A guide to your lab computer software Capstone Appendix A guide to your lab computer software Important Notes Many of the Images will look slightly different from what you will see in lab. This is because each lab setup is different and so

More information

8.4 Graphs of Sine and Cosine Functions Additional Material to Assist in Graphing Trig Functions

8.4 Graphs of Sine and Cosine Functions Additional Material to Assist in Graphing Trig Functions 8.4 Graphs of Sine and Cosine Functions Additional Material to Assist in Graphing Trig Functions One of the things that will help a great deal in learning to graph the trig functions is an understanding

More information