technical note flicker measurement display & lighting measurement

Size: px
Start display at page:

Download "technical note flicker measurement display & lighting measurement"

Transcription

1 technical note flicker measurement display & lighting measurement

2 Contents 1 Introduction Flicker Flicker images for LCD displays Causes of flicker Measuring high and low frequencies Introduction Low and high frequencies in Admesy instruments Flicker calculation methods Introduction General flicker calculations LCD contrast min/max method LCD contrast RMS method LCD JEITA method LCD VESA method Lighting: flicker percentage and flicker index Light sources Flicker percentage and flicker index definition

3 1 Introduction 1.1 Flicker Flicker can occur in all sources that emit light and flicker measurements are commonly used in the display and lighting industry. Flicker is a frequency domain effect and can cause discomfort in humans and animals, additionally in some cases it can lower the lifetime of a device. Some effects it can cause in humans are: Neurological problems, including epileptic seizure Headaches, fatigue Blurred vision, eyestrain Apparent slowing or stopping of motion Reduced visual task performance Distraction In an LCD, flicker is a phenomenon that is caused by Vcom offset usually resulting in a frequency of half the frame frequency. In lighting we can differentiate high frequency flicker or stroboscopic effects and low frequency flicker often caused by bad power supplies. Flicker for display measurement is defined as the visible flicker only. The calculation methods contain a form of low-pass filter. This can be one of the following: A low pass filter in hardware A low pass Butterworth filter in software A multiplication done in software on the FFT (JEITA/VESA method) Flicker needs to be measured using a human vision corrected sensor (CIE1931 luminance response) and using a correct acceptance angle. It should basically look at the light source in the same way the human eye does, otherwise the measurement result will not correlate to what we see. Currently a number of methods to calculate flicker are defined. All have their advantages and disadvantages, which are discussed in this document. 1.2 Flicker images for LCD displays In an LCD, flicker depends also on the driving technique of the display. This means some images will show flicker, while other images will not. Think about items like dot or line inversion and the different result an image will give. There are many images possible and these all depend on the display driving technique. The display manufacturer should be able to select the correct image for testing. Admesy provides some images in the LCD demo software. These are only provided as a demo and may not be most suitable for the display that is tested. This means that the display manufacturer needs to provide the correct image or at least advise how this image should look like. Note: the new IDMS ( prescribes a moving image for flicker measurement. This is not always possible for pattern generators. 1.3 Causes of flicker In an LCD, flicker is a common issue that is caused by a DC offset in the LCD and can be adjusted by changing the common voltage (Vcom). In lighting and displays one of the root causes for flicker can also be the power supply of the light source (or backlight in an LCD). Any AC signal or non-stable behaviour can cause visible flicker. 3

4 2 Measuring high and low frequencies 2.1 Introduction To measure high frequencies, a high sample rate and high pass electronics are necessary. Some instruments may have a high sample rate but are limited in electronics regarding the maximum frequency (e.g. a hardware low pass filter). To measure low frequencies, the measurement needs to cover a long time to capture multiple frames of the low frequency. 2.1 Low and high frequencies in Admesy instruments Every Admesy instrument that can measure flicker has two parameters for capturing the signal: Number of samples Delay The sample rate of each instrument is different, but the use of the parameters is the same. When the number of samples is increased, the measurement time will increase. When delay is increased also the total measurement time will increase. Example1: When we are interested in measuring only higher frequencies, we have no need for the delay function so we set it to 0. We chose the number of samples such that the measurement becomes stable. Example 2: When we want to measure low frequencies, for example 1Hz, than we don t need a very high amount of samples, but we need the delay to increase the measurement time. For example we take 2000 samples and set the delay to 50. Example 3: Measuring both high and low frequencies can be done by combining the settings. For example with a Cronus, you could set the number of samples to 100,000 and the delay to 20. This would measure a total time of about 8 seconds. 3 Flicker calculation methods 3.1 Introduction At present, the calculation methods for flicker differ between the display industry and lighting industry. Additionally, multiple non-official calculation methods exist. Admesy currently supports the following standards for display measurement: Contrast min/max method Contrast RMS method JEITA method VESA method Admesy supports the following calculations for lighting measurement: Flicker percentage Flicker index 4

5 3.2 General flicker calculations In general, flicker can be defined as the ratio of the AC level of the signal and the DC level of the signal. AC level DC level Fig 1 AC and DC levels of signal. flicker = AC level DC level Equation 1 This is a simplified model of course. The AC component can be calculated in various ways. Therefore multiple definitions exist for flicker measurement. The next chapters cover existing flicker calculation methods used in the display and lighting industry in more detail. All Admesy instruments can output the raw signal, so that new calculation methods can always be added by implementing them in the PC software. Additionally some devices support the currently defined calculations directly from firmware using simple measure:flicker commands. 5

6 3.3 LCD contrast min/max method This method calculates the AC level by taking the maximum and minimum of the signal. The DC level is defined as the average value of the signal. Min Max DC Fig 2 AC and DC levels of signal. flicker = (max min ) average 100% Equation 2 flicker = 10log 10 (max min ) average db Equation 3 Advantages Simple: Always possible to embed in firmware of a device. Disadvantages Requires a low pass filter either in hardware or software to filter higher frequencies. 6

7 3.4 LCD contrast RMS method The LCD contrast RMS calculation method calculates the AC value of the signal as the RMS (Root Mean Square) value of the signal. The DC level is defined as the average of the signal. RMS DC Fig 3 RMS and DC levels of signal. flicker perc = Equation 4 x DC equals average value of the signal. 1 n n 1 i=0 (x i x DC ) 2 100% x DC flicker db = 10log 10 ( flicker perc ) 100 Equation 5 x DC equals average value of the signal. Advantages Reasonably Fast (but slower than min/max method) Reasonably Simple: Always possible to embed in firmware of a device. Disadvantages Needs a low pass filter either in hardware or software to filter higher frequencies. 7

8 3.5 LCD JEITA method The JEITA method is based on frequency domain calculations. It uses an FFT to determine the AC and DC level of the measured signal and translates the signal into an FFT (figure 5). DC Lowest detected frequency Fig 4 RMS and DC levels of signal. DC level P0 = 500 Lowest detected frequency P1 = 30 Fig 5 FFT. After calculating the FFT, a weighting factor is applied to compensate for human eye sensitivity to frequency. This has been defined as shown in the graph (fig 6) and table below (table 1). Fig 6 8

9 Frequency Factor (Hz) db Ratio Table 1 This means that in the signal we measured, P1 at 30Hz should be reduced by -3dB. The 60Hz component should be reduced by -40dB but since it is lower than the 30Hz component, it is not used in the final calculation anyway. The amplitudes found on the previous page (P0 and P1) are reduced by the factors and the final result will then be: Equation 6 P r 0 = P0 1 Equation 7 P r 1 = P Equation 8 flicker JEITA = 20log 10 ( P r1 P r 0 ) db Advantages No need for an additional low pass filter. Disadvantages Slowest method, on embedded systems sometimes too slow to be useful. Needs a fast CPU for FFT calculation. In case of only a few number of samples, it is not always the most stable method. Due to relatively low speed it is not suitable for production settings. 3.6 LCD VESA method The VESA method is equal to the JEITA method with a small difference in the result calculation which results in a difference of approximately 3.01dB caused by squaring the amplitudes in the FFT. Equation 9 flicker VESA = (flicker JEITA + 20 Log 10 ( 2) )db 9

10 4 Lighting: flicker percentage and flicker index 4.1 Light sources In lighting, the power that is used is either directly from the mains power or through a power supply. The power supply can be a root cause for flicker and the faster a light source responds to power changes, the more this effect will be recognized. With fluorescent light sources or incandescent lamps the effect is reduced due to the slow response of the lamp itself, but still this doesn t mean that these lamps have no flicker. Fig 7 Incandescent lamp: flicker percentage 6,6%, flicker index 0,02. Fig 8 Magnetically ballasted-fluorescent tube: flicker percentage 28,4%, flicker index 0,07. 10

11 Fig 9 CFL lamp: flicker percentage 5,1%, flicker index 0,01. Fig 10 LED lamp: flicker percentage 54,7%, flicker index 0,17. When looking at LED lighting, the problem is a lot bigger because the LED responds very fast to changes of the power supply. Ideally the LED is driven by a DC current, but this is not available from the main power source, so requires expensive electronics components. 11

12 4.2 Percentage flicker and flicker index definition The advantage of percent flicker is that it uses a 0-100% scale. It is also referred to as peak-to-peak contrast or Michelson contrast in literature. The advantage of flicker index is that it uses a scale. It is less well known at this stage and not used as often as the percent flicker method. Both methods are based on the analysis of one cycle of the periodic waveform and does not account for any frequency component, which is the biggest difference form the LCD flicker measurement methods. The following graphical representation shows the way of calculating percent flicker and the flicker index based on capturing one cycle of the optical signal. Maximum value area 1 Minimum value Average area 2 light output Fig 11 Example of one light fluctuating cycle and relations of flicker. Equation 10 percentage flicker = 100 max min max + min Equation 11 flicker index = area 1 area 1 + area 2 12

13 area 1 area 2 flicker index = 0.25 flicker percentage = 50 Fig 12 Flicker index and percentage example. 13

14 Admesy B.V. Sleestraat CA Ittervoort The Netherlands T +31 (0) F +31 (0) info@admesy.com The material in this document is subject to change. No rights can be derived from the content of this document. All rights reserved. No part of this document may be reproduced, stored in a database or retrieval system, or published in any form or way, electronically, mechanically, by print, photo print, microfilm or any other means without prior written permission from the publisher. Version /

specification hyperion colorimeter

specification hyperion colorimeter specification hyperion colorimeter Contents Hyperion... 3 2 Highlights... 3 3 General specifications... 4 4 Typical spectral sensitivity... 4 0mm measurement specifications... 6 Actual measurement data...

More information

specification hyperion colorimeter

specification hyperion colorimeter specification hyperion colorimeter Contents Hyperion... 3 2 Highlights... 3 3 General specifications... 4 4 Typical spectral sensitivity... 4 0mm measurement specifications... 6 0mm improved measurement

More information

specification MSE series MSE and MSE+ colorimeter

specification MSE series MSE and MSE+ colorimeter specification MSE series colorimeter MSE and MSE+ Contents 1 MSE series: high speed and accurate colorimeter for display measurements... 3 2 Highlights... 3 3 MSE general specifications... 4 4 Typical

More information

specification display applications cronus spectrometer & colorimeter

specification display applications cronus spectrometer & colorimeter specification display applications cronus spectrometer & colorimeter Contents 1 Cronus: the first spectro- and colorimeter in one... 3 2 Highlights... 3 3 Cronus general specifications... 4 4 Cronus 20mm

More information

Technical Note. Flicker

Technical Note. Flicker Flicker What is flicker? Flicker is defined as the variation of light output over time and occurs in every light source, at varying degrees, usually as their power is drawn from an AC source (frequency

More information

Flicker experimental set up and visual perception of flicker

Flicker experimental set up and visual perception of flicker Flicker experimental set up and visual perception of flicker Matej Bernard Kobav Matjaž Colarič Faculty of Electrical Engineering University of Ljubljana Ljubljana, Slovenia matej.kobav@fe.uni-lj.si Abstract

More information

Iva Petrinska, Dilyan Ivanov, Valchan Georgiev TU Sofia, Bulgaria. September 25, 2017

Iva Petrinska, Dilyan Ivanov, Valchan Georgiev TU Sofia, Bulgaria. September 25, 2017 Iva Petrinska, Dilyan Ivanov, Valchan Georgiev TU Sofia, Bulgaria 1 September 25, 2017 Introduction; Approach and considerations; Results from the investigation; Conclusions. September 25, 2017 2 The application

More information

PHOTOMETRIC FLICKER IN COMPUTER DISPLAYS BACKLIGHT AND A METHOD FOR REDUCTION OF ITS HUMAN HEALTH EFFECTS

PHOTOMETRIC FLICKER IN COMPUTER DISPLAYS BACKLIGHT AND A METHOD FOR REDUCTION OF ITS HUMAN HEALTH EFFECTS PHOTOMETRIC FLICKER IN COMPUTER DISPLAYS BACKLIGHT AND A METHOD FOR REDUCTION OF ITS HUMAN HEALTH EFFECTS Vladimir Kamenov Abstract: Data analysis is presented, as well as measurements, from some CCFL

More information

Detecting and evaluating flicker from lighting systems during field assessments of lighting installations

Detecting and evaluating flicker from lighting systems during field assessments of lighting installations 421 Detecting and evaluating flicker from lighting systems during field assessments of lighting installations Werner OSTERHAUS 1, Sophie STOFFER 1, and Inger ERHARDTSEN 2 1 Lighting Design Research Laboratory,

More information

LED driver architectures determine SSL Flicker,

LED driver architectures determine SSL Flicker, LED driver architectures determine SSL Flicker, By: MELUX CONTROL GEARS P.LTD. Replacing traditional incandescent and fluorescent lights with more efficient, and longerlasting LED-based solid-state lighting

More information

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 OBJECTIVE To become familiar with state-of-the-art digital data acquisition hardware and software. To explore common data acquisition

More information

Sep 09, APPLICATION NOTE 1193 Electronic Displays Comparison

Sep 09, APPLICATION NOTE 1193 Electronic Displays Comparison Sep 09, 2002 APPLICATION NOTE 1193 Electronic s Comparison Abstract: This note compares advantages and disadvantages of Cathode Ray Tubes, Electro-Luminescent, Flip- Dot, Incandescent Light Bulbs, Liquid

More information

2 MHz Lock-In Amplifier

2 MHz Lock-In Amplifier 2 MHz Lock-In Amplifier SR865 2 MHz dual phase lock-in amplifier SR865 2 MHz Lock-In Amplifier 1 mhz to 2 MHz frequency range Dual reference mode Low-noise current and voltage inputs Touchscreen data display

More information

NanoGiant Oscilloscope/Function-Generator Program. Getting Started

NanoGiant Oscilloscope/Function-Generator Program. Getting Started Getting Started Page 1 of 17 NanoGiant Oscilloscope/Function-Generator Program Getting Started This NanoGiant Oscilloscope program gives you a small impression of the capabilities of the NanoGiant multi-purpose

More information

DRIVERLESS AC LIGHT ENGINES DELIVER INCREASINGLY GOOD FLICKER PERFORMANCE

DRIVERLESS AC LIGHT ENGINES DELIVER INCREASINGLY GOOD FLICKER PERFORMANCE DRIVERLESS AC LIGHT ENGINES DELIVER INCREASINGLY GOOD FLICKER PERFORMANCE Driverless AC LED light engines are a convenient, economical replacement for the traditional driver plus LEDs. However up until

More information

Optical Flicker Explained. A Plain English Version of Flicker Considerations in Design

Optical Flicker Explained. A Plain English Version of Flicker Considerations in Design Optical Flicker Explained A Plain English Version of Flicker Considerations in Design UL and the UL logo are trademarks of UL LLC 2016 Agenda: Introduction 1. What is Optical Flicker 2. Causes of Optical

More information

Experiment 9 Analog/Digital Conversion

Experiment 9 Analog/Digital Conversion Experiment 9 Analog/Digital Conversion Introduction Most digital signal processing systems are interfaced to the analog world through analogto-digital converters (A/D) and digital-to-analog converters

More information

imso-104 Manual Revised August 5, 2011

imso-104 Manual Revised August 5, 2011 imso-104 Manual Revised August 5, 2011 Section 1 Getting Started SAFETY 1.10 Quickstart Guide 1.20 SAFETY 1.30 Compatibility 1.31 Hardware 1.32 Software Section 2 How it works 2.10 Menus 2.20 Analog Channel

More information

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer by: Matt Mazzola 12222670 Abstract The design of a spectrum analyzer on an embedded device is presented. The device achieves minimum

More information

Exploratory Analysis of Operational Parameters of Controls

Exploratory Analysis of Operational Parameters of Controls 2.5 Conduct exploratory investigations and analysis of operational parameters required for each of the control technologies (occupancy sensors, photosensors, dimming electronic ballasts) in common commercial

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

Quick Start Operating Instructions

Quick Start Operating Instructions Table of Contents 1. Introduction 1 2. Instrument Controls & Indicators 2 3. Digital Display and Screens Overview 3 4. Setting the Basic Operating Level 4 5. Calibration 6 A The Calibration Menu: Screen

More information

Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module

Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module Introduction The vibration module allows complete analysis of cyclical events using low-speed cameras. This is accomplished

More information

imso-104 Manual Revised July 19, 2012

imso-104 Manual Revised July 19, 2012 imso-104 Manual Section 1 Getting Started SAFETY 1.10 Quickstart Guide 1.20 SAFETY 1.30 Compatibility 1.31 Hardware 1.32 Software Section 2 How it works 2.10 Menus 2.20 Analog Channel 2.21 On / Off 2.22

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Dave Jones Design Phone: (607) Lake St., Owego, NY USA

Dave Jones Design Phone: (607) Lake St., Owego, NY USA Manual v1.00a June 1, 2016 for firmware vers. 2.00 Dave Jones Design Phone: (607) 687-5740 34 Lake St., Owego, NY 13827 USA www.jonesvideo.com O Tool Plus - User Manual Main mode NOTE: New modules are

More information

BUREAU OF ENERGY EFFICIENCY

BUREAU OF ENERGY EFFICIENCY Date: 26 th May, 2016 Schedule No.: 11 Color Televisions 1. Scope This schedule specifies the energy labeling requirements for color televisions with native resolution upto 1920 X 1080 pixels, of CRT,

More information

Activity P32: Variation of Light Intensity (Light Sensor)

Activity P32: Variation of Light Intensity (Light Sensor) Activity P32: Variation of Light Intensity (Light Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Illuminance P32 Vary Light.DS P54 Light Bulb Intensity P54_BULB.SWS Equipment Needed

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION 10EC61 DIGITAL COMMUNICATION UNIT 3 OUTLINE Waveform coding techniques (continued), DPCM, DM, applications. Base-Band Shaping for Data Transmission Discrete PAM signals, power spectra of discrete PAM signals.

More information

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition INTRODUCTION Many sensors produce continuous voltage signals. In this lab, you will learn about some common methods

More information

Swept-tuned spectrum analyzer. Gianfranco Miele, Ph.D

Swept-tuned spectrum analyzer. Gianfranco Miele, Ph.D Swept-tuned spectrum analyzer Gianfranco Miele, Ph.D www.eng.docente.unicas.it/gianfranco_miele g.miele@unicas.it Video section Up until the mid-1970s, spectrum analyzers were purely analog. The displayed

More information

Agilent Agilent 86120B, 86120C, 86122A Multi-Wavelength Meters Data Sheet

Agilent Agilent 86120B, 86120C, 86122A Multi-Wavelength Meters Data Sheet Agilent Agilent 86120B, 86120C, 86122A Multi-Wavelength Meters Data Sheet Agilent multi-wavelength meters are Michelson interferometer-based instruments that measure wavelength and optical power of laser

More information

Gamma instabus. Technical product information

Gamma instabus. Technical product information Gamma instabus Technical product information Universal dimmer N 554D31, 4 x 300 VA / 1x 1000 VA, AC 230 V Universal dimmer N 554D31 Control of dimmable lamps, including LED without minimum load Output

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

Full Disclosure Monitoring

Full Disclosure Monitoring Full Disclosure Monitoring Power Quality Application Note Full Disclosure monitoring is the ability to measure all aspects of power quality, on every voltage cycle, and record them in appropriate detail

More information

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO)

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO) 2141274 Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University Cathode-Ray Oscilloscope (CRO) Objectives You will be able to use an oscilloscope to measure voltage, frequency

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION TECHNOLOGY CO., LTD. LCD MODULE SPECIFICATION Model : MI0220IT-1 Revision Engineering Date Our Reference DOCUMENT REVISION HISTORY DOCUMENT REVISION DATE DESCRIPTION FROM TO A 2008.03.10 First Release.

More information

An Effective Filtering Algorithm to Mitigate Transient Decaying DC Offset

An Effective Filtering Algorithm to Mitigate Transient Decaying DC Offset An Effective Filtering Algorithm to Mitigate Transient Decaying DC Offset By: Abouzar Rahmati Authors: Abouzar Rahmati IS-International Services LLC Reza Adhami University of Alabama in Huntsville April

More information

BER MEASUREMENT IN THE NOISY CHANNEL

BER MEASUREMENT IN THE NOISY CHANNEL BER MEASUREMENT IN THE NOISY CHANNEL PREPARATION... 2 overview... 2 the basic system... 3 a more detailed description... 4 theoretical predictions... 5 EXPERIMENT... 6 the ERROR COUNTING UTILITIES module...

More information

FLAT DISPLAY TECHNOLOGY

FLAT DISPLAY TECHNOLOGY 15.0 Open Frame Monitor Model Number: LOF1506xx This product is RoHS compliant SPEC No.: SAS-1008002 Version: 0.0 Issue Date: September 6, 2010 1. Introduction: 1.1 About the Product The LOF1506xx 15.0

More information

DEM A VMH-PW-N 5 TFT

DEM A VMH-PW-N 5 TFT Display Elektronik GmbH TFT MODULE DEM 7201280A VMH-PW-N 5 TFT Product Specification Ver.: 0 25.08.2017 Revision History VERSION DATE REVISED PAGE NO. Note 0 25.08.2017 First Issue Version: 0 PAGE: 2 Contents

More information

Monitor QA Management i model

Monitor QA Management i model Monitor QA Management i model 1/10 Monitor QA Management i model Table of Contents 1. Preface ------------------------------------------------------------------------------------------------------- 3 2.

More information

Over 5000 VXI cards and mainframes in stock. 1000's of pieces of Test Equipment in stock. Looking for Test Equipment? Visit us on the web at www.recycledequipment.com Recycled Equipment buys, sells, and

More information

HEBS: Histogram Equalization for Backlight Scaling

HEBS: Histogram Equalization for Backlight Scaling HEBS: Histogram Equalization for Backlight Scaling Ali Iranli, Hanif Fatemi, Massoud Pedram University of Southern California Los Angeles CA March 2005 Motivation 10% 1% 11% 12% 12% 12% 6% 35% 1% 3% 16%

More information

WHALETEQ PPG Heart Rate Simulator Test System (HRS200) User Manual

WHALETEQ PPG Heart Rate Simulator Test System (HRS200) User Manual WHALETEQ PPG Heart Rate Simulator Test System (HRS200) User Manual (Revision 2017-07-31) Copyright (c) 2013-2017, All Rights Reserved. WhaleTeq Co. LTD No part of this publication may be reproduced, transmitted,

More information

Application Note #63 Field Analyzers in EMC Radiated Immunity Testing

Application Note #63 Field Analyzers in EMC Radiated Immunity Testing Application Note #63 Field Analyzers in EMC Radiated Immunity Testing By Jason Galluppi, Supervisor Systems Control Software In radiated immunity testing, it is common practice to utilize a radio frequency

More information

potentiostat/galvanostat

potentiostat/galvanostat potentiostat/galvanostat Rev. 12-2012 potentiostat/galvanostat A battery-powered, handheld instrument which allows the application of most of the relevant voltammetric and amperometric techniques. The

More information

CHAPTER 2. Black and White Television Systems

CHAPTER 2. Black and White Television Systems CAPTER 2 Black and White Television Systems 2.1 ideo signal The purpose of a black and white television system is to broadcast black and white images. It is the most simple television system. A black and

More information

OUTPUT RANGE: VIVID SERIES OUTPUT RANGE: BRILLIANT SERIES COLOR TEMPERATURE RANGE. Form Factor Operating Temperature Electrical Dimming and Flicker

OUTPUT RANGE: VIVID SERIES OUTPUT RANGE: BRILLIANT SERIES COLOR TEMPERATURE RANGE. Form Factor Operating Temperature Electrical Dimming and Flicker MR16 7.5W OUTPUT RANGE: SERIES OUTPUT RANGE: BRILLIANT SERIES BEAM ANGLE RANGE COLOR TEMPERATURE RANGE APPLICATION 39-455 lumen 4-5 lumen 1,, 36 27K, 3K, 4K Halogen replacement for indoor and outdoor applications

More information

4. ANALOG TV SIGNALS MEASUREMENT

4. ANALOG TV SIGNALS MEASUREMENT Goals of measurement 4. ANALOG TV SIGNALS MEASUREMENT 1) Measure the amplitudes of spectral components in the spectrum of frequency modulated signal of Δf = 50 khz and f mod = 10 khz (relatively to unmodulated

More information

Spectrum Analyser Basics

Spectrum Analyser Basics Hands-On Learning Spectrum Analyser Basics Peter D. Hiscocks Syscomp Electronic Design Limited Email: phiscock@ee.ryerson.ca June 28, 2014 Introduction Figure 1: GUI Startup Screen In a previous exercise,

More information

How smart dimming technologies can help to optimise visual impact and power consumption of new HDR TVs

How smart dimming technologies can help to optimise visual impact and power consumption of new HDR TVs How smart dimming technologies can help to optimise visual impact and power consumption of new HDR TVs David Gamperl Resolution is the most obvious battleground on which rival TV and display manufacturers

More information

MODE FIELD DIAMETER AND EFFECTIVE AREA MEASUREMENT OF DISPERSION COMPENSATION OPTICAL DEVICES

MODE FIELD DIAMETER AND EFFECTIVE AREA MEASUREMENT OF DISPERSION COMPENSATION OPTICAL DEVICES MODE FIELD DIAMETER AND EFFECTIVE AREA MEASUREMENT OF DISPERSION COMPENSATION OPTICAL DEVICES Hale R. Farley, Jeffrey L. Guttman, Razvan Chirita and Carmen D. Pâlsan Photon inc. 6860 Santa Teresa Blvd

More information

Application Note [AN-007] LCD Backlighting Technologies and Configurations

Application Note [AN-007] LCD Backlighting Technologies and Configurations Application Note [AN-007] LCD Backlighting Technologies Introduction Liquid Crystal Displays (LCDs) are not emissive i.e. they do not generate their own light. Transmissive and transflective displays require

More information

Power Consumption Trends in Digital TVs produced since 2003

Power Consumption Trends in Digital TVs produced since 2003 Power Consumption Trends in Digital TVs produced since 2003 Prepared by Darrell J. King And Ratcharit Ponoum TIAX LLC 35 Hartwell Avenue Lexington, MA 02421 TIAX Reference No. D0543 for Consumer Electronics

More information

Hardware & software Specifications

Hardware & software Specifications Hardware & software Specifications Réf : PRELIMINARY JUNE 2007 Page 2 of 17 1. PRODUCT OVERVIEW...3 2. TERMINOLOGY...4 A. THE FRONT PANEL...4 B. THE REAR PANEL...5 3. SCREENS DESCRIPTION...5 A. MAIN SCREEN

More information

White Paper. Uniform Luminance Technology. What s inside? What is non-uniformity and noise in LCDs? Why is it a problem? How is it solved?

White Paper. Uniform Luminance Technology. What s inside? What is non-uniformity and noise in LCDs? Why is it a problem? How is it solved? White Paper Uniform Luminance Technology What s inside? What is non-uniformity and noise in LCDs? Why is it a problem? How is it solved? Tom Kimpe Manager Technology & Innovation Group Barco Medical Imaging

More information

Chapter 14 D-A and A-D Conversion

Chapter 14 D-A and A-D Conversion Chapter 14 D-A and A-D Conversion In Chapter 12, we looked at how digital data can be carried over an analog telephone connection. We now want to discuss the opposite how analog signals can be carried

More information

VA951S. 19 5:4 LED Display with SuperClear Technology. Overview. Legacy Application-friendly 5:4 Aspect Ratio

VA951S. 19 5:4 LED Display with SuperClear Technology. Overview. Legacy Application-friendly 5:4 Aspect Ratio VA951S 19 5:4 LED Display with SuperClear Technology 19 5:4 LED Display with SuperClear Technology Overview The ViewSonic VA951S is a viewer-friendly, high-performance 19 LED display with 5:4 aspect ratio

More information

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-3, Issue-9, September 2015 Real-time Chatter Compensation based on Embedded Sensing Device

More information

Doubletalk Detection

Doubletalk Detection ELEN-E4810 Digital Signal Processing Fall 2004 Doubletalk Detection Adam Dolin David Klaver Abstract: When processing a particular voice signal it is often assumed that the signal contains only one speaker,

More information

The Cathode Ray Tube

The Cathode Ray Tube Lesson 2 The Cathode Ray Tube The Cathode Ray Oscilloscope Cathode Ray Oscilloscope Controls Uses of C.R.O. Electric Flux Electric Flux Through a Sphere Gauss s Law The Cathode Ray Tube Example 7 on an

More information

R xx-C0900-J074

R xx-C0900-J074 CEZOS 81-534 Gdynia POLAND, Olgierda 88/b tel. +48 58 664 88 61 cezos@cezos.com www.cezos.com Date: 14.02.2017 Revision 1.1 INTRODUCTION LED module is an advanced light source designed for the best energy

More information

FRQM-2 Frequency Counter & RF Multimeter

FRQM-2 Frequency Counter & RF Multimeter FRQM-2 Frequency Counter & RF Multimeter Usage Instructions Firmware v2.09 Copyright 2007-2011 by ASPiSYS Ltd. Distributed by: ASPiSYS Ltd. P.O.Box 14386, Athens 11510 (http://www.aspisys.com) Tel. (+30)

More information

PLCC W 6000K Series Datasheet

PLCC W 6000K Series Datasheet PLCC 2835 0.2W 6000K Series Datasheet PLCC Series Features : High luminous Intensity and high efficiency Based on InGaN / GaN technology Wide viewing angle : 120 Excellent performance and visibility Suitable

More information

PLCC W CRI90 Datasheet

PLCC W CRI90 Datasheet PLCC 2835 0.2W CRI90 Datasheet PLCC Series Features : High luminous Intensity and high efficiency Based on InGaN / GaN technology Wide viewing angle : 120 Excellent performance and visibility Suitable

More information

Software Analog Video Inputs

Software Analog Video Inputs Software FG-38-II has signed drivers for 32-bit and 64-bit Microsoft Windows. The standard interfaces such as Microsoft Video for Windows / WDM and Twain are supported to use third party video software.

More information

Federal 3535 FX-C White Datasheet

Federal 3535 FX-C White Datasheet Federal Series Federal 3535 FX-C White Datasheet Features : High lumen performance Promising lumen maintenance characteristics High efficiency package Level 1 on JEDEC moisture sensitivity analysis RoHS

More information

1.0X0.5X0.2mm (0402)SMD CHIP LED LAMP. Features. Descriptions. Package Dimensions

1.0X0.5X0.2mm (0402)SMD CHIP LED LAMP. Features. Descriptions. Package Dimensions 1.0X0.5X0.2mm (0402)SMD CHIP LED LAMP ATTENTION OBSERVE PRECAUTIONS FOR HANDLING ELECTROSTATIC DISCHARGE SENSITIVE DEVICES Part Number: APG1005RWF-T-5MAV White Features 1.0mmX0.5mm SMD LED, 0.2mm thickness.

More information

Monday 20 May 2013 Afternoon

Monday 20 May 2013 Afternoon Monday 2 May 213 Afternoon AS GCE PHYSICS B (ADVANCING PHYSICS) G491/1 Physics in Action *G4122613* Candidates answer on the Question Paper. OCR supplied materials: Data, Formulae and Relationships Booklet

More information

CPE 323: MSP430 LCD_A Controller

CPE 323: MSP430 LCD_A Controller CPE 323: MSP430 LCD_A Controller Aleksandar Milenkovic Electrical and Computer Engineering The University of Alabama in Huntsville milenka@ece.uah.edu http://www.ece.uah.edu/~milenka MSP430xG461x Microcontroller

More information

ALS-PDIC17-77C/TR8. Surface - Mount Ambient Light Sensor. Features. Description. Applications

ALS-PDIC17-77C/TR8. Surface - Mount Ambient Light Sensor. Features. Description. Applications Features Close responsively to the human eye spectrum Light to Current, analog output Good output linearity across wide illumination range Low sensitivity variation across various light sources Operating

More information

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1

USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 USB Mini Spectrum Analyzer User Manual TSA Program for PC TSA4G1 TSA6G1 TSA8G1 Triarchy Technologies Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013 Triarchy Technologies,

More information

High Performance TFT LCD Driver ICs for Large-Size Displays

High Performance TFT LCD Driver ICs for Large-Size Displays Name: Eugenie Ip Title: Technical Marketing Engineer Company: Solomon Systech Limited www.solomon-systech.com The TFT LCD market has rapidly evolved in the last decade, enabling the occurrence of large

More information

4 MHz Lock-In Amplifier

4 MHz Lock-In Amplifier 4 MHz Lock-In Amplifier SR865A 4 MHz dual phase lock-in amplifier SR865A 4 MHz Lock-In Amplifier 1 mhz to 4 MHz frequency range Low-noise current and voltage inputs Touchscreen data display - large numeric

More information

DIGITAL INSTRUMENTS S.R.L. SPM-ETH (Synchro Phasor Meter over ETH)

DIGITAL INSTRUMENTS S.R.L. SPM-ETH (Synchro Phasor Meter over ETH) DIGITAL INSTRUMENTS S.R.L. SPM-ETH (Synchro Phasor Meter over ETH) SPM-ETH (Synchro Phasor Meter over ETH) Digital Instruments 1 ver the years, an awareness of the criticality of the Power Grid and Orelated

More information

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED)

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED) Chapter 2 Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED) ---------------------------------------------------------------------------------------------------------------

