DigRF Protocol Analyzer

Size: px
Start display at page:

Download "DigRF Protocol Analyzer"

Transcription

1 DigRF Protocol Analyzer TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents... PowerIntegrator... PowerIntegrator Application Notes... DigRF Protocol Analyzer... 1 General Function... 2 Probes 4 Target Connector 5 How to use the PROTOanalyzer... 6 Features 6 <trace>.list LIST display 7 <trace>.chart CHART display 9 <trace>.statistic Statistic visualization 9 <trace>.draw Draw I/T Q/T graphs 10 Menu FAQ DigRF Protocol Analyzer 1

2 DigRF Protocol Analyzer Version 22-Mar-2018 General Function 3G/DigRF trace support requires the following hardware components: PowerIntegrator (logic analyzer) three 3G/DigRF specific probes A 3G/DigRF specific menu setup can be found on the installation CD. This setup file does the basic PowerIntegrator settings and adds a DigRF pull down menu to the TRACE32 GUI. see: ~~/demo/powerintegrator/probedigrf copy all files to your TRACE32 working directory and run the setupdigrf.cmm file. The PowerIntegrator is configured in a 2 GSample/s mode and has to be connected to any type of TRACE32 debug box. In 2 GSample/second mode the number of PowerIntegrator trace-channels is limited to 4 signals. The PROTOanalyzer decodes the whole transmission, considering the 3G/DigRF specifications. DigRF Protocol Analyzer 2

3 The results of the Protocol Analysis are time correlated to other TRACE32 tools. This way there is a close linkage between the display of 3G/DigRF activity and program-execution and vice versa. For 3G/DigRF the PowerIntegrator provides: two channels with a sampling rate of 2 GSample/s for RX, TX sampling. For 3G/DigRF mode 312 MHz this means 6 samples per bit. two channels with a sampling rate of 125 MSample/s for status signal sampling like SysClkEn and SysClk. For 312 MHz mode a maximum of around 8MBits (3G/DigRF bits; for RX, TX each) can be traced. For low/mid speed mode a maximum of around 512 KBit (3G/DigRF bits) can be traced. Transient detection prevents recording as long as there is no signal activity which expands the recording time. The minimum recording time is 25 ms. DigRF Protocol Analyzer 3

4 Probes The probes only can be used with a PowerIntegrator, they are not supported by the PowerTrace II! Two probes to capture the differential inputs of one RX and one TX channel One probe to capture the single ended inputs of SysClkEn and SysClk Active probe design to capture signals close to the target. This minimizes target signal disturbance Voltage range V, less then 1 pf capacitive load, 700 k input resistance Probe connection to PowerIntegrator: Connector-A: Single-ende probe for SysClk and SysClkEn tracing. Connector-C: Differential probe for RX tracing. Connector-E: Differential probe for TX tracing. NOTE: Tracing of SysClk and SysClkEn is optional. The PROTOanalyzer can handle the missing signals. DigRF Protocol Analyzer 4

5 Target Connector Top view of target connector Signal assignment of the three 6-pin connectors Probes Pin-1 Pin-5 Probe-A (single ended) SysClkEn (any) SysClk (any) Probe-C (differential) RXp RXn Probe-E (differential) TXp TXn DigRF Protocol Analyzer 5

6 How to use the PROTOanalyzer First of all a recording of the 3G/DigRF activity has to be done. Based on this recording various types of protocol displays can be done. For offline analysis the recordings can be saved to disk. When loaded back to the TRACE32 system or to the TRACE32 simulator this data set can be used as base for the PROTOanalyzer. The PROTOanalyzer requires a 3G/DigRF specific file (ProtoDigRF.dll) which contains the algorithm to analyze and display the recorded transmission. The source code and the ProtoDigRF.dll file is part of the installation CD. The code matches the TRACE32 Protocol Analysis interface. It is open for user modifications to add application specific analysis and display levels. RX and TX transmissions are decoded independently and they are displayed in separate windows. The linkage between the windows is done by the TRACE32 tracking system (use option /TRACK) Literature on installation CD: protocol_app.pdf protocol_user.pdf The PROTOanalyzer also can be used for saved recordings. Features LIST display: Shows the appearance of 3G/DigRF transmissions as a listing. CHART display: Shows the period of time in which a transmission was active. STATISTIC display: Shows how often specific transmissions were active. Additionally it calculates the min/max and average transmission times. DRAW display: Shows the I and Q data of the payload as time correlated graph DigRF Protocol Analyzer 6

7 <trace>.list LIST display Format <trace>.protocol.list <file> <chantype> <Chan-> <.> Base Command <trace>.protocol.list File: protodigrf.dll ChanType type of differential signal to be analyzed RX for RX+/- RXn for RX-/+ (in case of inverse signal polarity) TX for TX+/- TXn for TX-/+ (in case of inverse signal polarity) Chan channel name of differential input signal, e.g. i.rx or i.tx SysClkEn Type type of SysClkEnable signal ENA for SysClkEn+ ENAn for SysClkEn- (in case of inverse signal polarity) NONE if no SysClkEn signal is traced SysClkEn Chan channel name of SysClkEn signal, e.g. i.sysclken NOTE: not requested if SysClkEnType==NONE SysClk Frequency frequency of 3G/DigRf SystemClock 19MHZ for 19.2 MHz 26MHZ for 26.0 MHz 38MHz for 38.4 MHz ClockMode Def default ClockMode at start of PROTOanalysis LOW for SysClk/4 MID for Sys Clk HIGH for 312 MHz DigRF Protocol Analyzer 7

