Software for Partial Discharge and Localization

Size: px
Start display at page:

Download "Software for Partial Discharge and Localization"

Transcription

1 48 PIERS Proceedings, Taipei, March 25 28, 2013 Software for Partial Discharge and Localization M. Cap, P. Drexler, P. Fiala, and R. Myska Department of Theoretical and Experimental Electrical Engineering Brno University of Technology, Kolejni 2906/4, Brno , Czech Republic Abstract This article deals with possibilities of localization of the partial discharges (PD) in oil power transformers. Localization can be performed on the basis of measured UHF waveforms analysis during activity of the partial discharges. The time-shifts of the waveforms related to transient process occurrence in the signals are the main input parameters for localization methods. In order to estimate the position of the signal source in the 3D space a minimum of four antennas has to be used, since the time of the PD is unknown. Designed application uses a numerical method for detection of the discharge spatial location. Diagnosis of the partial discharge is split into four Gross. At first, time graphs of detected signal are displayed for its visual verification. Each group of displayed signals include time stamp of the actual trigger. This time stamp is used as information for visualization of the position of the signal group in time range of the power voltage period. Third part is focused on the spatial detection of measured discharges in volume of the transformer. At least, statistical results are shown. 1. INTRODUCTION Partial discharges (PD) in the high voltage transformer could cause risk of the transformer damage. Detection of the discharge presence is possible by several methods based on sound or electromagnetic signal measurement. This work is focused on measurement and evaluation of the UHF (Ultra High Frequencies) electromagnetic signal. Partial discharge is detected as a signal in range from hundreds of megahertz to units of gigahertz. Propagation delay of the signal from the place of the PD to the each detector can be used for spatial localization of the PD. Goal of this work to design software for detection, analysis and localization of the partial discharges. 2. MEASUREMENT SYSTEM AND LOCALIZATION METHOD 2.1. Diagnostic System PD signal is detected by the special measuring system. Whole system contains 4 specially designed sensing heads (Fig. 1), central unit and software for PD analysis and localization. Sensing heads are mounted in to the front wall of the transformer. Heads are connected by triaxial cables. This type was chosen for higher EMC robustness. These cables are simultaneously used for RF signal transmission and DC powering of the sensing heads. Signal preprocessing part of each head includes conical antenna, controllable attenuators, amplifiers and high pass filter. Data are acquired by Agilent data acquisition system which uses a four-channel, 10 bit high speed cpci digitizer. Acquired signal is preprocessed by sensing head and digitalized by each channel with preset parameters, see Table 1. Because of strong electromagnetic interference, diagnostic system is mounted in a shielded box. This two stage box contains all required powering [6], data acquisition and communication parts, Fig. 3. Figure 1: Sensing head. Figure 2: Head mounted on the transformer.

2 Progress In Electromagnetics Research Symposium Proceedings, Taipei, March 25 28, Table 1: Data acquisition parameters. Number samples 2000 Time to be sampled 1000 ns Sample interval 0.5 ns Delay time 50 ns Channel full scale 0.5 V Offset 0 V Trigger level 10% of full scale Trigger source All input channels 2.2. Localization Method Method of the partial discharge location is based on the signal time differences of arrival TDOA. Signal arrival time is determined from energy accumulation curve EAC given by equation [1, 2]: w i = t s Z 0 i u 2 k, k = 1... N (1) k=0 Waveform point of the signal arriving time was set to 10% from maximal value of the EAC. Due to given antenna arrangement shown in Fig. 2 the localization results lies on circle which plane is perpendicular to the straight line join of antennas. Therefore, solution can be found only in 2D space as a intersection of the circle with relevant part of tested transformer. The initial equation system defines source position towards three antennas x 2 + y 2 = v 2 t 2 0, (2) x 2 + (y y 2 ) 2 = v 2 (t 0 + t 12 ) 2, (3) x 2 + (y y 3 ) 2 = v 2 (t 0 + t 13 ) 2, (4) Solution of Equations (2) and (3) leads to definition solution for t 0 (, x, y as t 0 = v2 y 2 t 2 13 y 3t 2 ) 12 + y3 y2 2 y 2y3 2 2v 2, (5) (y 3 t 12 y 2 t 13 ) y = y ( 2 2 v2 y2 t 2 13 y 3t 2 ) ( 12 + y3 y2 2 y 2y3) 2 t 12 v2 t 2 12, (6) 2y 2 (y 3 t 12 y 2 t 13 ) 2y 2 x = v 2( ( v 2 y 2 t 2 13 y 3t12) 2 +y3 y2 2 y ) 2 ( 2y3 2 y 2 ( 2v 2 (y 3 t 12 y 2 t 13 ) 2 v2 y2 t 2 13 y ) ( 3t y3 y2 2 y ) 2 2y3) 2 t 12 v2 t (7) 2y 2 (y 3 t 12 y 2 t 13 ) 2y 2 Results of PD localization are calculated as a mean value from three partial solution obtained from different combination of channels. 3. PARTIAL DISCHARGE DIAGNOSTIC AND LOCALIZATION SOFTWARE APPLICATION PD localization software application is designed as a multithread application. Basic function concept of this application is to split measurement and visualization into separate threads in order to achieve maximal possible computer performance for both application parts. Because of very short times which are acquired and theoretically large amount of discharges per one 50 Hz period is necessary to set up the acquisition hardware to the maximal performance Data Structures Type of the data variable has to be chosen with respect to data transfer times and requirement of maximal number of acquisition in one 50 Hz period. Data which need to be transferred after one trigger depend on the type of variable used to store the data. Comparison for int, int16 and double are shown in Table 2. With respect to the maximal performance was the data variable type set to basic integer.