More information

PLCC Series W. Datasheet. Introduction : Feature and Benefits : Description : PLCC Series

PLCC Series W. Datasheet. Introduction : Feature and Benefits : Description : PLCC Series PLCC Series PLCC Series 2835 1W Datasheet Bulb General Lighting Floor Lamp Wall Light Tube Light Introduction : Ultra high luminous efficacy, combined with the flexibility in design due to its slim and

More information

Tutorial on Technical and Performance Benefits of AD719x Family

Tutorial on Technical and Performance Benefits of AD719x Family The World Leader in High Performance Signal Processing Solutions Tutorial on Technical and Performance Benefits of AD719x Family AD7190, AD7191, AD7192, AD7193, AD7194, AD7195 This slide set focuses on

More information

Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series

Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series Introduction System designers and device manufacturers so long have been using one set of instruments for creating digitally modulated

More information

Agilent 86120B, 86120C, 86122B Multi-Wavelength Meters. Data Sheet

Agilent 86120B, 86120C, 86122B Multi-Wavelength Meters. Data Sheet Agilent 86120B, 86120C, 86122B Multi-Wavelength Meters Data Sheet Agilent multi-wavelength meters are Michelson interferometer-based instruments that measure wavelength and optical power of laser light

More information

PLCC W LC CRI80 Datasheet