8 DigRF Protocol Analyzer 8

9 <trace>.chart CHART display The command format has the same structure as that one above. Only the BaseCommand is different. Format <trace>.protocol.chart <file> <chantype> <Chan-> <.> BaseComman d <trace>.protocol.chart This visualization shows the duration of every transmission frame and when the bus is in sleep or idle mode. It s very useful for checking the traced transmissions for any errors or rare message frames. <trace>.statistic Statistic visualization The command format has the same structure as that one above. Only the BaseCommand is different. Format <trace>.protocol.statistic <file> <chantype> <Chan-> <.> BaseComman d <trace>.protocol.statistic This visualization shows the share of every transmission type. It s very useful for checking the transmission timing. This way critical timings can be found easily. DigRF Protocol Analyzer 9

10 <trace>.draw Draw I/T Q/T graphs The command format has the same structure as that one above. The BaseCommand is different and as additional parameter the 3G/DigRF channel of the I/Q data has to be selected. Format <trace>.protocol.draw <file> <chantype> <Chan-> <.> BaseComman d <trace>.protocol.draw I/Q Channel channel select: ChanA, ChanB, ChanC, ChanD DigRF Protocol Analyzer 10

11 Menu A 3G/DigRF specific menu setup can be found on the installation CD. This setup file does the basic PowerIntegrator settings and adds a DigRF pull down menu to the TRACE32 GUI. see: ~~/demo/powerintegrator/probedigrf copy all files to your TRACE32 working directory and run the setupdigrf.cmm file. The menu topic Config DigRF Params opens a file which contains the default parameters for the PROTOanalyzer. These parameters are used when activating one of the menu topics. Please modify the parameters to your requirements. DigRF Protocol Analyzer 11

12 FAQ Q: The timing display does not show any channel A: Check if the single ended probe is connected to PowerIntegrator connector A. Q.: The traced raw material is full of spikes. A.: Try to adjust the threshold of the Single Ended Probe. Q.: The PROTOanalyzer shows a lot of protocol errors. A.: Check if the probes are connected correctly. Check the parameter settings of the PROTOanalyzer.Check for spikes and adjust the threshold. Q.: The PROTOanalyzer shows nothing, but the timing display shows activity. A.: Check the setting of the Default-Clock-Mode. The PROTOanalyzer has to know the current ClockMode to detect the 3G/DigRF bits. The PROTOanalysis starts calculation with the Default-Clock-Mode setting. A: Check the SysClkEnable signal. Try PROTOanalysis with SysClkEnType=NONE. DigRF Protocol Analyzer 12

Concise NFC Demo Guide using R&S Test Equipment Application Note

Concise NFC Demo Guide using R&S Test Equipment Application Note Concise NFC Demo Guide using R&S Test Equipment Application Note Products: R&S SMBV100A R&S SMBV-K89 R&S FS-K112PC R&S RTO R&S RTO-K11 R&S CSNFC-B8 R&S FSL R&S FSV R&S FSW R&S ZVL This concise NFC Demo

More information

Viewing Serial Data on the Keysight Oscilloscopes

Viewing Serial Data on the Keysight Oscilloscopes Ming Hsieh Department of Electrical Engineering EE 109L - Introduction to Embedded Systems Viewing Serial Data on the Keysight Oscilloscopes by Allan G. Weber 1 Introduction The four-channel Keysight (ex-agilent)

More information

Viewing Serial Data on the Keysight Oscilloscopes

Viewing Serial Data on the Keysight Oscilloscopes Ming Hsieh Department of Electrical Engineering EE 109L - Introduction to Embedded Systems Viewing Serial Data on the Keysight Oscilloscopes by Allan G. Weber 1 Introduction The four-channel Keysight (ex-agilent)

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

Analyzing Modulated Signals with the V93000 Signal Analyzer Tool. Joe Kelly, Verigy, Inc.

Analyzing Modulated Signals with the V93000 Signal Analyzer Tool. Joe Kelly, Verigy, Inc. Analyzing Modulated Signals with the V93000 Signal Analyzer Tool Joe Kelly, Verigy, Inc. Abstract The Signal Analyzer Tool contained within the SmarTest software on the V93000 is a versatile graphical

More information

AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ. Products: AMIQ, SMIQ

AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ. Products: AMIQ, SMIQ Products: AMIQ, SMIQ AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ The software AMIQ-K2 enables you to read, convert, and transfer various-format I/Q data files to AMIQ format. AMIQ-K2

More information

Quick Reference Manual

Quick Reference Manual Quick Reference Manual V1.0 1 Contents 1.0 PRODUCT INTRODUCTION...3 2.0 SYSTEM REQUIREMENTS...5 3.0 INSTALLING PDF-D FLEXRAY PROTOCOL ANALYSIS SOFTWARE...5 4.0 CONNECTING TO AN OSCILLOSCOPE...6 5.0 CONFIGURE

More information

Logic Analyzer Auto Run / Stop Channels / trigger / Measuring Tools Axis control panel Status Display

Logic Analyzer Auto Run / Stop Channels / trigger / Measuring Tools Axis control panel Status Display Logic Analyzer The graphical user interface of the Logic Analyzer fits well into the overall design of the Red Pitaya applications providing the same operating concept. The Logic Analyzer user interface