3 50 PIERS Proceedings, Taipei, March 25 28, 2013 Table 2: Comparison of bit rate for different data types. bits per second Number of data packets per second bits of variable 1 50 (One per period) 2500 (50 per period) Figure 3: Assembly of the diagnostic system in shielded box. Figure 4: Analysis of the 50 Hz period time Trigger Detection of the partial discharge is provided on all digitizer channels. Detected signal energy depends on the place of origin of the PD. If the PD will occur on the left or right side of the transformer winding the energy of detected signal will be biggest on the first or fourth channel. Therefore, trigger input is configured as a multichannel trigger so the trigger input is used all four input channels Hz Detection Diagnosis of the partial discharge requires information about time position of the actually acquired data in 20 ms time period. This value is necessary for the PD visualization in phase graph. Cross zero detection algorithm uses special hardware and external trigger input to detect position of the supply voltage. Stability of the 50 Hz frequency is in Czech Republic defined as 50 Hz ±1% in 99,5% the year and 50 Hz ± 6% in 100% in the year. With requirements of the precise visualization of the PD in phase chart is necessary to detect actual frequency [5]. In case of one percent difference detected and real frequency can this cause an error 3.6 in one period or 180 in one second. This was solved by calculation of actual period time. Unfortunately, actual period is not stabile and visualization error suppression require to refresh the period time after a several seconds. Fig. 4 shows fluctuation of the time period in time range of 1000 seconds ( periods). Detected time position of the zero value of the supply voltage and period time are calculated as a mean value from ten measured values with regard to eliminate influence of electromagnetic interference Acquisition Settings and Attenuators Control Basic acqusition setting is shown in Table 1. These parameter are setted up with regard to signal parameters. Possibillity of changing of acqusition parameters is crucial especially in case of first examination of signals in continual aqusition mode. Controable attenuators regulate transmition path output power. Attenuator attenuation depend on controll voltage which is set by usb controlled hardware in range 3 40 db, see Fig Application Modes Diagnostic of partial discharge could be split into the two modes. Firs mode works in loop in order to acquire and visualize data continuously. This mode is to a certain extent similar to the

4 Progress In Electromagnetics Research Symposium Proceedings, Taipei, March 25 28, Figure 5: Setting. Figure 6: Main window with phase chart. Figure 7: Time graphs and scheme of transformed for visualization of PD localization algorithm results. basic function of the traditional oscilloscope. Second mode could be described as acquire and wait. In this case program will acquire 300 of data packets and stops acquisition. Both modes use two types of acquired signal visualization, phase chart and time graphs of all four channels which shows position of the acquired data to the zero supply voltage point. Chart uses two values, first is angle calculated as the position of data to the time of the supply voltage zero time, Fig. 6. Actual angle need to be additionally corrected with power and transformer angle difference. Second parameter is mean value calculated from maximal voltage values in all channels [3]. Measurement of the partial discharges starts with examination of the signals in continual mode. Continual mode works similarly to the traditional oscilloscope, Fig. 7. User defines acquisition parameters to achieve the best visualization of various signals in transformer. Optimal attenuators and trigger settings have a crucial influence on selection of required signal. Second mode saves 300 data sets to memory and stops acquisition. This mode is designed for offline review of acquired data. Data could be played continually in loop or selected manually and examined one by one Partial Discharge Location Partial discharge location uses TDOA method. Localization is because of large amount of processed data in online mode available only in memory mode. Use of four antennas allows locating position of partial discharge in three dimensions. Unfortunately, transformers in nuclear power plant Dukovany has all antenna plug-in points placed on the front side in line (see Fig. 2). Hence, localization is possible only in two dimensions. 4. CONCLUSION Designed application uses TDOA method for partial discharge localization. Special requirements lead to online and offline function modes. Basics of the partial discharge analysis are shape of the wave and its time position examination. For this purpose, first two tabs were designed to show

5 52 PIERS Proceedings, Taipei, March 25 28, 2013 this information clearly. PD location itself lies on the top of the application usage. Localization method allows locating of the PD origin in 3D space. Unfortunately, 3D location requires nonlinear placing of the sensing heads on the transformer wall. Therefore, application is not at this time able to locate PD origin in 3D space. REFERENCES 1. Fiala, P., T. Jirku, P. Drexler, and P. Dohnal, Detection of partial discharge inside of HV transformer, modeling, sensors and measurement, PIERS Proceedings, , Cambridge, USA, July 5 8, Myška, R. and P. Drexler, Simulation and verification of methods for partial discharge source localization, PIERS Proceedings, , Kuala Lumpur, Malaysia, March 27 30, Polivka, J., P. Fiala, and J. Machac, Microwave noise field behaves like white light, Progress In Electromagnetics Research, Vol. 111, , Fiala, P., Pulse-powered virtual cathode oscillator, IEEE Trans. Dielectr. Electr. Insul., Vol. 18, No. 4, , Szabó, Z., J. Sedlácek, and M. Hadinec, Optimization method of EMI power filters and its measurement, PIERS Proceedings, , Hangzhou, China, March 24 28, Fiala, P. and P. Drexler, Power supply sources based on resonant energy harvesting, Microsystem Technologies-Micro-and Nanosystems-Information Storage and Processing Systems, Vol. 18, Nos. 7 8, , Szabó, Z. and P. Fiala, Characterisation and testing shielding fabrics, PIERS Proceedings, , Moscow, Russia, August 18 21, Marcon, P., P. Fiala, M. Steinbauer, and M. Cap, Special high voltage function generator, PIERS Proceedings, , Suzhou, China, September 12 16, 2011.

PARTIAL DISCHARGE DETECTION AND LOCATION IN TRANSFORMERS BY PERFORMING PARTIAL DISCHARGE TESTS IN OIL USING UHF SENSORS

PARTIAL DISCHARGE DETECTION AND LOCATION IN TRANSFORMERS BY PERFORMING PARTIAL DISCHARGE TESTS IN OIL USING UHF SENSORS PARTIAL DISCHARGE DETECTION AND LOCATION IN TRANSFORMERS BY PERFORMING PARTIAL DISCHARGE TESTS IN OIL USING UHF SENSORS by K.K.JEMBU KAILAS and W. ADITHYA KUMAR L&T CONSTRUCTION L&T CONSTRUCTION KKJK@LNTECC.COM

More information

PD Solutions. On-Line PD Measurement Devices

PD Solutions. On-Line PD Measurement Devices On-Line PD Measurement Devices 1. Longshot Device (see Figure 1) The measurement system applied is based around the wideband (0-400 MHz) HVPD- Longshot partial discharge test unit which utilizes a high-speed

More information

Partial Discharge Monitoring and Diagnosis of Power Generator