PLCC W LC CRI80 Datasheet PLCC 2835 0.2W LC CRI80 Datasheet PLCC Series Features : High luminous Intensity and high efficiency Based on InGaN / GaN technology Wide viewing angle : 120 Excellent performance and visibility Suitable

More information

SC24 Magnetic Field Cancelling System

SC24 Magnetic Field Cancelling System SPICER CONSULTING SYSTEM SC24 SC24 Magnetic Field Cancelling System Makes the ambient magnetic field OK for the electron microscope Adapts to field changes within 100 µs Touch screen intelligent user interface

More information

Multimedia Display Tester IM E

Multimedia Display Tester IM E Multimedia Display Tester 1st Edition L4036AF Foreward Notes Trademarks Revisions Thank you for purchasing the 3298F Multimedia Display Tester. This user s manual contains useful information about the

More information

Rec. ITU-R BT RECOMMENDATION ITU-R BT PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE

Rec. ITU-R BT RECOMMENDATION ITU-R BT PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE Rec. ITU-R BT.79-4 1 RECOMMENDATION ITU-R BT.79-4 PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE (Question ITU-R 27/11) (199-1994-1995-1998-2) Rec. ITU-R BT.79-4

More information

Technology White Paper Plasma Displays. NEC Technologies Visual Systems Division