More information

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart. Saab TransponderTech AB. Appendices. Project designation. Document title. Page 1 (25)

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart. Saab TransponderTech AB. Appendices. Project designation. Document title. Page 1 (25) Appendices 1 (25) Project designation R5 RIC Document title CONTENTS 2 (25) 1 References... 4 2 Dimensions... 5 3 Connectors... 6 3.1 Power input... 6 3.2 Video I... 6 3.3 Video Q... 6 3.4 Sync... 6 3.5

More information

Oscilloscope Guide Tektronix TDS3034B & TDS3052B

Oscilloscope Guide Tektronix TDS3034B & TDS3052B Tektronix TDS3034B & TDS3052B Version 2008-Jan-1 Dept. of Electrical & Computer Engineering Portland State University Copyright 2008 Portland State University 1 Basic Information This guide provides basic

More information

CAN, LIN and FlexRay Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes

CAN, LIN and FlexRay Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes CAN, LIN and FlexRay Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes Data sheet This application is available in the following license variations. Order N8803B for a

More information

The Measurement Tools and What They Do

The Measurement Tools and What They Do 2 The Measurement Tools The Measurement Tools and What They Do JITTERWIZARD The JitterWizard is a unique capability of the JitterPro package that performs the requisite scope setup chores while simplifying

More information

Supplements to the FSP Operating Manual TV-Demodulator

Supplements to the FSP Operating Manual TV-Demodulator Test and Measurement Division Supplements to the FSP Operating Manual TV-Demodulator FSP-B6 1129.8642.02 Dear FSP Customer, The following collection of pages is intended to supplement your FSP operating

More information

Using Manchester and NRZ Configurable Protocol Decoders

Using Manchester and NRZ Configurable Protocol Decoders Using Manchester and NRZ Configurable Protocol Decoders TECHNICAL BRIEF March 14, 2013 Summary Manchester and NRZ encoding schemes serve as building blocks for industrystandard and custom protocols. Here

More information

Logic Analysis Basics

Logic Analysis Basics Logic Analysis Basics September 27, 2006 presented by: Alex Dickson Copyright 2003 Agilent Technologies, Inc. Introduction If you have ever asked yourself these questions: What is a logic analyzer? What

More information

Logic Analysis Basics

Logic Analysis Basics Logic Analysis Basics September 27, 2006 presented by: Alex Dickson Copyright 2003 Agilent Technologies, Inc. Introduction If you have ever asked yourself these questions: What is a logic analyzer? What

More information

QSFP+ 40GBASE-LR4 Fiber Transceiver

QSFP+ 40GBASE-LR4 Fiber Transceiver QSFP+ 40GBASE-LR4 Fiber Transceiver Preliminary Features RoHS-6 compliant Hot pluggable QSFP+ form factor 40Gbps aggregate rate 4x10Gb/s CWDM transmitter Compliant to industrial standard SFF-8436 QSFP+

More information

MIPI DigRF 3G and v4 Decode

MIPI DigRF 3G and v4 Decode MIPI DigRF 3G and v4 Decode Key Features DigRF v4 Decodes Low-speed (26 Mb/s) Medium-speed (1248 Mb/s) High-speed (1456 Mb/s) View an entire DigRF 3G burst using intuitive decoding and table display. Click

More information

MBUS 10 RS232 TO MBUS LEVEL CONVERTER

MBUS 10 RS232 TO MBUS LEVEL CONVERTER Media and protocol converters MBUS 10 RS232 TO MBUS LEVEL CONVERTER RS232 to MBus level conversion Maximum 10 MBus slaves Baud Rate: 300 to 19200 bps RS232 MBus opto isolation Over-current and short-circuit

More information

Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes

Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes Introduction Embedded design and especially design work utilizing low speed serial signaling is one of the fastest growing areas of digital

More information

LAX_x Logic Analyzer

LAX_x Logic Analyzer Legacy documentation LAX_x Logic Analyzer Summary This core reference describes how to place and use a Logic Analyzer instrument in an FPGA design. Core Reference CR0103 (v2.0) March 17, 2008 The LAX_x

More information

Rack-Mount Receiver Analyzer 101

Rack-Mount Receiver Analyzer 101 Rack-Mount Receiver Analyzer 101 A Decade s Worth of Innovation No part of this document may be circulated, quoted, or reproduced for distribution without prior written approval from Quasonix, Inc. Copyright

More information

Automation Interface Requirements for J602 Basic I/O Interface of a DPC 4 Welding System

Automation Interface Requirements for J602 Basic I/O Interface of a DPC 4 Welding System - 1 - Automation Interface Requirements for J602 Basic I/O Interface of a DPC 4 Welding System The DPC 4 welding system offers several features that are intended to communicate with automation. These features

More information

QSFP+ 40GBASE-SR4 Fiber Transceiver

QSFP+ 40GBASE-SR4 Fiber Transceiver QSFP+ 40GBASE-SR4 Fiber Transceiver Preliminary Features RoHS-6 compliant High speed / high density: support up to 4X10 Gb/s bi-directional operation Compliant to industrial standard SFF-8436 QSFP+ standard

More information

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer Link Instruments Innovative Test & Measurement solutions since 1986 Store Support Oscilloscopes Logic Analyzers Pattern Generators Accessories MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer $ The

More information

PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX

PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX w w w. m e n t o r. c o m PCIe: Eye Diagram Analysis in HyperLynx PCI Express Tutorial This PCI Express tutorial will walk you through time-domain eye diagram analysis