Partial Discharge Monitoring and Diagnosis of Power Generator Partial Discharge Monitoring and Diagnosis of Power Generator Gao Wensheng Institute of High Voltage & insulation tech. Electrical Eng. Dept., Tsinghua University Wsgao@tsinghua.edu.cn Currently preventive

More information

PARTIAL DISCHARGE MEASUREMENTS ON GENERATORS USING A NOISE GATING SYSTEM

PARTIAL DISCHARGE MEASUREMENTS ON GENERATORS USING A NOISE GATING SYSTEM Abstract PARTIAL DISCHARGE MEASUREMENTS ON GENERATORS USING A NOISE GATING SYSTEM Q. SU Department of Electrical & Computer Systems Engineering Monash University, Clayton VIC 3168 Email: qi.su@eng.monash.edu.au

More information

Evaluation of Partial Discharge in Power Transformers by Acoustic Emission Method and Propagation Modeling of Acoustic Signal

Evaluation of Partial Discharge in Power Transformers by Acoustic Emission Method and Propagation Modeling of Acoustic Signal Evaluation of Partial Discharge in Power Transformers by Acoustic Emission Method and Propagation Modeling of Acoustic Signal Abdolrahman Peimankar, Arman Kazemi, and Seyed Mohammad Taghi Bathaee Khaje

More information

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE

THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE THE PROPAGATION OF PARTIAL DISCHARGE PULSES IN A HIGH VOLTAGE CABLE Z.Liu, B.T.Phung, T.R.Blackburn and R.E.James School of Electrical Engineering and Telecommuniications University of New South Wales

More information

Design of Meander Antenna for UHF Partial Discharge Detection of Transformers

Design of Meander Antenna for UHF Partial Discharge Detection of Transformers Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of Meander Antenna for UHF Partial Discharge Detection of Transformers Mengjie Li, Chuangxin Guo, 2 Ziping Peng College

More information

Partial Discharge Measurement and Monitoring on High Voltage XLPE Cables

Partial Discharge Measurement and Monitoring on High Voltage XLPE Cables 21, rue d Artois, F-75008 PARIS AUCKLAND 2013 http : //www.cigre.org Partial Discharge Measurement and Monitoring on High Voltage XLPE Cables Michael Krüger, Rene Hummel, Stefan Böhler, OMICRON Austria

More information

Directed Energy Weapons in Modern Battlefield

Directed Energy Weapons in Modern Battlefield Advances in Military Technology Vol. 4, No. 2, December 2009 Directed Energy Weapons in Modern Battlefield L. Palíšek * Division VTÚPV Vyškov, VOP-026 Šternberk, s.p., Czech Republic The manuscript was

More information

IN HOUSE CALIBRATION OF PD DETECTOR SYSTEM FOR FIELD TEST RESULT RELIABILITY

IN HOUSE CALIBRATION OF PD DETECTOR SYSTEM FOR FIELD TEST RESULT RELIABILITY IN HOUSE CALIBRATION OF PD DETECTOR SYSTEM FOR FIELD TEST RESULT RELIABILITY Avinash Raj 1, Chandan Kumar Chakrabarty 1, Rafidah Ismail 1 and Basri Abdul Ghani 2 1 College of Engineering, University Tenaga

More information

Transient calibration of electric field sensors

Transient calibration of electric field sensors Transient calibration of electric field sensors M D Judd University of Strathclyde Glasgow, UK Abstract An electric field sensor calibration system that operates in the time-domain is described and its

More information

PoS(PhotoDet 2012)051

PoS(PhotoDet 2012)051 Optical to electrical detection delay in avalanche photodiode based detector and its interpretation Josef Blažej 1 E-mail: blazej@fjfi.cvut.cz Ivan Procházka Jan Kodet Technical University in Munich FSG,

More information

Practical aspects of PD localization for long length Power Cables

Practical aspects of PD localization for long length Power Cables Practical aspects of PD localization for long length Power Cables M. Wild, S. Tenbohlen University of Stuttgart Stuttgart, Germany manuel.wild@ieh.uni-stuttgart.de E. Gulski, R. Jongen onsite hv technology

More information

Coherence and time-frequency analysis of impulse voltage and current measurements

Coherence and time-frequency analysis of impulse voltage and current measurements Coherence and time-frequency analysis of impulse voltage and current measurements Jelena Dikun Electrical Engineering Department, Klaipeda University, Klaipeda, Lithuania Emel Onal Electrical Engineering

More information

PRY-CAM BREAKTHROUGH TECHNOLOGY FOR CONDITION ASSESSMENT AND ASSET MANAGEMENT

PRY-CAM BREAKTHROUGH TECHNOLOGY FOR CONDITION ASSESSMENT AND ASSET MANAGEMENT PRY-CAM BREAKTHROUGH TECHNOLOGY FOR CONDITION ASSESSMENT AND ASSET MANAGEMENT WELCOME TO PRY-CAM A REVOLUTION IN PARTIAL DISCHARGE MANAGEMENT The worlds of partial discharge (PD) measurement, asset management

More information

Signal and Noise Measurement Techniques Using Magnetic Field Probes

Signal and Noise Measurement Techniques Using Magnetic Field Probes Signal and Noise Measurement Techniques Using Magnetic Field Probes Abstract: Magnetic loops have long been used by EMC personnel to sniff out sources of emissions in circuits and equipment. Additional

More information

Measurement and Analysis for Switchmode Power Design

Measurement and Analysis for Switchmode Power Design Measurement and Analysis for Switchmode Power Design Switched Mode Power Supply Measurements AC Input Power measurements Safe operating area Harmonics and compliance Efficiency Switching Transistor Losses

More information

MONTRANO. Continuous monitoring system for power transformers

MONTRANO. Continuous monitoring system for power transformers MONTRANO Continuous monitoring system for power transformers Condition monitoring to extend transformer life Knowing the dielectric condition of insulation is vital Dielectric flashover of insulation in

More information

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE Exercise 4 Angle Tracking Techniques EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the principles of the following angle tracking techniques: lobe switching, conical

More information

A STUDY ON THE PERFORMANCE OF IMPEDANCE MATCHING CIRCUIT IN PARTIAL DISCHARGE MEASURING SYSTEM