Technology White Paper Plasma Displays. NEC Technologies Visual Systems Division Technology White Paper Plasma Displays NEC Technologies Visual Systems Division May 1998 1 What is a Color Plasma Display Panel? The term Plasma refers to a flat panel display technology that utilizes

More information

DOCUMENT REVISION HISTORY 1:

DOCUMENT REVISION HISTORY 1: PAGE 2 OF 22 DOCUMENT REVISION HISTORY 1: DOCUMENT REVISION FROM TO DATE DESCRIPTION CHANGED BY A 2007.10.30 First Release. PHILIP CHENG CHECKED BY PHILIP HO PAGE 3 OF 22 CONTENTS Page No. 1. GENERAL DESCRIPTION

More information

PLCC Series EMC 3030 Single color

PLCC Series EMC 3030 Single color PLCC Series PLCC Series EMC 3030 Single color Datasheet Warning Light Stage Light Decorative Light Introduction : EMC 3030 Single Color Series is a surface-mount LED which uses standard package dimension

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

Displays Open Frame Monitor Model Number: AND-TFT-150Bxx

Displays Open Frame Monitor Model Number: AND-TFT-150Bxx Displays 15.0 Open Frame Monitor Model Number: AND-TFT-150Bxx The AND-TFT-150Bxx 15.0 Open Frame Monitor series are rugged, high performance Industrial LCD Monitors, designed for commercial and industrial

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR 15.0 OPEN FRAME MONITOR

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR 15.0 OPEN FRAME MONITOR AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR 15.0 OPEN FRAME MONITOR PART NUMBER: AOM150X03 SERIES DATE: SEPT 04, 2008 1. Introduction: 1.1 About the Product AOM150Xxx 15.0 Open Frame Monitor