More information

Transmitter Measurements on Bluetooth TM Modules with FSP

Transmitter Measurements on Bluetooth TM Modules with FSP Products: FSP Transmitter Measurements on Bluetooth TM Modules with FSP This application note shows how to perform measurements on transmitter modules largely in conformance with the Bluetooth test specifications

More information

RS232 Decoding (Option)

RS232 Decoding (Option) bit0 bit1 bit2 bit3 bit4 bit5 bit6 bit7 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 7 Protocol Decoding RIGOL RS232 Decoding (Option) RS232 serial bus consists of the transmitting data line (TX) and the receiving

More information

GSM Mobile Tests under Conditions of Fading

GSM Mobile Tests under Conditions of Fading GSM Mobile Tests under Conditions of Fading Application Note 1MA02_0E Subject to change Detlev Liebl 97-09 Products: Digital Radiocommunication Test Set CRTP02 / CRTC02 Signal Generator SMIQ Contents 1.

More information

Instrument Firmware Release Notes

Instrument Firmware Release Notes odels DS2072, DS2102, DS2202, DS2072A, DS2102A, DS2202A, DS2302A, DS2072A-S, DS2102A-S, DS2202A-S, DS2302A-S, SO2072A, SO2102A, SO2202A, SO2302A, SO2072A-S, SO2102A- S, SO2202A-S, SO2302A-S Version Information

More information

Avoiding False Pass or False Fail

Avoiding False Pass or False Fail Avoiding False Pass or False Fail By Michael Smith, Teradyne, October 2012 There is an expectation from consumers that today s electronic products will just work and that electronic manufacturers have

More information

Fibre Optic Modem ODW-611

Fibre Optic Modem ODW-611 Fibre Optic Modem ODW-611 PROFIBUS DP to fibre optic link, point-to-point applications The ODW-611 is a fibre optic modem designed for point-to-point fibre optic connections between PROFI- BUS DP networks.

More information

PLASMA MONITOR (PT20 UVVis) USER GUIDE

PLASMA MONITOR (PT20 UVVis) USER GUIDE Thin Film Measurement solution Software, sensors, custom development and integration PLASMA MONITOR (PT20 UVVis) USER GUIDE August 2012 Plasma monitor with VFT probe. INTRODUCTION Plasma Monitor includes

More information

Liquid Mix Plug-in. User Guide FA

Liquid Mix Plug-in. User Guide FA Liquid Mix Plug-in User Guide FA0000-01 1 1. COMPRESSOR SECTION... 3 INPUT LEVEL...3 COMPRESSOR EMULATION SELECT...3 COMPRESSOR ON...3 THRESHOLD...3 RATIO...4 COMPRESSOR GRAPH...4 GAIN REDUCTION METER...5

More information

9 Analyzing Digital Sources and Cables

9 Analyzing Digital Sources and Cables 9 Analyzing Digital Sources and Cables Topics in this chapter: Getting started Measuring timing of video signal Testing cables and distribution systems Testing video signal quality from a source Testing

More information

Oscilloscopes for debugging automotive Ethernet networks

Oscilloscopes for debugging automotive Ethernet networks Application Brochure Version 01.00 Oscilloscopes for debugging automotive Ethernet networks Oscilloscopes_for_app-bro_en_3607-2484-92_v0100.indd 1 30.07.2018 12:10:02 Comprehensive analysis allows faster

More information

Syntor X Flash Memory Module Revision C

Syntor X Flash Memory Module Revision C Syntor X Flash Memory Module Revision C The PIEXX SynXFlash memory module, along with the supplied PC software, replaces the original SyntorX code plugs and allows you to easily set modify and update your

More information

Advanced Troubleshooting with Oscilloscopes 9000 Scope Hands-on Labs

Advanced Troubleshooting with Oscilloscopes 9000 Scope Hands-on Labs Advanced Troubleshooting with Oscilloscopes 9000 Scope Hands-on Labs Page Lab 1: Scope-based Protocol Analysis 2 Lab 2: Measurements & Analysis 10 Lab 3: InfiniiScan Zone-qualified Triggering 19 Lab 4:

More information

Emphasis, Equalization & Embedding

Emphasis, Equalization & Embedding Emphasis, Equalization & Embedding Cleaning the Rusty Channel Gustaaf Sutorius Application Engineer Agilent Technologies gustaaf_sutorius@agilent.com Dr. Thomas Kirchner Senior Application Engineer Digital

More information

Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note

Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note Analyze Frequency Response (Bode Plots) with R&S Oscilloscopes Application Note Products: R&S RTO2002 R&S RTO2004 R&S RTO2012 R&S RTO2014 R&S RTO2022 R&S RTO2024 R&S RTO2044 R&S RTO2064 This application

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

TransitHound Cellphone Detector User Manual Version 1.3

TransitHound Cellphone Detector User Manual Version 1.3 TransitHound Cellphone Detector User Manual Version 1.3 RF3 RF2 Table of Contents Introduction...3 PC Requirements...3 Unit Description...3 Electrical Interfaces...4 Interface Cable...5 USB to Serial Interface

More information

PYROPTIX TM IMAGE PROCESSING SOFTWARE

PYROPTIX TM IMAGE PROCESSING SOFTWARE Innovative Technologies for Maximum Efficiency PYROPTIX TM IMAGE PROCESSING SOFTWARE V1.0 SOFTWARE GUIDE 2017 Enertechnix Inc. PyrOptix Image Processing Software v1.0 Section Index 1. Software Overview...