A STUDY ON THE PERFORMANCE OF IMPEDANCE MATCHING CIRCUIT IN PARTIAL DISCHARGE MEASURING SYSTEM BORNEO SCIENCE 30: MARCH 2012 A STUDY ON THE PERFORMANCE OF IMPEDANCE MATCHING CIRCUIT IN PARTIAL DISCHARGE MEASURING SYSTEM 1 Wan Akmal Izzati W. M. Zawawi, 2 Mohamad Zul Hilmey Makmud, & 3 Yanuar Z.

More information

WAVELET DE-NOISING AND ANALYSIS OF UHF PARTIAL DISCHARGES IN HIGH VOLTAGE POWER TRANSFORMER

WAVELET DE-NOISING AND ANALYSIS OF UHF PARTIAL DISCHARGES IN HIGH VOLTAGE POWER TRANSFORMER Volume, Issue 9, PP: - 9, FEB. WAVELET DE-NOISING AND ANALYSIS OF UHF PARTIAL DISCHARGES IN HIGH VOLTAGE POWER TRANSFORMER K V RAMPRASAD *. Professor, Dept of ECE, KALLAM HARANADHA REDDY INSTITUTE OF TECHNOLOGY,

More information

Electromagnetic field distribution within a semi anechoic chamber

Electromagnetic field distribution within a semi anechoic chamber Electromagnetic field distribution within a semi anechoic chamber Martin Pospisilik and Josef Soldan Abstract The paper deals with determination of a resonant frequency of a semi anechoic chamber with

More information

Why partial discharge testing makes good sense

Why partial discharge testing makes good sense Why partial discharge testing makes good sense PD measurement and analysis have proven to be reliable for detecting defects in the insulation system of electrical assets before major damage or a breakdown

More information

PCS-150 / PCI-200 High Speed Boxcar Modules

PCS-150 / PCI-200 High Speed Boxcar Modules Becker & Hickl GmbH Kolonnenstr. 29 10829 Berlin Tel. 030 / 787 56 32 Fax. 030 / 787 57 34 email: info@becker-hickl.de http://www.becker-hickl.de PCSAPP.DOC PCS-150 / PCI-200 High Speed Boxcar Modules

More information

Investigation of PD Detection on XLPE Cables

Investigation of PD Detection on XLPE Cables Investigation of PD Detection on XLPE Cables Hio Nam O, T.R. Blackburn and B.T. Phung School of Electrical Engineering and Telecommunications The University New South Wales, Australia Abstract- The insulation

More information

Antenna Array Layout for the Localization of Partial Discharges in Open-Air Substations

Antenna Array Layout for the Localization of Partial Discharges in Open-Air Substations OPEN ACCESS Conference Proceedings Paper Sensors and Applications www.mdpi.com/journal/sensors Antenna Array Layout for the Localization of Partial Discharges in Open-Air Substations Guillermo Robles,

More information

CHAPTER 3 ACOUSTIC EMISSION TECHNIQUE FOR DETECTION AND LOCATION OF PD

CHAPTER 3 ACOUSTIC EMISSION TECHNIQUE FOR DETECTION AND LOCATION OF PD 63 CHAPTER 3 ACOUSTIC EMISSION TECHNIQUE FOR DETECTION AND LOCATION OF PD 3.1 INTRODUCTION PD measurements on high-voltage equipment, e.g. transformers, could be grouped into two major tasks. First, evidence

More information

IEEE Transactions on Power Delivery. 15(2) P.467-P

IEEE Transactions on Power Delivery. 15(2) P.467-P Title Author(s) Citation Detection of wide-band E-M signals emitted from partial discharge occurring in GIS using wavelet transform Kawada, Masatake; Tungkanawanich, Ampol; 河崎, 善一郎 ; 松浦, 虔士 IEEE Transactions

More information

EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS. C. Ceretta, R. Gobbo, G. Pesavento

EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS. C. Ceretta, R. Gobbo, G. Pesavento Sept. 22-24, 28, Florence, Italy EFFECT OF INTEGRATION ERROR ON PARTIAL DISCHARGE MEASUREMENTS ON CAST RESIN TRANSFORMERS C. Ceretta, R. Gobbo, G. Pesavento Dept. of Electrical Engineering University of

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

A New Tunable Dual-mode Bandpass Filter Design Based on Fractally Slotted Microstrip Patch Resonator

A New Tunable Dual-mode Bandpass Filter Design Based on Fractally Slotted Microstrip Patch Resonator University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali March 27, 2012 A New Tunable Dual-mode Bandpass Filter Design Based on Fractally Slotted Microstrip Patch Resonator Jawad

More information

Multi-Resolution Wavelet Analysis for Chopped Impulse Voltage Measurements

Multi-Resolution Wavelet Analysis for Chopped Impulse Voltage Measurements Multi-Resolution Wavelet Analysis for Chopped Impulse Voltage Measurements EMEL ONAL Electrical Engineering Department Istanbul Technical University 34469 Maslak-Istanbul TURKEY onal@elk.itu.edu.tr http://www.elk.itu.edu.tr/~onal

More information

THE POWER OF LIFE. WinTech Partial Discharge based Predictive Intelligence of insulation system to eliminate power failure risk.

THE POWER OF LIFE. WinTech Partial Discharge based Predictive Intelligence of insulation system to eliminate power failure risk. THE POWER OF LIFE WinTech Partial Discharge based Predictive Intelligence of insulation system to eliminate power failure risk. Mr. Neal Yang Pro.E.E. Engineer About Us The flaw of dielectric material

More information

How to Analyze and Test the Location of Partial. Discharge of Single-winding Transformer Model

How to Analyze and Test the Location of Partial. Discharge of Single-winding Transformer Model How to Analyze and Test the Location of Partial Discharge of Single-winding Transformer Model Huang Wangjun, Chen Yijun HIMALAYAL - SHANGHAI - CHINA Abstract: In order to detect transformer fault accurately

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences Machinery Materials and Energy (ICISMME 2015) Research on the visual detection device of partial discharge visual imaging precision positioning WANG Tian-zheng

More information

Experiment 2: Transients and Oscillations in RLC Circuits