More information

SC24 Magnetic Field Cancelling System

SC24 Magnetic Field Cancelling System SPICER CONSULTING SYSTEM SC24 SC24 Magnetic Field Cancelling System Makes the ambient magnetic field OK for the electron microscope Adapts to field changes within 100 µs Touch screen intelligent user interface

More information

SPECTRO Series SPECTRO-3-30-UV-ANA. Design. SPECTRO-3 Series True Color Sensors. Product name:

SPECTRO Series SPECTRO-3-30-UV-ANA. Design. SPECTRO-3 Series True Color Sensors. Product name: SPECTRO Series SPECTRO-3-30-UV-ANA - Measuring range typ. 15 mm... 80 mm - Transmitter power of UV LED can be adjusted for excitation of luminescent marks - Up to 3 colors (or color groups) can be stored

More information

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5

USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 USB Mini Spectrum Analyzer User Manual PC program TSA For TSA5G35 TSA4G1 TSA6G1 TSA12G5 Triarchy Technologies, Corp. Page 1 of 17 USB Mini Spectrum Analyzer User Manual Copyright Notice Copyright 2013

More information

R Rxx-Vxxxx-L334-x

R Rxx-Vxxxx-L334-x CEZOS 81-534 Gdynia POLAND, Olgierda 88/b tel. +48 58 664 88 61 cezos@cezos.com www.cezos.com Date: 29.08.2016 Revision 1.2 INTRODUCTION RGBW LED module is an advanced light source designed for the best