More information

SMPTE-259M/DVB-ASI Scrambler/Controller

SMPTE-259M/DVB-ASI Scrambler/Controller SMPTE-259M/DVB-ASI Scrambler/Controller Features Fully compatible with SMPTE-259M Fully compatible with DVB-ASI Operates from a single +5V supply 44-pin PLCC package Encodes both 8- and 10-bit parallel

More information

DDA-UG-E Rev E ISSUED: December 1999 ²

DDA-UG-E Rev E ISSUED: December 1999 ² 7LPHEDVH0RGHVDQG6HWXS 7LPHEDVH6DPSOLQJ0RGHV Depending on the timebase, you may choose from three sampling modes: Single-Shot, RIS (Random Interleaved Sampling), or Roll mode. Furthermore, for timebases

More information

WaveDevice Hardware Modules

WaveDevice Hardware Modules WaveDevice Hardware Modules Highlights Fully configurable 802.11 a/b/g/n/ac access points Multiple AP support. Up to 64 APs supported per Golden AP Port Support for Ixia simulated Wi-Fi Clients with WaveBlade

More information

SPI Serial Communication and Nokia 5110 LCD Screen

SPI Serial Communication and Nokia 5110 LCD Screen 8 SPI Serial Communication and Nokia 5110 LCD Screen 8.1 Objectives: Many devices use Serial Communication to communicate with each other. The advantage of serial communication is that it uses relatively

More information

Operating Instructions

Operating Instructions Operating Instructions HAEFELY TEST AG KIT Measurement Software Version 1.0 KIT / En Date Version Responsable Changes / Reasons February 2015 1.0 Initial version WARNING Introduction i Before operating

More information

OPERATING MANUAL. DMX512 to DALI Dekoder 7044A-H Mk4

OPERATING MANUAL. DMX512 to DALI Dekoder 7044A-H Mk4 last edited: 2014-08-12 OPERATING MANUAL DMX512 to DALI Dekoder 7044A-H Mk4 (C) SOUNDLIGHT 1996-2015 * ALL RIGHTS RESERVED * NO PART OF THIS MANUAL MAY BE REPRODUCED, DUPLICATED OR USED COMMERCIALLY WITHOUT

More information

C8491 C8000 1/17. digital audio modular processing system. 3G/HD/SD-SDI DSP 4/8/16 audio channels. features. block diagram

C8491 C8000 1/17. digital audio modular processing system. 3G/HD/SD-SDI DSP 4/8/16 audio channels. features. block diagram features 4 / 8 / 16 channel LevelMagic2 SDI-DSP with level or loudness (ITU-BS.1770-1/ ITU-BS.1770-2, EBU R128) control 16 channel 3G/HD/SD-SDI de-embedder 16 in 16 de-embedder matrix 16 channel 3G/HD/SD-SDI

More information

REV CHANGE DESCRIPTION NAME DATE. A Release

REV CHANGE DESCRIPTION NAME DATE. A Release REV CHANGE DESCRIPTION NAME DATE A Release 10-13-09 Any assistance, services, comments, information, or suggestions provided by SMSC (including without limitation any comments to the effect that the Company

More information

Exercise 1-2. Digital Trunk Interface EXERCISE OBJECTIVE

Exercise 1-2. Digital Trunk Interface EXERCISE OBJECTIVE Exercise 1-2 Digital Trunk Interface EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain the role of the digital trunk interface in a central office. You will be familiar

More information

O P E R A T I O N M A N U A L. RF-Reader. Stand-alone-Reader Leser 2plus with RS-232 interface

O P E R A T I O N M A N U A L. RF-Reader. Stand-alone-Reader Leser 2plus with RS-232 interface O P E R A T I O N M A N U A L Version 01/05 RF-Reader Stand-alone-Reader Leser 2plus with RS-232 interface Important! Read by all means! To maintain the perfect shipping conditions and to ensure safe operation

More information

Use xtimecomposer and xscope to trace data in real-time

Use xtimecomposer and xscope to trace data in real-time Use xtimecomposer and xscope to trace data in real-time IN THIS DOCUMENT XN File Configuration Instrument a program Configure and run a program with tracing enabled Analyze data offline Analyze data in

More information

VLSI Design: 3) Explain the various MOSFET Capacitances & their significance. 4) Draw a CMOS Inverter. Explain its transfer characteristics

VLSI Design: 3) Explain the various MOSFET Capacitances & their significance. 4) Draw a CMOS Inverter. Explain its transfer characteristics 1) Explain why & how a MOSFET works VLSI Design: 2) Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes (a) with increasing Vgs (b) with increasing transistor width (c) considering Channel

More information

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Audio Converters ABSTRACT This application note describes the features, operating procedures and control capabilities of a

More information

APM CALIBRATION PROCEDURE Rev. A June 3, 2015

APM CALIBRATION PROCEDURE Rev. A June 3, 2015 APM CALIBRATION PROCEDURE Rev. A June 3, 2015 Calibration of the APM allows system parameters such as coupler coupling values, interconnecting cable losses and system feeder losses to be programmed into

More information

Keysight Technologies CAN/LIN Measurements (Option AMS) for InfiniiVision Series Oscilloscopes

Keysight Technologies CAN/LIN Measurements (Option AMS) for InfiniiVision Series Oscilloscopes Ihr Spezialist für Mess- und Prüfgeräte Keysight Technologies CAN/LIN Measurements (Option AMS) for InfiniiVision Series Oscilloscopes Data Sheet Introduction Debug the signal integrity of your CAN and