Experiment 2: Transients and Oscillations in RLC Circuits Experiment 2: Transients and Oscillations in RLC Circuits Will Chemelewski Partner: Brian Enders TA: Nielsen See laboratory book #1 pages 5-7, data taken September 1, 2009 September 7, 2009 Abstract Transient

More information

Tips for making accurate rise / fall time measurements for radar signals

Tips for making accurate rise / fall time measurements for radar signals Tips for making accurate rise / fall time measurements for radar signals Abstract: Output power measurement is one of the basic measurements for a radar system as it determines the performance, range and

More information

Validation & Analysis of Complex Serial Bus Link Models

Validation & Analysis of Complex Serial Bus Link Models Validation & Analysis of Complex Serial Bus Link Models Version 1.0 John Pickerd, Tektronix, Inc John.J.Pickerd@Tek.com 503-627-5122 Kan Tan, Tektronix, Inc Kan.Tan@Tektronix.com 503-627-2049 Abstract

More information

CVVOZE Power Laboratories (CVVOZEPowerLab)

CVVOZE Power Laboratories (CVVOZEPowerLab) CVVOZE Power Laboratories (CVVOZEPowerLab) BRNO, SEPTEMBER 2016 1 Centre for Research and Utilization of Renewable Energy Centre for Research and Utilization of Renewable Energy (CVVOZE) was established

More information

EMC Pulse Measurements

EMC Pulse Measurements EMC Pulse Measurements and Custom Thresholding Presented to the Long Island/NY IEEE Electromagnetic Compatibility and Instrumentation & Measurement Societies - May 13, 2008 Surge ESD EFT Contents EMC measurement

More information

TD-106. HAEFELY HIPOTRONICS Technical Document. Partial Discharge Pulse Shape Analysis to Discriminate Near and Far End Failures for Cable Location

TD-106. HAEFELY HIPOTRONICS Technical Document. Partial Discharge Pulse Shape Analysis to Discriminate Near and Far End Failures for Cable Location HAEFELY HIPOTRONICS Technical Document Partial Discharge Pulse Shape Analysis to Discriminate Near and Far End Failures for Cable Location P. Treyer, P. Mraz, U. Hammer Haefely Hipotronics, Tettex Instruments

More information

RANGE resolution and dynamic range are the most important

RANGE resolution and dynamic range are the most important INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 135 140 Manuscript received August 17, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0019-1 High Resolution Noise Radar

More information

Experiment 12: Microwaves

Experiment 12: Microwaves MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2005 OBJECTIVES Experiment 12: Microwaves To observe the polarization and angular dependence of radiation from a microwave generator

More information

A review of shielding performance By Albert R. Martin

A review of shielding performance By Albert R. Martin A review of shielding performance By Albert R. Martin INTRODUCTION What determines how effective a cable shield is going to be? And how does the decision to ground or not ground a shield impact its effectiveness?

More information

EXPERIMENT NO. 4 EXPERIMENTS ON LADDER PROGRAMMING FOR MECHATRONICS SYSTEM

EXPERIMENT NO. 4 EXPERIMENTS ON LADDER PROGRAMMING FOR MECHATRONICS SYSTEM EXPERIMENT NO. 4 EXPERIMENTS ON LADDER PROGRAMMING FOR MECHATRONICS SYSTEM DATE OF PERFORMANCE : INTRODUCTION: A Programmable Logic Controller, or PLC, is more or less a small computer with a built-in

More information

Regarding RF Isolation for small Enclosures

Regarding RF Isolation for small Enclosures Regarding RF Isolation for small Enclosures IEEE electromagnetic society and IEEE standard board has published standards for measuring the shielding effectiveness (SE) of chambers. The measurement methods

More information

Techniques to reduce electromagnetic noise produced by wired electronic devices

Techniques to reduce electromagnetic noise produced by wired electronic devices Rok / Year: Svazek / Volume: Číslo / Number: Jazyk / Language 2016 18 5 EN Techniques to reduce electromagnetic noise produced by wired electronic devices - Tomáš Chvátal xchvat02@stud.feec.vutbr.cz Faculty

More information

Kit for building your own THz Time-Domain Spectrometer

Kit for building your own THz Time-Domain Spectrometer Kit for building your own THz Time-Domain Spectrometer 16/06/2016 1 Table of contents 0. Parts for the THz Kit... 3 1. Delay line... 4 2. Pulse generator and lock-in detector... 5 3. THz antennas... 6

More information

Correct Measurement of Timing and Synchronisation Signals - A Comprehensive Guide

Correct Measurement of Timing and Synchronisation Signals - A Comprehensive Guide Correct Measurement of Timing and Synchronisation Signals - A Comprehensive Guide Introduction This document introduces the fundamental aspects of making valid timing and synchronisation measurements and

More information

Further Experience in the Use of Existing RTDs in Windings of Motors and Generators for the Measurement of Partial Discharges

Further Experience in the Use of Existing RTDs in Windings of Motors and Generators for the Measurement of Partial Discharges Further Experience in the Use of Existing RDs in Windings of Motors and Generators for the Measurement of Partial Discharges Claude Kane Eaton Electrical Predicative Diagnostics 5421 Feltl Road Suite 190

More information

The University of New South Wales. School of Electrical Engineering and Telecommunications. High Voltage Systems ELEC9712. Appendix Partial Discharge

The University of New South Wales. School of Electrical Engineering and Telecommunications. High Voltage Systems ELEC9712. Appendix Partial Discharge The University of New South Wales School of Electrical Engineering and Telecommunications High Voltage Systems ELEC9712 Appendix Partial Discharge Content Introduction Quantities measured Test circuits

More information

High Sensitivity Interferometric Detection of Partial Discharges for High Power Transformer Applications

High Sensitivity Interferometric Detection of Partial Discharges for High Power Transformer Applications High Sensitivity Interferometric Detection of Partial Discharges for High Power Transformer Applications Carlos Macià-Sanahuja and Horacio Lamela-Rivera Optoelectronics and Laser Technology group, Universidad

More information

Design And Implementation Of Low Cost Microwave Motion. Sensor Based Security System