More information

Virtual Vibration Analyzer

Virtual Vibration Analyzer Virtual Vibration Analyzer Vibration/industrial systems LabVIEW DAQ by Ricardo Jaramillo, Manager, Ricardo Jaramillo y Cía; Daniel Jaramillo, Engineering Assistant, Ricardo Jaramillo y Cía The Challenge:

More information

MINI PC SCOPE PCSU01. User manual. test leads software download USB cable design enclosure

MINI PC SCOPE PCSU01. User manual. test leads software download USB cable design enclosure MINI PC SCOPE PCSU01 User manual Features test leads software download USB cable design enclosure Specifications oscilloscope: o bandwidth: DC to 200 khz ± 3 db o input impedance: 100 ko / 20 pf o maximum

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

1. General Description

1. General Description LP2X05 Product Specification. General Description The LP2X05 is a Color Active Matrix with an integral Cold Cathode Fluorescent Lamp(CCFL) backlight system. The matrix employs asi Thin Film Transistor

More information

Tech Paper. HMI Display Readability During Sinusoidal Vibration

Tech Paper. HMI Display Readability During Sinusoidal Vibration Tech Paper HMI Display Readability During Sinusoidal Vibration HMI Display Readability During Sinusoidal Vibration Abhilash Marthi Somashankar, Paul Weindorf Visteon Corporation, Michigan, USA James Krier,

More information