More information

BER Measurements on GSM Receivers under Conditions of Fading

BER Measurements on GSM Receivers under Conditions of Fading BER Measurements on GSM Receivers under Conditions of Fading Application Note 1MA04_0E Subject to change Detlev Liebl 97-10 Products: Signal Generator SMI Digital Radiocommunication Tester CMD55/57 Contents

More information

Agilent N6465A emmc Compliance Test Application

Agilent N6465A emmc Compliance Test Application Agilent N6465A emmc Compliance Test Application Methods of Implementation Agilent Technologies Notices Agilent Technologies, Inc. 2013 No part of this manual may be reproduced in any form or by any means

More information

Digital Audio Design Validation and Debugging Using PGY-I2C

Digital Audio Design Validation and Debugging Using PGY-I2C Digital Audio Design Validation and Debugging Using PGY-I2C Debug the toughest I 2 S challenges, from Protocol Layer to PHY Layer to Audio Content Introduction Today s digital systems from the Digital

More information

PowerMonic. FAQs [2/12]

PowerMonic. FAQs [2/12] PowerMonic FAQs [2/12] Table of Contents FAQ 1. Why do I need to connect Phase A?... 2 FAQ 2. What is the purpose of the internal battery in a PowerMonic?... 2 FAQ 3. What power does a PowerMonic draw

More information

All real signals have scale factor 10. Integer, Index and Logic has always scale factor 1.