Design And Implementation Of Low Cost Microwave Motion. Sensor Based Security System Design And Implementation Of Low Cost Microwave Motion Sensor Based Security System M. S. S. Bhavani 1, Dr. K. Babulu 2 1 (Department of Electronics and Communication Engineering, JNTU Kakinada) 2 (Head

More information

Partial Discharge Detection of High Voltage Switchgear Using a Ultra High Frequency Sensor

Partial Discharge Detection of High Voltage Switchgear Using a Ultra High Frequency Sensor TRANSACTIONS ON ELECTRICAL AND ELECTRONIC MATERIALS Vol. 14, No. 4, pp. 211-215, August 25, 2013 Regular Paper pissn: 1229-7607 eissn: 2092-7592 DOI: http://dx.doi.org/10.4313/teem.2013.14.4.211 Partial

More information

Electromagnetic Analysis of Propagation and Scattering Fields in Dielectric Elliptic Cylinder on Planar Ground

Electromagnetic Analysis of Propagation and Scattering Fields in Dielectric Elliptic Cylinder on Planar Ground PIERS ONLINE, VOL. 5, NO. 7, 2009 684 Electromagnetic Analysis of Propagation and Scattering Fields in Dielectric Elliptic Cylinder on Planar Ground Yasumitsu Miyazaki 1, Tadahiro Hashimoto 2, and Koichi

More information

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement The Lecture Contains: Sources of Error in Measurement Signal-To-Noise Ratio Analog-to-Digital Conversion of Measurement Data A/D Conversion Digitalization Errors due to A/D Conversion file:///g /optical_measurement/lecture2/2_1.htm[5/7/2012

More information

TD-100. HAEFELY HIPOTRONICS Technical Document

TD-100. HAEFELY HIPOTRONICS Technical Document HAEFELY HIPOTRONICS Technical Document Breaking the limit of power capacitor resonance frequency with help of PD pulse spectrum to check and setup PD measurement P. Treyer, P. Mraz, U. Hammer, S. Gonzalez

More information

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method

A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Reflectometer for Cable Fault Location with Multiple Pulse Reflection Method Zheng Gongming Electronics & Information School, Yangtze University,

More information

Electrical Power Engineering Group, School of Electronics and Computer Science, University of Southampton, Highfield, Southampton, SO17 1BJ, UK 2

Electrical Power Engineering Group, School of Electronics and Computer Science, University of Southampton, Highfield, Southampton, SO17 1BJ, UK 2 Tsinghua University, Beijing, China, August 5-9, 5 G-3 Application of Superluminescent Light Emitting Diode to Electrooptic Modulator Based PD Continuous On-line Monitoring System Y Tian *, P L Lewin,

More information

Transient Data Acquisition System, TAS 4-40 Potential-free measurement of fast rise pulses:

Transient Data Acquisition System, TAS 4-40 Potential-free measurement of fast rise pulses: Transient Data Acquisition System, TAS 4-40 Potential-free measurement of fast rise pulses: High precision measurement of fast rising voltages and currents causes considerable problems in many spheres

More information

2302 Battery Simulator 2306, 2306-PJ Battery/Charger Simulators

2302 Battery Simulator 2306, 2306-PJ Battery/Charger Simulators Ultrafast response to transient load currents Choice of single- or dualchannel supplies Optimized for development and testing of battery-powered devices Variable output resistance for simulating battery

More information

Filters And Waveform Shaping

Filters And Waveform Shaping Physics 3330 Experiment #3 Fall 2001 Purpose Filters And Waveform Shaping The aim of this experiment is to study the frequency filtering properties of passive (R, C, and L) circuits for sine waves, and

More information

Keysight Technologies Optimizing RF and Microwave Spectrum Analyzer Dynamic Range. Application Note

Keysight Technologies Optimizing RF and Microwave Spectrum Analyzer Dynamic Range. Application Note Keysight Technologies Optimizing RF and Microwave Spectrum Analyzer Dynamic Range Application Note 02 Keysight Optimizing RF and Microwave Spectrum Analyzer Dynamic Range Application Note 1. Introduction

More information

Frequency Spectrum Analysis of Electromagnetic Waves Radiated by

Frequency Spectrum Analysis of Electromagnetic Waves Radiated by Frequency Spectrum Analysis of Electromagnetic Waves Radiated by Electrical Discharges HYEON-KYU CHA, SUN-JAE KIM, DAE-WON PARK, GYUNG-SUK KIL Division of Electrical and Electronics Engineering Korea Maritime

More information

Subminiature Multi-stage Band-Pass Filter Based on LTCC Technology Research

Subminiature Multi-stage Band-Pass Filter Based on LTCC Technology Research International Journal of Information and Electronics Engineering, Vol. 6, No. 2, March 2016 Subminiature Multi-stage Band-Pass Filter Based on LTCC Technology Research Bowen Li and Yongsheng Dai Abstract

More information

CHAPTER 4 DESIGN OF CUK CONVERTER-BASED MPPT SYSTEM WITH VARIOUS CONTROL METHODS

CHAPTER 4 DESIGN OF CUK CONVERTER-BASED MPPT SYSTEM WITH VARIOUS CONTROL METHODS 68 CHAPTER 4 DESIGN OF CUK CONVERTER-BASED MPPT SYSTEM WITH VARIOUS CONTROL METHODS 4.1 INTRODUCTION The main objective of this research work is to implement and compare four control methods, i.e., PWM

More information

NEW MV CABLE ACCESSORY WITH EMBEDDED SENSOR TO CHECK PARTIAL DISCHARGE ACTIVITY

NEW MV CABLE ACCESSORY WITH EMBEDDED SENSOR TO CHECK PARTIAL DISCHARGE ACTIVITY NEW MV CABLE ACCESSORY WITH EMBEDDED SENSOR TO CHECK PARTIAL DISCHARGE ACTIVITY Lorenzo PERETTO Luigi FODDAI Simone ORRU Luigi PUDDU Altea Switzerland ENEL Italy ENEL Italy REPL Italy lperetto@alteasolutions.com

More information

FAULT IDENTIFICATION IN TRANSFORMER WINDING

FAULT IDENTIFICATION IN TRANSFORMER WINDING FAULT IDENTIFICATION IN TRANSFORMER WINDING S.Joshibha Ponmalar 1, S.Kavitha 2 1, 2 Department of Electrical and Electronics Engineering, Saveetha Engineering College, (Anna University), Chennai Abstract

More information

CAMAC based Test Signal Generator using Reconfigurable

CAMAC based Test Signal Generator using Reconfigurable Journal of Physics: Conference Series CAMAC based Test Signal Generator using Reconfigurable device To cite this article: Atish Sharma et al 2010 J. Phys.: Conf. Ser. 208 012006 View the article online

More information

NHT 3DL. The new landmark meter for electromagnetic safety. Percipere Aestimare et Inquirere

NHT 3DL. The new landmark meter for electromagnetic safety. Percipere Aestimare et Inquirere NHT 3DL The new landmark meter for electromagnetic safety Percipere Aestimare et Inquirere NHT 3DL The new reference meter for the European directive 2013/35/EU NHT 3DL is a brand-new electromagnetic field

More information

7. Experiment K: Wave Propagation

7. Experiment K: Wave Propagation 7. Experiment K: Wave Propagation This laboratory will be based upon observing standing waves in three different ways, through coaxial cables, in free space and in a waveguide. You will also observe some

More information

High Efficiency Classes of RF Amplifiers

High Efficiency Classes of RF Amplifiers Rok / Year: Svazek / Volume: Číslo / Number: Jazyk / Language 2018 20 1 EN High Efficiency Classes of RF Amplifiers - Erik Herceg, Tomáš Urbanec urbanec@feec.vutbr.cz, herceg@feec.vutbr.cz Faculty of Electrical

More information

A New TEM Horn Antenna Designing Based on Plexiglass Antenna Cap

A New TEM Horn Antenna Designing Based on Plexiglass Antenna Cap Journal of Applied Science and Engineering, Vol. 21, No. 3, pp. 413 418 (2018) DOI: 10.6180/jase.201809_21(3).0012 A New TEM Horn Antenna Designing Based on Plexiglass Antenna Cap Lin Teng and Jie Liu*

More information

SENSITIVITY ASPECTS OF ON-LINE PD DIAGNOSIS OF MV POWER CABLES

SENSITIVITY ASPECTS OF ON-LINE PD DIAGNOSIS OF MV POWER CABLES SENSITIVITY ASPECTS OF ON-LINE PD DIAGNOSIS OF MV POWER CABLES Frank WESTER, Edward GULSKI, Johan SMIT, Edwin GROOT*, Mark VAN VLIET* Delft University of Technology The Netherlands * NUON The Netherlands

More information

APPLICATIONS OF ACOUSTIC LOCALIZATION TO ONLINE POWER TRANSFORMERS

APPLICATIONS OF ACOUSTIC LOCALIZATION TO ONLINE POWER TRANSFORMERS APPLICATIONS OF ACOUSTIC LOCALIZATION TO ONLINE POWER TRANSFORMERS David Larochelle NDB Technologies Reasons leading to acoustic testing are different weather it is a manufacturing or field environment

More information

Open Access Partial Discharge Fault Decision and Location of 24kV Composite Porcelain Insulator based on Power Spectrum Density Algorithm

Open Access Partial Discharge Fault Decision and Location of 24kV Composite Porcelain Insulator based on Power Spectrum Density Algorithm Send Orders for Reprints to reprints@benthamscience.ae 342 The Open Electrical & Electronic Engineering Journal, 15, 9, 342-346 Open Access Partial Discharge Fault Decision and Location of 24kV Composite

More information

A NEW GENERATION PROGRAMMABLE PHASE/AMPLITUDE MEASUREMENT RECEIVER

A NEW GENERATION PROGRAMMABLE PHASE/AMPLITUDE MEASUREMENT RECEIVER GENERAL A NEW GENERATION PROGRAMMABLE PHASE/AMPLITUDE MEASUREMENT RECEIVER by Charles H. Currie Scientific-Atlanta, Inc. 3845 Pleasantdale Road Atlanta, Georgia 30340 A new generation programmable, phase-amplitude

More information

A Novel Method for Exact Determination to Localize Radial Deformation along the Transformer Winding Height

A Novel Method for Exact Determination to Localize Radial Deformation along the Transformer Winding Height A Novel Method for Exact Determination to Localize Radial Deformation along the Transformer Winding Height H. RahbariMagham 1, M.S. Naderi 1,, G.B. Gharehpetian 1,, M.A. Hejazi 3 and H. Karami Porzani

More information

EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS

EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS Experimental Goals A good technician needs to make accurate measurements, keep good records and know the proper usage and limitations of the instruments

More information

OMICRON Seminar on Partial Discharge Diagnostics on HV Assets. January 30, 2018 Beirut, Lebanon

OMICRON Seminar on Partial Discharge Diagnostics on HV Assets. January 30, 2018 Beirut, Lebanon OMICRON Seminar on Partial Discharge Diagnostics on HV Assets January 30, 2018 Beirut, Lebanon Substation Asset Testing and Diagnosis LOW ACCURACY LEVEL HIGH Take better maintenance decisions through accurate

More information

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES Alexander Chenakin Phase Matrix, Inc. 109 Bonaventura Drive San Jose, CA 95134, USA achenakin@phasematrix.com

More information

A HIGH PRECISION QUARTZ OSCILLATOR WITH PERFORMANCE COMPARABLE TO RUBIDIUM OSCILLATORS IN MANY RESPECTS

A HIGH PRECISION QUARTZ OSCILLATOR WITH PERFORMANCE COMPARABLE TO RUBIDIUM OSCILLATORS IN MANY RESPECTS A HIGH PRECISION QUARTZ OSCILLATOR WITH PERFORMANCE COMPARABLE TO RUBIDIUM OSCILLATORS IN MANY RESPECTS Manish Vaish MTI-Milliren Technologies, Inc. Two New Pasture Road Newburyport, MA 195 Abstract An

More information

9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements

9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements 9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements In consumer wireless, military communications, or radar, you face an ongoing bandwidth crunch in a spectrum that

More information

A 5 GHz LNA Design Using Neural Smith Chart

A 5 GHz LNA Design Using Neural Smith Chart Progress In Electromagnetics Research Symposium, Beijing, China, March 23 27, 2009 465 A 5 GHz LNA Design Using Neural Smith Chart M. Fatih Çaǧlar 1 and Filiz Güneş 2 1 Department of Electronics and Communication

More information

Measurement of Partial Discharge inside Metal Enclosed Power Apparatus using Internal Sensor

Measurement of Partial Discharge inside Metal Enclosed Power Apparatus using Internal Sensor Measurement of Partial Discharge inside Metal Enclosed Power Apparatus using Internal Sensor Umar Khayam 1, Yushan 2 1 School of Electrical Engineering and Informatics Bandung Institute of Technology Bandung,

More information

AN IMPROVED MODEL FOR ESTIMATING RADIATED EMISSIONS FROM A PCB WITH ATTACHED CABLE

AN IMPROVED MODEL FOR ESTIMATING RADIATED EMISSIONS FROM A PCB WITH ATTACHED CABLE Progress In Electromagnetics Research M, Vol. 33, 17 29, 2013 AN IMPROVED MODEL FOR ESTIMATING RADIATED EMISSIONS FROM A PCB WITH ATTACHED CABLE Jia-Haw Goh, Boon-Kuan Chung *, Eng-Hock Lim, and Sheng-Chyan

More information

Statistical Characteristics of Partial Discharge Caused by Typical Defects in Cable Joint under Oscillating Voltage

Statistical Characteristics of Partial Discharge Caused by Typical Defects in Cable Joint under Oscillating Voltage Journal of Energy and Power Engineering 9 () 3-3 doi:.7/93-897/.3. D DAVID PUBLISHIG Statistical Characteristics of Partial Discharge Caused by Typical Defects in Cable Joint under Oscillating Voltage

More information

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics Journal of Energy and Power Engineering 9 (215) 289-295 doi: 1.17265/1934-8975/215.3.8 D DAVID PUBLISHING Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and

More information

Brief Course Description for Electrical Engineering Department study plan

Brief Course Description for Electrical Engineering Department study plan Brief Course Description for Electrical Engineering Department study plan 2011-2015 Fundamentals of engineering (610111) The course is a requirement for electrical engineering students. It introduces the

More information

Advancements in online partial discharge monitoring and assessment of MV through EHV Substation assets

Advancements in online partial discharge monitoring and assessment of MV through EHV Substation assets Advancements in online partial discharge monitoring and assessment of MV through EHV Substation assets Abstract: For decades it has been recognized that partial discharge assessment is an excellent method

More information

A Simulation Tool for Space-time Adaptive Processing in GPS

A Simulation Tool for Space-time Adaptive Processing in GPS Progress In Electromagnetics Research Symposium 2006, Cambridge, USA, March 26-29 363 A Simulation Tool for Space-time Adaptive Processing in GPS W. Y. Zhao, L. F. Xu, and R. B. Wu Civil Aviation University

More information

Compact MIMO Antenna with Cross Polarized Configuration

Compact MIMO Antenna with Cross Polarized Configuration Proceedings of the 4th WSEAS Int. Conference on Electromagnetics, Wireless and Optical Communications, Venice, Italy, November 2-22, 26 11 Compact MIMO Antenna with Cross Polarized Configuration Wannipa

More information

CHAPTER 5 CONCEPT OF PD SIGNAL AND PRPD PATTERN

CHAPTER 5 CONCEPT OF PD SIGNAL AND PRPD PATTERN 75 CHAPTER 5 CONCEPT OF PD SIGNAL AND PRPD PATTERN 5.1 INTRODUCTION Partial Discharge (PD) detection is an important tool for monitoring insulation conditions in high voltage (HV) devices in power systems.

More information

Output Filtering & Electromagnetic Noise Reduction

Output Filtering & Electromagnetic Noise Reduction Output Filtering & Electromagnetic Noise Reduction Application Note Assignment 14 November 2014 Stanley Karas Abstract The motivation of this application note is to both review what is meant by electromagnetic

More information

Retrodirective Antenna Array Using High Frequency Offset

Retrodirective Antenna Array Using High Frequency Offset RADIOENGINEERING, VOL. 21, NO. 4, DECEMBER 2012 1013 Retrodirective Antenna Array Using High requency Offset Pavel ŠINDLER, Michal POKORNÝ Dept. of Radio Electronics, Brno University of Technology, Purkyňova

More information

CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION)

CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION) 147 CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION) 6.1 INTRODUCTION The electrical and electronic devices, circuits and systems are capable of emitting the electromagnetic

More information

NOVEL METHOD FOR ON-SITE TESTING AND DIAGNOSIS OF TRANSMISSION CABELS UP TO 250KV

NOVEL METHOD FOR ON-SITE TESTING AND DIAGNOSIS OF TRANSMISSION CABELS UP TO 250KV NOVEL METHOD FOR ON-SITE TESTING AND DIAGNOSIS OF TRANSMISSION CABELS UP TO 250KV Paul P. SEITZ, Seitz Instruments AG, (Switzerland), pps@seitz-instruments.ch Ben QUAK, Seitz Instruments AG, (Switzerland),

More information

K-BAND HARMONIC DIELECTRIC RESONATOR OS- CILLATOR USING PARALLEL FEEDBACK STRUC- TURE

K-BAND HARMONIC DIELECTRIC RESONATOR OS- CILLATOR USING PARALLEL FEEDBACK STRUC- TURE Progress In Electromagnetics Research Letters, Vol. 34, 83 90, 2012 K-BAND HARMONIC DIELECTRIC RESONATOR OS- CILLATOR USING PARALLEL FEEDBACK STRUC- TURE Y. C. Du *, Z. X. Tang, B. Zhang, and P. Su School

More information

Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors. Demo Guide

Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors. Demo Guide Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors Demo Guide Introduction This demonstration guide helps you to get familiar with the basic setup and configuration

More information

Design of HV Switching for Polarization & Depolarization Current Measurement

Design of HV Switching for Polarization & Depolarization Current Measurement Design of HV Switching for Polarization & Depolarization Current Measurement N. F. Kasri, M. A. M. Piah, A. A. Suleiman, N. A. M. Jamail, N. Bashir and N. A. Muhamad Institute of High Voltage & High Current

More information