All real signals have scale factor 10. Integer, Index and Logic has always scale factor 1. STRA communication The types of the signals (types in the list below): 1 = Coil Status Register ( function = 1, 5 and 15) - 0x 2 = Discrete Input ( function = 2) - 1x 3 = Holding Register ( function =

More information

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals IQORX30 / IQORX3 Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals Operator s Manual May 009 Snell & Wilcox Ltd., Southleigh Park House, Eastleigh Road, Havant, Hants, PO9 PE, United Kingdom.

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

Oscilloscopes, logic analyzers ScopeLogicDAQ

Oscilloscopes, logic analyzers ScopeLogicDAQ Oscilloscopes, logic analyzers ScopeLogicDAQ ScopeLogicDAQ 2.0 is a comprehensive measurement system used for data acquisition. The device includes a twochannel digital oscilloscope and a logic analyser

More information

Revision Protocol Date Author Company Description 1.1 May 14, Seth LOUTH Revised for formatting

Revision Protocol Date Author Company Description 1.1 May 14, Seth LOUTH Revised for formatting PRODUCT ADC TOPIC ODETICS TCS-2000 CART MACHINE DATE: May 14, 1999 REVISION HISTORY Revision Protocol Date Author Company Description 1.1 May 14, Seth LOUTH Revised for formatting 1999 Olitzky 1.0 Aug.

More information

RADview-PC/TDM. Network Management System for TDM Applications Megaplex-2100/ RAD Data Communications Publication 06/03

RADview-PC/TDM. Network Management System for TDM Applications Megaplex-2100/ RAD Data Communications Publication 06/03 RADview-PC/TDM Network Management System for TDM Applications Megaplex-2100/2104 1994 2003 RAD Data Communications Publication 06/03 Contents Chapter 1. Edit Configuration Mode 1.1 Connecting RADview

More information

VIDEO GRABBER. DisplayPort. User Manual

VIDEO GRABBER. DisplayPort. User Manual VIDEO GRABBER DisplayPort User Manual Version Date Description Author 1.0 2016.03.02 New document MM 1.1 2016.11.02 Revised to match 1.5 device firmware version MM 1.2 2019.11.28 Drawings changes MM 2

More information

Part No. Data Rate Distance Interface Temp. DDMI MMF OM3 for 70m QSFP28.100G.SR Gbps

Part No. Data Rate Distance Interface Temp. DDMI MMF OM3 for 70m QSFP28.100G.SR Gbps QSFP28, 100G, SR4, 70m/100m, MPO Особенности: - Supports 10.1Gbps aggregate bit rates - Single.V Power Supply and Power dissipation

More information

MindMouse. This project is written in C++ and uses the following Libraries: LibSvm, kissfft, BOOST File System, and Emotiv Research Edition SDK.

MindMouse. This project is written in C++ and uses the following Libraries: LibSvm, kissfft, BOOST File System, and Emotiv Research Edition SDK. Andrew Robbins MindMouse Project Description: MindMouse is an application that interfaces the user s mind with the computer s mouse functionality. The hardware that is required for MindMouse is the Emotiv

More information

HV-122-DCA DVB-T 2-Way Diversity Receiver Box Quick Installation Guide

HV-122-DCA DVB-T 2-Way Diversity Receiver Box Quick Installation Guide HV-122-DCA DVB-T 2-Way Diversity Receiver Box Quick Installation Guide PACKAGE CONTENTS 4 FRONT PANEL VIEW 4 BACK PANEL VIEW 4 BOARD VIEW 5 IR REMOTE CONTROLLER-TYPE A 6 FILL BATTERY TO IR CONTROLLERS:

More information

REV CHANGE DESCRIPTION NAME DATE. A Release

REV CHANGE DESCRIPTION NAME DATE. A Release REV CHANGE DESCRIPTION NAME DATE A Release 10-30-13 Any assistance, services, comments, information, or suggestions provided by SMSC (including without limitation any comments to the effect that the Company

More information

MS-32. Oscilloscope Mixed Signal Option. Add 32 Digital Channels to a 4 Channel Oscilloscope

MS-32. Oscilloscope Mixed Signal Option. Add 32 Digital Channels to a 4 Channel Oscilloscope MS-32 Oscilloscope Mixed Signal Option Add 32 Digital Channels to a 4 Channel Oscilloscope 4 Analog + 32 Digital Channel Capability LeCroy introduces the first oscilloscope solution to combine 4 analog

More information

CLIPSTER. 3D LUT File Generation with the Kodak Display Manager. Supplement

CLIPSTER. 3D LUT File Generation with the Kodak Display Manager. Supplement Supplement: CLIPSTER 3D LUT File Generation with the Kodak Display Manager (Version 1.0) CLIPSTER 3D LUT File Generation with the Kodak Display Manager Supplement Supplement for the CLIPSTER Documentation:

More information

C ch optical MADI & AoIP I/O. MASTER mode: A C8000 frame may be clocked via MADI input or AES67 network. AoIP Dante Brooklin II OEM module

C ch optical MADI & AoIP I/O. MASTER mode: A C8000 frame may be clocked via MADI input or AES67 network. AoIP Dante Brooklin II OEM module features Interface for AoIP (AES67 or DANTE) Two AoIP network ports for redundant or switch operation MADI I/O connection Optical SFP module / LC connectors (multi mode or single mode fiber) BNC parallel

More information

GTT LTE RRU ADD- ON USER GUIDE

GTT LTE RRU ADD- ON USER GUIDE GTT LTE RRU ADD- ON USER GUIDE Copyright 2015 Gefle Testteknik AB. All rights reserved. Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical,

More information

OPERATING MANUAL. DMX512 to DALI Dekoder 7044A-H Mk1

OPERATING MANUAL. DMX512 to DALI Dekoder 7044A-H Mk1 last edited: 2010-07-24 OPERATING MANUAL DMX512 to DALI Dekoder 7044A-H Mk1 (C) SOUNDLIGHT 1996-2010 * ALL RIGHTS RESERVED * NO PART OF THIS MANUAL MAY BE REPRODUCED, DUPLICATED OR USED COMMERCIALLY WITHOUT

More information

CHAPTER 3 EXPERIMENTAL SETUP

CHAPTER 3 EXPERIMENTAL SETUP CHAPTER 3 EXPERIMENTAL SETUP In this project, the experimental setup comprised of both hardware and software. Hardware components comprised of Altera Education Kit, capacitor and speaker. While software

More information

V6118 EM MICROELECTRONIC - MARIN SA. 2, 4 and 8 Mutiplex LCD Driver

V6118 EM MICROELECTRONIC - MARIN SA. 2, 4 and 8 Mutiplex LCD Driver EM MICROELECTRONIC - MARIN SA 2, 4 and 8 Mutiplex LCD Driver Description The is a universal low multiplex LCD driver. The version 2 drives two ways multiplex (two blackplanes) LCD, the version 4, four

More information

How to overcome/avoid High Frequency Effects on Debug Interfaces Trace Port Design Guidelines

How to overcome/avoid High Frequency Effects on Debug Interfaces Trace Port Design Guidelines How to overcome/avoid High Frequency Effects on Debug Interfaces Trace Port Design Guidelines An On-Chip Debugger/Analyzer (OCD) like isystem s ic5000 (Figure 1) acts as a link to the target hardware by

More information

RS485 Index Command List.

RS485 Index Command List. RS485 Index Command List. MESAX multi-spot. en_ba_rs485_mesax_multi-spot_commands.docx 1/16 17.01.2018 14:12/tof V1.1 ANW_81188277 Frauenfeld, Switzerland Contents 1 Introduction... 3 1.1 UART Interface

More information

and Re:system MR-Slave Module Dominating Entertainment. Revox of Switzerland.

and Re:system MR-Slave Module Dominating Entertainment. Revox of Switzerland. and MR-Slave Module Dominating Entertainment. Revox of Switzerland. Contents MR Slave Assembly Connection MR Bus MR Slave cabling 2 3 4 4 5-7 Multiroom Setup Import list Importing sources The new Source

More information

Features: Compliance: Applications: Warranty: QSFP-40G-LR4-GT 40GBASE-LR4 QSFP+ SMF Module Cisco Compatible

Features: Compliance: Applications: Warranty: QSFP-40G-LR4-GT 40GBASE-LR4 QSFP+ SMF Module Cisco Compatible The GigaTech Products is programmed to be fully compatible and functional with all intended CISCO switching devices. This QSFP+ optical transceiver is compliant with SFF-8436 and QSFP+ MSA standards. This

More information

PQ-Box 100 Quick Start Instructions

PQ-Box 100 Quick Start Instructions PQ-Box 100 Quick Start Instructions These instructions are provided for the purpose on providing a quick start to PQ-Box 100 installation and operation. Please refer to the user handbook for full details.

More information

Abridged Edition V-by-One HS Standard

Abridged Edition V-by-One HS Standard V-by-One HS Standard Version 1.5 November 01, 2016 1 Table of Contents Table of Contents... 2 1. Introduction... 4 1.1. Objectives... 4 1.2. Technical Overview... 4 1.2.1. Transmitter... 5 1.2.2. Receiver...

More information

Linrad On-Screen Controls K1JT

Linrad On-Screen Controls K1JT Linrad On-Screen Controls K1JT Main (Startup) Menu A = Weak signal CW B = Normal CW C = Meteor scatter CW D = SSB E = FM F = AM G = QRSS CW H = TX test I = Soundcard test mode J = Analog hardware tune

More information

FireTV User's Guide 1

FireTV User's Guide 1 FireTV User's Guide 1 Table of contents 1. Introduction... 3 Features:... 3 Input:... 3 Output:... 3 Technology Summary... 4 DVB Overview... 4 Digital Satellite Equipment Control (DiSEqC) Overview... 5

More information

The user manual of LED display screen and RH-32G control card.

The user manual of LED display screen and RH-32G control card. The user manual of LED display screen and RH-32G control card. ⅠHardware parameters 1 The maximum number of points P10 solid color:32*768 32*256(2 pieces high and 24 pieces wide;2 pieces high and 8 pieces

More information

CFPQD010C10D CFP Dual Fibre 1310nm* / 10km / 100GBASE-LR4 & OTN OTU4

CFPQD010C10D CFP Dual Fibre 1310nm* / 10km / 100GBASE-LR4 & OTN OTU4 DATASHEET - REV A CFPQD010C10D CFP Dual Fibre 1310nm* / 10km / 100GBASE-LR4 & OTN OTU4 *1310nm LAN-WDM 800GHz #01 Overview CFPQD010C10D is a high performance dual rate CFP transceiver module for 100 Gigabit

More information

EOLQ-851HG-02-MO Series Multi-Mode 100GBASE-SR4 QSFP28 Transceiver RoHS6 Compliant

EOLQ-851HG-02-MO Series Multi-Mode 100GBASE-SR4 QSFP28 Transceiver RoHS6 Compliant EOLQ-851HG-02-MO Series Multi-Mode 100GBASE-SR4 QSFP28 Transceiver RoHS6 Compliant QSFP28 Series Features Supports 103.1Gbps aggregate bit rates Single 3.3V Power Supply and Power dissipation < 3.5W Up

More information

ED3. Digital Encoder Display Page 1 of 13. Description. Mechanical Drawing. Features

ED3. Digital Encoder Display Page 1 of 13. Description. Mechanical Drawing. Features Description Page 1 of 13 The ED3 is an LCD readout that serves as a position indicator or tachometer. The ED3 can display: Speed or position of a quadrature output incremental encoder Absolute position

More information

State and Timing Modules for Agilent Technologies Logic Analysis Systems

State and Timing Modules for Agilent Technologies Logic Analysis Systems State and Timing Modules for Agilent Technologies Logic Analysis Systems Product Overview Your design team faces a difficult challenge: Deliver quality products to the marketplace faster than your competitors.

More information

Functional Diagram: Figure 1 PCIe4-SIO8BX-SYNC Block Diagram. Chan 1-4. Multi-protocol Transceiver. 32kb. Receiver FIFO. 32kb.

Functional Diagram: Figure 1 PCIe4-SIO8BX-SYNC Block Diagram. Chan 1-4. Multi-protocol Transceiver. 32kb. Receiver FIFO. 32kb. PCIe4-SIO8BX-SYNC High Speed Eight Channel Synchronous Serial to Parallel Controller Featuring RS485/RS232 Serial I/O (Software Configurable) and 32k Byte FIFO Buffers (512k Byte total) The PCIe4-SI08BX-SYNC

More information

NanoCom ADS-B. Datasheet An ADS-B receiver for space applications

NanoCom ADS-B. Datasheet An ADS-B receiver for space applications NanoCom ADS-B Datasheet An ADS-B receiver for space applications 1 Table of contents 1 TABLE OF CONTENTS... 2 2 CHANGELOG... 3 3 INTRODUCTION... 4 4 OVERVIEW... 4 4.1 HIGHLIGHTED FEATURES... 4 4.2 BLOCK

More information

How to optimize your Network with PROFIBUS Tester 5 The easy Approach for Beginners and Professionals

How to optimize your Network with PROFIBUS Tester 5 The easy Approach for Beginners and Professionals How to optimize your Network with POFIBUS Tester 5 The easy Approach for Beginners and Professionals Haar, 02 May 2016 Peter Jüngling 1. Table of Contents Topic Go to page 1. Introduction 3 2. Scope of

More information

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG When monitoring transmission systems it is often necessary to control the monitoring equipment and to check the measurement

More information

Transmitter Measurements on Bluetooth TM Modules

Transmitter Measurements on Bluetooth TM Modules Products: FSE, FSIQ Transmitter Measurements on Bluetooth TM Modules This application note describes how to perform measurements on transmitter modules largely in conformance with the Bluetooth test specifications

More information

Agilent Parallel Bit Error Ratio Tester. System Setup Examples

Agilent Parallel Bit Error Ratio Tester. System Setup Examples Agilent 81250 Parallel Bit Error Ratio Tester System Setup Examples S1 Important Notice This document contains propriety information that is protected by copyright. All rights are reserved. Neither the

More information

R&S CMW500 Digital IQ with CADENCE Emulator Application Note

R&S CMW500 Digital IQ with CADENCE Emulator Application Note R&S CMW500 Digital IQ with CADENCE Emulator Application Note Products: R&S CMW500 R&S EX-IQ-BOX R&S FSQ R&S FSV R&S EXBOX-Z3 This application note explains how to bring a CADENCE system which is attached

More information