A NEW SOFTWARE TO INCREASE ULTRASOUND SIGNALS RESOLUTION FOR INTERNAL STRESSES MEASUREMENTS IN METALLIC MATERIALS

Size: px
Start display at page:

Download "A NEW SOFTWARE TO INCREASE ULTRASOUND SIGNALS RESOLUTION FOR INTERNAL STRESSES MEASUREMENTS IN METALLIC MATERIALS"

Transcription

1 2007 International Nuclear Atlantic Conference - INAC 2007 Santos, SP, Brazil, September 29 to October 5, 2007 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR ABEN A NEW SOFTWARE TO INCREASE ULTRASOUND SIGNALS RESOLUTION FOR INTERNAL STRESSES MEASUREMENTS IN METALLIC MATERIALS Marcos S. Farias 1, Paulo V. R. Carvalho 1, Cinthia S. Malta 2, Mauricio A. C. Aghina 1 Jose C. S. Almeida 1, Claudio R. Santanna 1 1 Instituto de Engenharia Nuclear (IEN / CNEN - RJ) Via 5 s/n - Cidade Universitária - Ilha do Fundão Rio de Janeiro, RJ msantana@ien.gov.br paulov@ien.gov.br mag@ien.gov.br jcsa@ien.gov.br santanna@ien.gov.br 2 Universidade Federal do Rio e Janeiro (UFRJ) Cidade Universitária Ilha do Fundão Rio de Janeiro, RJ cinthiavr@yahoo.com.br ABSTRACT The phenomenon of ultrasonic velocity change has been successfully used for the verification of internal stresses in metallic materials at IEN during last years. It is possible to know the ultrasonic velocity change by the measurement of the time elapsed between echoes of ultrasonic signals. Since the ultrasonic time of flight changes on the nanosecond order, it is requested high resolution to the assessment of internal stresses. A method for the measurement of this time using ultrasonic signal processing techniques was developed and tested. The method uses cross correlation and multirate techniques to increase the measure resolution. This paper describes the software developed to improve the application of this method. The software, developed in C++ and Labview, processes the ultrasonic signal with high resolution and performs this task in few milliseconds, allowing the development of portable equipment to assess internal stresses in metallic materials in the field, with direct time of flight measurement. The software developed was implemented in two portable data acquisition systems in use at IEN laboratories and can be adapted for different types of data acquisition systems with few modifications. 1. INTRODUCTION The time of flight measurement of ultrasonic waves has being used in many areas. These measurements are applied in the survey of the elastic constants of metallic and non metallic materials, in the measurement of outflow of liquids, in the ceramic porosity evaluation and in others purposes. The assessment of stresses by ultrasound is based in the ultrasonic signal time of flight change according to the internal stress on materials [1]. Considering that the variations in the time of flight of ultrasonic signals in metallic materials, due to the

2 variations in the material stress, have a nanosecond order, it is requested high resolution to perform this measurement. The method developed for the time of flight measurement uses cross correlation and multirate techniques to increase the measure resolution [2]. In such a way, an acquisition system with a typical resolution of 10 nanosecond order (100 MHz) can have its resolution increased up to 16 times (L16) in the time of flight measurement. This allowed that an assessment of internal stresses in metallic materials can be carried out using an acquisition rate found in common laboratory oscilloscopes [3]. The good results reached in laboratory have excited the interest of different sectors of the national industry. These sectors intend to use this technique to prevent accidents on generating vapor ducts, boilers etc. As consequence of this interest, there is the need of direct field measurements. The ambient conditions, such as temperature, electric oscillation, vibration, transport, amongst others make difficult the use of normal laboratory equipment, as oscilloscopes, computers etc., to configure the system in the field experiments. To carry out essays in the field, we need a portable and robust system in order to carry out its task with the demanded performance requirements. This demanded performance includes, besides of pulses generation and data acquisition of the signal, the processing of this signal with the application of the developed method, that is, interpolation using the multirate technique and cross correlation of the signal. 2. METHOD The time interval elapsed among two echoes of ultrasonic signals is measured calculating the time elapsed among two reference points previously established in these signals. The point of maximum of these echoes can be this reference point. However, the ultrasonic signals are not identical and the selection of the reference point can compromise the precision of the measure process. The figure 1 shows the noises in the maximum of two consecutive echoes of an ultrasonic wave. To measure the delay between two ultrasonic signals, without the use of reference points, we used cross correlation [4]. In this method, the acquired signal, with two echoes, is divided (figure 2). With the application of the cross correlation algorithm, each point of a signal is multiplied and added to all the other points of the other signal, resulting an another function whose maximum is the value of the delay between the two signals [5].

3 Figure 1 Noise in the maximum of an ultrasonic wave Figure 2 (a) Ultrasonic signal with two echoes (b) The first echo (c) Cross correlation of the two signals. With the application of the cross correlation, the error introduced by the reference in the maximum is completely eliminated. Moreover, the ultrasonic wave can generate deformations on the echoes during the propagation. If the propagation time increases, the difference between the two waves also increases, and the deformation of the echo changes. This means that two consecutive echoes are distorted in different regions of the echo. This behavior can be another source of error in the measure of time when using reference points. Problems like these are eliminated with the use of the cross correlation. The resolution of the measure, even after the cross correlation, is determined by the sampling rate of the data acquisition system used. To increase this resolution, with the same data acquisition system, we used the expander sampling rate to subdivide the interval of

4 original sampling inserting null samples, that, after adjusted by filtering, receive coherent values. The multirate technique to increase the sampling rate F to F' value, by an integer factor L (that is, F' = FL), consists of inserting L - 1 null samples between each pair of samples of the original sequence, whose rate we want to modify [2]. The exit sequence of the expander is filtered (Figure 3), performing an interpolation. Expander of sampling rate Filter L h(m) F F = LF F = LF Figura 3 Interpolation process 3. METHOD APPLICATION The aim of the software is to process the data in a very short time interval, so that the result of the time of flight measurement of the ultrasonic wave is presented immediately after the acquisition. In the early experiments we used the text file generated by the oscilloscope, with the data of each acquired signal, and processed this signal with the application of the cross correlation and interpolation. This process was too slow, because there was a need to get data from the hard disk. In the case of the L16 interpolation, the data processing time took some hours. To diminish the execution time of the program, all the data acquisition received from the hardware, as well as the manipulated data during the processing and the table for the filter of the interpolation, are kept in memory. Some execution tests with the compiler C++ Builder [6] had been carried out, creating a DLL (Dynamic-link library) optimized for the L16 interpolation. In the case of the cross correlation, the tests had demonstrated that the execution of the algorithm was faster when used part of one VI (Virtual Instrument) for cross correlation of the Labview compiler [7], associated to a DLL created in C++ Builder.

5 With the optimization applied to the interpolation and cross correlation algorithms, it was possible to carry out these tasks between 40 and 50 miliseconds in a computer with a 2,2 Ghz processor. This time was not verified with specific metric for program execution, being only a proper compiler estimative. With this implementation, the development of portable systems to assess internal stresses in metallic materials in the field became possible. Few modifications in software are needed for the adaptation to the new data acquisition hardware, giving flexibility to the instrument. The only requirement is that the hardware used supply the data for the digital to analogical signal conversion. These data are arranged in an array, the input for the signal processing part of the software. The entire data presentation, the results presentation, and the acquired signals, as well as the storage of the results, were made in Labview. Figure 4 shows one of the software screens with the results of the measures.. Figure 4 Software screen 4. THE INSTRUMENTS DEVELOPED Two portable instruments were developed. The first one (Figure 5) consists of a portable equipment that generates pulses to ultrasonic transducers and makes the acquisition/processing of the echo signals coming from the material This equipment is controlled by software that makes the signal acquisition with 100 Mhz sampling rate, later interpolated for the L16 factor. With this arrangement we obtain a 0,625 picosecond signal resolution. The figure 6 shows the assembly of an experiment. The result of the data processing is presented in the graph. The relation between the applied stress with the time variation obtained in this experiment was compatible with the tests previously carried out using the laboratory equipment (oscilloscopes, pulse generators and computer). However this graph is available at the end of the experiment, without need of further processing.

6 Figure 5 Portable equipment developed 11,64 Tempo(microsegundos) 11,635 11,63 11,625 11,62 11,615 11, , , , , , , , , , , Stress Carga (X1000 Kg) Figure 6 Machine with transducer connected and the graphic time x stress The second system developed was based on a portable oscilloscope with 200 Mhz of maximum sampling rate and an USB interface. The software, in this case, was adapted to control the oscilloscope and to collect the data coming from this oscilloscope. The data obtained were processed using the same method. In order to carry out analyses in the field it is necessary, in this case, to use a portable pulse generator to excite the transducers. 5. CONCLUSIONS The software developed showed that the cross correlation and L16 interpolation method can be applied successfully in different data acquisition systems to increase the time resolution

7 of the acquired signal. This makes possible the assessment of the metallic material stress in a faster way in the field, opening perspective of exploitation of this technique in diverse areas of the industry. The development of two portable systems showed that software can be adapted, with small modifications, to other data acquisition instruments, keeping the main requirement - improve the signal resolution - a key factor to apply the time of flight measurement to the assessment of internal stresses in metallic materials. REFERENCES 1. Hsu, N. N. Acoustical Birefringence and the Use of Ultrasonic Waves for Experimental Stress Analysis. Experimental Mechanics, Vol. 14, No. 5 (1974). 2. Bittencourt, M. S. Q., Pinheiro, M. A. A., Lamy, C. A., Filho, J. C. P. Ultrasonic Time of Flight Measurement to Stress Evaluation. III Pan-American Conference for Nondestructive Testing (2003). 3. Bittencourt, M. S. Q. Desenvolvimento de um Sistema de Medida de Tempo Decorrido da Onda Ultra-sônica e Análise do Estado de Tensões em Materiais Metálicos pela Técnica da Birrefringência Acústica Tese de D.Sc. COPPE/UFRJ (2000). 4. Papoulis, A. Probability, Random Variables and Stochastic Processes. McGraw-Hill (1965). 5. Clarkson, P. M. Optimal and Adaptive Signal Processing. CRC Press (1993). 6. Hollingworth, J., Butterfield, D., Swart, B., Allson J. C++ Builder 5 Development s Guide. Sams (2001). 7. Ritter, D. J. LabView Essential Techniques. McGraw-Hill (2002).

DOSE EVALUATION IN UROGRAPHY RADIOLOGICAL PROCEDURES

DOSE EVALUATION IN UROGRAPHY RADIOLOGICAL PROCEDURES 2007 International Nuclear Atlantic Conference - INAC 2007 Santos, SP, Brazil, September 30 to October 5, 2007 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-02-1 DOSE EVALUATION IN

More information

D DAVID PUBLISHING. 1. Introduction

D DAVID PUBLISHING. 1. Introduction Journal of Mechanics Engineering and Automation 5 (2015) 286-290 doi: 10.17265/2159-5275/2015.05.003 D DAVID PUBLISHING Classification of Ultrasonic Signs Pre-processed by Fourier Transform through Artificial

More information

USING VIRTUAL REALITY IN THE TRAINING OF SECURITY STAFF AND EVALUATION OF PHYSICAL PROTECTION BARRIERS IN NUCLEAR FACILITIES

USING VIRTUAL REALITY IN THE TRAINING OF SECURITY STAFF AND EVALUATION OF PHYSICAL PROTECTION BARRIERS IN NUCLEAR FACILITIES 2009 International Nuclear Atlantic Conference - INAC 2009 Rio de Janeiro,RJ, Brazil, September27 to October 2, 2009 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-03-8 USING VIRTUAL

More information

ZTEC Instruments. Ultrasonic Stimulus and Response Tests Leveraging Modular Instrumentation. Creston Kuenzi, Applications Engineer

ZTEC Instruments. Ultrasonic Stimulus and Response Tests Leveraging Modular Instrumentation. Creston Kuenzi, Applications Engineer ZTEC Instruments Ultrasonic Stimulus and Response Tests Leveraging Modular Instrumentation Creston Kuenzi, Applications Engineer Presentation Roadmap Brief History of Ultrasonic Tests Ultrasonic Test Concepts

More information

DIAGNOSTIC OF CORROSION DEFECTS IN STEAM GENERATOR TUBES USING ADVANCED SIGNAL PROCESSING FROM EDDY CURRENT TESTING

DIAGNOSTIC OF CORROSION DEFECTS IN STEAM GENERATOR TUBES USING ADVANCED SIGNAL PROCESSING FROM EDDY CURRENT TESTING 2009 International Nuclear Atlantic Conference - INAC 2009 Rio de Janeiro,RJ, Brazil, September27 to October 2, 2009 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-03-8 DIAGNOSTIC OF

More information

LV-Link 3.0 Software Interface for LabVIEW

LV-Link 3.0 Software Interface for LabVIEW LV-Link 3.0 Software Interface for LabVIEW LV-Link Software Interface for LabVIEW LV-Link is a library of VIs (Virtual Instruments) that enable LabVIEW programmers to access the data acquisition features

More information

DETERMINATION OF INHERENT AND ADDITIONAL FILTRATION IN ORDER TO ESTABLISH RADIATION QUALITIES ACCORDING TO IEC 61267

DETERMINATION OF INHERENT AND ADDITIONAL FILTRATION IN ORDER TO ESTABLISH RADIATION QUALITIES ACCORDING TO IEC 61267 2009 International Nuclear Atlantic Conference - INAC 2009 Rio de Janeiro,RJ, Brazil, September27 to October 2, 2009 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-03-8 DETERMINATION

More information

Sonic Distance Sensors

Sonic Distance Sensors Sonic Distance Sensors Introduction - Sound is transmitted through the propagation of pressure in the air. - The speed of sound in the air is normally 331m/sec at 0 o C. - Two of the important characteristics

More information

DEVELOPMENT OF A CHARGE-SENSITIVE PREAMPLIFIER USING COMMERCIALLY AVAILABLE COMPONENTES

DEVELOPMENT OF A CHARGE-SENSITIVE PREAMPLIFIER USING COMMERCIALLY AVAILABLE COMPONENTES 2013 International Nuclear Atlantic Conference - INAC 2013 Recife,PE, Brazil, November 24-29, 2013 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-05-2 DEVELOPMENT OF A CHARGE-SENSITIVE

More information

High-temperature Ultrasonic Thickness Gauges for On-line Monitoring of Pipe Thinning for FAC Proof Test Facility

High-temperature Ultrasonic Thickness Gauges for On-line Monitoring of Pipe Thinning for FAC Proof Test Facility High-temperature Ultrasonic Thickness Gauges for On-line Monitoring of Pipe Thinning for FAC Proof Test Facility Yong-Moo Cheong 1, Se-Beom Oh 1, Kyung-Mo Kim 1, and Dong-Jin Kim 1 1 Nuclear Materials

More information

Effect of coupling conditions on ultrasonic echo parameters

Effect of coupling conditions on ultrasonic echo parameters J. Pure Appl. Ultrason. 27 (2005) pp. 70-79 Effect of coupling conditions on ultrasonic echo parameters ASHOK KUMAR, NIDHI GUPTA, REETA GUPTA and YUDHISTHER KUMAR Ultrasonic Standards, National Physical

More information

RapidScan II Application Note General Composite Scanning

RapidScan II Application Note General Composite Scanning RapidScan II Application Note General Composite Scanning RapidScan II General Composite Scanning Application Note Page 1 Applications The RapidScan system has been utilised for a wide range of inspections

More information

Development and Application of 500MSPS Digitizer for High Resolution Ultrasonic Measurements

Development and Application of 500MSPS Digitizer for High Resolution Ultrasonic Measurements Indian Society for Non-Destructive Testing Hyderabad Chapter Proc. National Seminar on Non-Destructive Evaluation Dec. 7-9, 2006, Hyderabad Development and Application of 500MSPS Digitizer for High Resolution

More information

AN AUTOMATED ALGORITHM FOR SIMULTANEOUSLY DETERMINING ULTRASONIC VELOCITY AND ATTENUATION

AN AUTOMATED ALGORITHM FOR SIMULTANEOUSLY DETERMINING ULTRASONIC VELOCITY AND ATTENUATION MECHANICS. ULTRASONICS AN AUTOMATED ALGORITHM FOR SIMULTANEOUSLY DETERMINING ULTRASONIC VELOCITY AND ATTENUATION P. PETCULESCU, G. PRODAN, R. ZAGAN Ovidius University, Dept. of Physics, 124 Mamaia Ave.,

More information

Attenuation and velocity of ultrasound in solid state materials (transmission)

Attenuation and velocity of ultrasound in solid state materials (transmission) Attenuation and velocity of ultrasound in solid 5.1.6.08 Related Topics Propagation of ultrasonic waves, time of flight, sound velocity, damping of ultrasonic waves (scattering, reflection, absorption),

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

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore.

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore. Time of flight computation with sub-sample accuracy using digital signal processing techniques in Ultrasound NDT Nimmy Mathew, Byju Chambalon and Subodh Prasanna Sudhakaran More info about this article:

More information

Investigation of An Acoustic Temperature Transducer and its Application for Heater Temperature Measurement

Investigation of An Acoustic Temperature Transducer and its Application for Heater Temperature Measurement American Journal of Applied Sciences 4 (5): 294-299, 7 ISSN 1546-9239 7 Science Publications Corresponding Author: Investigation of An Acoustic Temperature Transducer and its Application for Heater Temperature

More information

Equipment for Attenuation and velocity of ultrasound in solid state materials (transmission), experimental set-up

Equipment for Attenuation and velocity of ultrasound in solid state materials (transmission), experimental set-up Attenuation and velocity of ultrasound in solid TEAS Related Topics Propagation of ultrasonic waves, time of flight, sound velocity, damping of ultrasonic waves (scattering, reflection, absorption), transmission

More information

2. The design and realization of the developed system

2. The design and realization of the developed system th European Conference on Non-Destructive Testing (ECNDT 24), October 6-, 24, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=663 The System and Method of Ultrasonic Testing Based

More information

Rotational Speed Control Based on Microcontrollers

Rotational Speed Control Based on Microcontrollers Rotational Speed Control Based on Microcontrollers Valter COSTA Natural and Exact Science Department, Federal University of Semi-Arid Camila BARROS Natural and Exact Science Department, Federal University

More information

Comprehensive Ultrasound Research Platform

Comprehensive Ultrasound Research Platform Comprehensive Ultrasound Research Platform Functional Requirements List and Performance Specifications Emma Muir Sam Muir Jacob Sandlund David Smith Advisor: Dr. José Sánchez Date: November 9, 2010 Introduction

More information

APPLICATION OF A PID CONTROLLER BASED ON FUZZY LOGIC TO REDUCE VARIATIONS IN THE CONTROL PARAMETERS IN PWR REACTORS.

APPLICATION OF A PID CONTROLLER BASED ON FUZZY LOGIC TO REDUCE VARIATIONS IN THE CONTROL PARAMETERS IN PWR REACTORS. 2013 International Nuclear Atlantic Conference - INAC 2013 Recife, PE, Brazil, November 24-29, 2013 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-05-2 APPLICATION OF A PID CONTROLLER

More information

A Virtual Instrument for Automobiles Fuel Consumption Investigation. Tsvetozar Georgiev

A Virtual Instrument for Automobiles Fuel Consumption Investigation. Tsvetozar Georgiev A Virtual Instrument for Automobiles Fuel Consumption Investigation Tsvetozar Georgiev Abstract: A virtual instrument for investigation of automobiles fuel consumption is presented in this paper. The purpose

More information

Determination of the Structural Integrity of a Wind Turbine Blade Using Ultrasonic Pulse Echo Reflectometry

Determination of the Structural Integrity of a Wind Turbine Blade Using Ultrasonic Pulse Echo Reflectometry International Journal of Engineering and Technology Volume 3 No. 5, May, 2013 Determination of the Structural Integrity of a Wind Turbine Blade Using Ultrasonic Pulse Echo Reflectometry Benjamin Ayibapreye

More information

ULTRASCOPE USB, ULTRAWOOD. all the power of a. the palm of your

ULTRASCOPE USB, ULTRAWOOD. all the power of a. the palm of your ULTRASCOPE USB ULTRASCOPE USB, all the power of a high-end system in the palm of your hand. Ultrascope USB is the single-channel ultrasound system with highest performance in its market range. Its easy

More information

ULTRASONIC DEFECT DETECTION IN BILLET USING TIME- OF-FLIGHT OF BOTTOM ECHO

ULTRASONIC DEFECT DETECTION IN BILLET USING TIME- OF-FLIGHT OF BOTTOM ECHO ULTRASONIC DEFECT DETECTION IN BILLET USING TIME- OF-FLIGHT OF BOTTOM ECHO Ryusuke Miyamoto Graduate School of Systems and Information Engineering, University of Tsukuba, Tsukuba, Ibaraki 305-8573 Japan

More information

Portable compact cold atoms clock topology

Portable compact cold atoms clock topology Journal of Physics: Conference Series PAPER OPEN ACCESS Portable compact cold atoms clock topology To cite this article: R D Pechoneri et al 2016 J. Phys.: Conf. Ser. 733 012049 View the article online

More information

Development of a mechanical strain sensor based on time reversal of ultrasonic guided waves

Development of a mechanical strain sensor based on time reversal of ultrasonic guided waves Universidade de São Paulo Biblioteca Digital da Produção Intelectual - BDPI Departamento de Mecatrônica e Sistemas Mecânicos - EP/PMR Comunicações em Eventos - EP/PMR 2014-09-03 Development of a mechanical

More information

Kirchhoff migration of ultrasonic images

Kirchhoff migration of ultrasonic images Kirchhoff migration of ultrasonic images Young-Fo Chang and Ren-Chin Ton Institute of Applied Geophysics, Institute of Seismology, National Chung Cheng University, Min-hsiung, Chiayi 621, Taiwan, R.O.C.

More information

A NEW APPROACH FOR THE ANALYSIS OF IMPACT-ECHO DATA

A NEW APPROACH FOR THE ANALYSIS OF IMPACT-ECHO DATA A NEW APPROACH FOR THE ANALYSIS OF IMPACT-ECHO DATA John S. Popovics and Joseph L. Rose Department of Engineering Science and Mechanics The Pennsylvania State University University Park, PA 16802 INTRODUCTION

More information

Acoustic emission signal attenuation in the waveguides used in underwater AE testing.

Acoustic emission signal attenuation in the waveguides used in underwater AE testing. 1 Acoustic emission signal attenuation in the waveguides used in underwater AE testing. Zakharov D.A., Ptichkov S.N., Shemyakin V.V. OAO «ОКBM Afrikantov», «Diapac» Ltd. In the paper presented are the

More information

ADAPTIVE CORRECTION FOR ACOUSTIC IMAGING IN DIFFICULT MATERIALS

ADAPTIVE CORRECTION FOR ACOUSTIC IMAGING IN DIFFICULT MATERIALS ADAPTIVE CORRECTION FOR ACOUSTIC IMAGING IN DIFFICULT MATERIALS I. J. Collison, S. D. Sharples, M. Clark and M. G. Somekh Applied Optics, Electrical and Electronic Engineering, University of Nottingham,

More information

EMA TRANSFORMATION IN PULSED MAGNETIC FIELD AND ITS USE IN PORTABLE INSTRUMENTS FOR ACOUSTIC MEASUREMENTS

EMA TRANSFORMATION IN PULSED MAGNETIC FIELD AND ITS USE IN PORTABLE INSTRUMENTS FOR ACOUSTIC MEASUREMENTS EMA TRANSFORMATION IN PULSED MAGNETIC FIELD AND ITS USE IN PORTABLE INSTRUMENTS FOR ACOUSTIC MEASUREMENTS V. G. Shevaldykin 1, V. T. Bobrov 2, S. G. Alekhin 2 1 RII of MSIA SPECTRUM, Moscow, Russia, 2

More information

Mass Spectrometry and the Modern Digitizer

Mass Spectrometry and the Modern Digitizer Mass Spectrometry and the Modern Digitizer The scientific field of Mass Spectrometry (MS) has been under constant research and development for over a hundred years, ever since scientists discovered that

More information

FPGA-BASED CONTROL SYSTEM OF AN ULTRASONIC PHASED ARRAY

FPGA-BASED CONTROL SYSTEM OF AN ULTRASONIC PHASED ARRAY The 10 th International Conference of the Slovenian Society for Non-Destructive Testing»Application of Contemporary Non-Destructive Testing in Engineering«September 1-3, 009, Ljubljana, Slovenia, 77-84

More information

NONDESTRUCTIVE EVALUATION OF CLOSED CRACKS USING AN ULTRASONIC TRANSIT TIMING METHOD J. Takatsubo 1, H. Tsuda 1, B. Wang 1

NONDESTRUCTIVE EVALUATION OF CLOSED CRACKS USING AN ULTRASONIC TRANSIT TIMING METHOD J. Takatsubo 1, H. Tsuda 1, B. Wang 1 NONDESTRUCTIVE EVALUATION OF CLOSED CRACKS USING AN ULTRASONIC TRANSIT TIMING METHOD J. Takatsubo 1, H. Tsuda 1, B. Wang 1 1 National Institute of Advanced Industrial Science and Technology, Tsukuba, Japan

More information

Time Reversal FEM Modelling in Thin Aluminium Plates for Defects Detection

Time Reversal FEM Modelling in Thin Aluminium Plates for Defects Detection ECNDT - Poster 39 Time Reversal FEM Modelling in Thin Aluminium Plates for Defects Detection Yago GÓMEZ-ULLATE, Instituto de Acústica CSIC, Madrid, Spain Francisco MONTERO DE ESPINOSA, Instituto de Acústica

More information

Fast identification of individuals based on iris characteristics for biometric systems

Fast identification of individuals based on iris characteristics for biometric systems Fast identification of individuals based on iris characteristics for biometric systems J.G. Rogeri, M.A. Pontes, A.S. Pereira and N. Marranghello Department of Computer Science and Statistic, IBILCE, Sao

More information

Ultrasonic Phased Array Crack Detection Update

Ultrasonic Phased Array Crack Detection Update Ultrasonic Phased Array Crack Detection Update By A. Hugger, D. Allen, I. Lachtchouk, P. Senf (GE Oil & Gas, PII Pipeline Solutions) and S. Falter (GE Inspection Technology Systems) 1 Abstract This paper

More information

Guide to OPKUD and OPBOX Ultrasonic testing units Software Revision 3.0 / 2003

Guide to OPKUD and OPBOX Ultrasonic testing units Software Revision 3.0 / 2003 R&D: Ultrasonic Technology / Fingerprint Recognition Przedsiębiorstwo Badawczo-Produkcyjne OPTEL Sp. z o.o. ul. Otwarta 10a PL 50-212 Wrocław tel.: +48 (71) 329 68 54 fax: 329 68 52 NIP 898-10-47-033 e-mail:

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

PIXE TECHNIQUE APPLIED TO ALMEIDA JÚNIOR MATERIALS

PIXE TECHNIQUE APPLIED TO ALMEIDA JÚNIOR MATERIALS PIXE TECHNIQUE APPLIED TO ALMEIDA JÚNIOR MATERIALS Paulo R. Pascholati 1,2, Márcia A. Rizzutto 1, Graziela Neves 1,2, Manfredo H. Tabacniks 1, Guilherme F. Moleiro 1, Flávia A. Dias 1, Marcel D.L. Barbosa

More information

VALIDATION OF A LOW COST SYSTEM FOR VIBRATION MONITORING

VALIDATION OF A LOW COST SYSTEM FOR VIBRATION MONITORING Page 947 VALIDATION OF A LOW COST SYSTEM FOR VIBRATION MONITORING Vinícius Abrão da Silva Marques, vinicius.abrao@hotmail.com Antonio Fernando Moura Santos, afmoura@mecanica.ufu.br Marcus Antonio Viana

More information

ME 365 EXPERIMENT 8 FREQUENCY ANALYSIS

ME 365 EXPERIMENT 8 FREQUENCY ANALYSIS ME 365 EXPERIMENT 8 FREQUENCY ANALYSIS Objectives: There are two goals in this laboratory exercise. The first is to reinforce the Fourier series analysis you have done in the lecture portion of this course.

More information

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A.

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A. DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A., 75081 Abstract - The Global SAW Tag [1] is projected to be

More information

Ihor TROTS, Andrzej NOWICKI, Marcin LEWANDOWSKI

Ihor TROTS, Andrzej NOWICKI, Marcin LEWANDOWSKI ARCHIVES OF ACOUSTICS 33, 4, 573 580 (2008) LABORATORY SETUP FOR SYNTHETIC APERTURE ULTRASOUND IMAGING Ihor TROTS, Andrzej NOWICKI, Marcin LEWANDOWSKI Institute of Fundamental Technological Research Polish

More information

Electronic Counters. Sistemi Virtuali di Acquisizione Dati Prof. Alessandro Pesatori

Electronic Counters. Sistemi Virtuali di Acquisizione Dati Prof. Alessandro Pesatori Electronic Counters 1 Electronic counters Frequency measurement Period measurement Frequency ratio measurement Time interval measurement Total measurements between two signals 2 Electronic counters Frequency

More information

Non-contact structural vibration monitoring under varying environmental conditions

Non-contact structural vibration monitoring under varying environmental conditions Non-contact structural vibration monitoring under varying environmental conditions C. Z. Dong, X. W. Ye 2, T. Liu 3 Department of Civil Engineering, Zhejiang University, Hangzhou 38, China 2 Corresponding

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 422G - Signals and Systems Laboratory Lab 5 Filter Applications Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 February 18, 2014 Objectives:

More information

Acoustic Velocity Independent Ultrasonic Flow-Meter

Acoustic Velocity Independent Ultrasonic Flow-Meter flotek.g 2017- Innovative Solutions in Flow Measurement and Control - Oil, Water and Gas August 28-30, 2017, FCRI, Palakkad, Kerala, India Acoustic Velocity Independent Ultrasonic Flow-Meter ABSTRACT Shalini

More information

TAPR TICC Timestamping Counter Operation Manual. Introduction

TAPR TICC Timestamping Counter Operation Manual. Introduction TAPR TICC Timestamping Counter Operation Manual Revised: 23 November 2016 2016 Tucson Amateur Packet Radio Corporation Introduction The TAPR TICC is a two-channel timestamping counter ("TSC") implemented

More information

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

Applicability of Ultrasonic Pulsed Doppler for Fast Flow-Metering

Applicability of Ultrasonic Pulsed Doppler for Fast Flow-Metering Applicability of Ultrasonic Pulsed Doppler for Fast Flow-Metering Stéphane Fischer (1), Claude Rebattet (2) and Damien Dufour (1), (1) UBERTONE SAS, 4 rue Boussingault Strasbourg, France, www.ubertone.com

More information

Picosecond time measurement using ultra fast analog memories.

Picosecond time measurement using ultra fast analog memories. Picosecond time measurement using ultra fast analog memories. Dominique Breton a, Eric Delagnes b, Jihane Maalmi a acnrs/in2p3/lal-orsay, bcea/dsm/irfu breton@lal.in2p3.fr Abstract The currently existing

More information

The Simulation for Ultrasonic Testing Based on Frequency-Phase Coded Excitation

The Simulation for Ultrasonic Testing Based on Frequency-Phase Coded Excitation 1 8 nd International Conference on Physical and Numerical Simulation of Materials Processing, ICPNS 16 Seattle Marriott Waterfront, Seattle, Washington, USA, October 14-17, 2016 The Simulation for Ultrasonic

More information

Multi-spectral acoustical imaging

Multi-spectral acoustical imaging Multi-spectral acoustical imaging Kentaro NAKAMURA 1 ; Xinhua GUO 2 1 Tokyo Institute of Technology, Japan 2 University of Technology, China ABSTRACT Visualization of object through acoustic waves is generally

More information

icwaves Inspector Data Sheet

icwaves Inspector Data Sheet Inspector Data Sheet icwaves Advanced pattern-based triggering device for generating time independent pulses to avoid jitter and time-related countermeasures in SCA or FI testing. Riscure icwaves 1/9 Introduction

More information

Wireless Embedded Air Multi-Parameter Measuring System

Wireless Embedded Air Multi-Parameter Measuring System Wireless Embedded Air Multi-Parameter Measuring System O. Postolache 1,, P. Silva Girão, J.M. Dias Pereira 1, 1 Instituto de Telecomunicações, Av. Rovisco Pais, 1049-001, Lisboa, Portugal Emails: poctav@alfa.ist.utl.pt,

More information

Performing Temperature Regulation and Monitoring in an Oil Aging Test System

Performing Temperature Regulation and Monitoring in an Oil Aging Test System Performing Temperature Regulation and Monitoring in an Oil Aging Test System ALEKSANDAR ZIGIC, SASA MILIC, ALEKSANDAR NIKOLIC 1 Nikola Tesla Institute of Electrical Engineering Koste Glavinica 8a, Belgrade

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 2 1 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Measuring Strain 10 This chapter describes how to measure strain using DAQ devices

More information

Jitter analysis with the R&S RTO oscilloscope

Jitter analysis with the R&S RTO oscilloscope Jitter analysis with the R&S RTO oscilloscope Jitter can significantly impair digital systems and must therefore be analyzed and characterized in detail. The R&S RTO oscilloscope in combination with the

More information

Sound velocity measurement using transfer function method

Sound velocity measurement using transfer function method INSTITUTE OF PHYSICSPUBLISHING JOURNAL OFPHYSICS: CONDENSED MATTER J. Phys.: Condens. Matter 14 (2002) 11337 11342 PII: S0953-8984(02)38296-1 Sound velocity measurement using transfer function method Baosheng

More information

The Development of Laser Ultrasonic Visualization Equipment and its Application in Nondestructive Inspection

The Development of Laser Ultrasonic Visualization Equipment and its Application in Nondestructive Inspection 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China The Development of Laser Ultrasonic Visualization Equipment and its Application in Nondestructive Inspection Bo WANG 1,

More information

Corrosion Assessment of Offshore Oil Pipeline Based on Ultrasonic. Technique

Corrosion Assessment of Offshore Oil Pipeline Based on Ultrasonic. Technique 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China Corrosion Assessment of Offshore Oil Pipeline Based on Ultrasonic Technique Qi ZHANG, Pei-wen QUE, Hua-ming LEI Institute

More information

Mathematical Modeling of Ultrasonic Phased Array for Obstacle Location for Visually Impaired

Mathematical Modeling of Ultrasonic Phased Array for Obstacle Location for Visually Impaired IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 2, Issue 6 (Jul. Aug. 2013), PP 52-56 e-issn: 2319 4200, p-issn No. : 2319 4197 Mathematical Modeling of Ultrasonic Phased Array for Obstacle

More information

REMOTE UNIT FOR MOBILE-TELEPHONY TELEMETERING FROM DISTRIBUTED ULTRASONIC TRANSDUCERS

REMOTE UNIT FOR MOBILE-TELEPHONY TELEMETERING FROM DISTRIBUTED ULTRASONIC TRANSDUCERS REMOTE UNIT FOR MOBILE-TELEPHONY TELEMETERING FROM DISTRIBUTED ULTRASONIC TRANSDUCERS PACS REFERENCE: 43.35, 43.38, 84.4 Rodríguez, Miguel A. (1) ; Sanz, Pedro T. (2) ; Zaplana, David (1) ; Ramos, Antonio

More information

1818. Evaluation of arbitrary waveform acoustic signal generation techniques in dispersive waveguides

1818. Evaluation of arbitrary waveform acoustic signal generation techniques in dispersive waveguides 1818. Evaluation of arbitrary waveform acoustic signal generation techniques in dispersive waveguides V. Augutis 1, D. Gailius 2, E. Vastakas 3, P. Kuzas 4 Kaunas University of Technology, Institute of

More information

ADC Based Measurements: a Common Basis for the Uncertainty Estimation. Ciro Spataro

ADC Based Measurements: a Common Basis for the Uncertainty Estimation. Ciro Spataro ADC Based Measurements: a Common Basis for the Uncertainty Estimation Ciro Spataro Department of Electric, Electronic and Telecommunication Engineering - University of Palermo Viale delle Scienze, 90128

More information

Ultrasonic pulse propagation in a bonded three-layered structure

Ultrasonic pulse propagation in a bonded three-layered structure Acoustics 8 Paris Ultrasonic pulse propagation in a bonded three-layered structure J.L. San Emeterio a, A. Ramos a, E. Pardo a, J. C B Leite b, J. Miguel Alvarez c and C. Perez Trigo c a Instituto de Acustica

More information

ULTRASONIC CLEANING TECHNOLOGY FOR INDUSTRY

ULTRASONIC CLEANING TECHNOLOGY FOR INDUSTRY ULTRASONIC CLEANING TECHNOLOGY FOR INDUSTRY PASCAL TIERCE SinapTec president For more than 30 years now, our team of engineers and researchers has been working on understanding and exploiting ultrasonic

More information

Rev 2.0 September 2010 Copyright Lecoeur Electronique corporation all rights reserved -

Rev 2.0 September 2010 Copyright Lecoeur Electronique corporation all rights reserved - USER MANUAL Rev 2.0 September 2010 Copyright Lecoeur Electronique corporation all rights reserved - US-Key 1 TABLE OF CONTENTS 1- INTRODUCTION. 4 2- GENERAL OVERVIEW. 5 2-1- PAREMETER SETTING 8 3- GRAPHICAL

More information

An On-Line Laboratory Course on Speech Analysis

An On-Line Laboratory Course on Speech Analysis An On-Line Laboratory Course on Speech Analysis VAGNER L. LATSCH, 1 FERNANDO G. V. RESENDE, JR., 1 SERGIO L. NETTO 2 1 DEL/EE, Federal University of Rio de Janeiro, Rio de Janeiro, RJ, Brazil 2 Program

More information

ICONE18-30 ICONE

ICONE18-30 ICONE Proceedings of the 18th International Conference on Nuclear Engineering ICONE18 May 17-21, 2010, Xi'an, China Proceedings of the 18 th International Conference on Nuclear Engineering ICONE18 May 17-21,

More information

VERSATILE USAGE OF ELECTROMAGNETIC ACOUSTIC TECHNOLOGIES FOR IN-LINE INSPECTION OF AGEING PIPELINES

VERSATILE USAGE OF ELECTROMAGNETIC ACOUSTIC TECHNOLOGIES FOR IN-LINE INSPECTION OF AGEING PIPELINES VERSATILE USAGE OF ELECTROMAGNETIC ACOUSTIC TECHNOLOGIES FOR IN-LINE INSPECTION OF AGEING PIPELINES By: Dr.V.A.Kanaykin, Dr.B.V.Patramanskiy, Dr.V.E.Loskutov, Mr.V.V.Lopatin Spetsneftegaz NPO JSC - Russia

More information

ON THE PERFORMANCE OF LINEAR AND ROTARY SERVO MOTORS IN SUB MICROMETRIC ACCURACY POSITIONING SYSTEMS

ON THE PERFORMANCE OF LINEAR AND ROTARY SERVO MOTORS IN SUB MICROMETRIC ACCURACY POSITIONING SYSTEMS ON THE PERFORMANCE OF LINEAR AND ROTARY SERVO MOTORS IN SUB MICROMETRIC ACCURACY POSITIONING SYSTEMS Gilva Altair Rossi de Jesus, gilva@demec.ufmg.br Department of Mechanical Engineering, Federal University

More information

PID FLOW CONTROL FOR ABSORPTION REFRIGERATION SYSTEMS WITH PAIR WATER LITHIUM BROMIDE

PID FLOW CONTROL FOR ABSORPTION REFRIGERATION SYSTEMS WITH PAIR WATER LITHIUM BROMIDE Copyright 2013 by ABCM PID FLOW CONTROL FOR ABSORPTION REFRIGERATION SYSTEMS WITH PAIR WATER LITHIUM BROMIDE Kleber Lima Cézar Carlos Antônio Cabral dos Santos cabral@les.ufpb.br Marcos Cézar Lima Cordeiro

More information

Encoding of inductively measured k-space trajectories in MR raw data

Encoding of inductively measured k-space trajectories in MR raw data Downloaded from orbit.dtu.dk on: Apr 10, 2018 Encoding of inductively measured k-space trajectories in MR raw data Pedersen, Jan Ole; Hanson, Christian G.; Xue, Rong; Hanson, Lars G. Publication date:

More information

Navigation of an Autonomous Underwater Vehicle in a Mobile Network

Navigation of an Autonomous Underwater Vehicle in a Mobile Network Navigation of an Autonomous Underwater Vehicle in a Mobile Network Nuno Santos, Aníbal Matos and Nuno Cruz Faculdade de Engenharia da Universidade do Porto Instituto de Sistemas e Robótica - Porto Rua

More information

Development of 4/16-Channel Data Acquisition System Using Lab VIEW

Development of 4/16-Channel Data Acquisition System Using Lab VIEW Development of 4/16-Channel Data Acquisition System Using Lab VIEW Kishori Jadhav 1, Nisha Sarwade 2 1 PG scholar, Electrical department, VJTI, Matunga, 400019 2 Associate professor, Electrical department,

More information

IPC TECHNICAL PAPER SERIES NUMBER 310

IPC TECHNICAL PAPER SERIES NUMBER 310 THE INSTITUTE OF PAPER CHEMISTRY, APPLETON, WISCONSIN IPC TECHNICAL PAPER SERIES NUMBER 310 THE DEVELOPMENT OF A DOUBLE ELEMENT, PULSE ECHO, PVDF TRANSDUCER C. C. HABEGER AND W. A. WINK DECEMBER, 1988

More information

Ultrasonic Air-Coupled Non-Destructive Testing of Aerospace Components

Ultrasonic Air-Coupled Non-Destructive Testing of Aerospace Components ECNDT 2006 - We.1.1.5 Ultrasonic Air-Coupled Non-Destructive Testing of Aerospace Components Rymantas KAZYS, Andrius DEMCENKO, Liudas MAZEIKA, Reimondas SLITERIS, Egidijus ZUKAUSKAS, Ultrasound Institute

More information

Measuring Distance Using Sound

Measuring Distance Using Sound Measuring Distance Using Sound Distance can be measured in various ways: directly, using a ruler or measuring tape, or indirectly, using radio or sound waves. The indirect method measures another variable

More information

Ultrasonics. Introduction

Ultrasonics. Introduction Ultrasonics Introduction Ultrasonics is the term used to describe those sound waves whose frequency is above the audible range of human ear upward from approximately 20kHz to several MHz. The ultrasonics

More information

A ZERO DISPLACEMENT ACTIVE ULTRASONIC FORCE SENSOR FOR MOBILE APPLICATIONS HOTCHIPS AUGUST 2016

A ZERO DISPLACEMENT ACTIVE ULTRASONIC FORCE SENSOR FOR MOBILE APPLICATIONS HOTCHIPS AUGUST 2016 A ZERO DISPLACEMENT ACTIVE ULTRASONIC FORCE SENSOR FOR MOBILE APPLICATIONS HOTCHIPS 2016 23 AUGUST 2016 Ask an RF Engineer to Build a Touch Sensor. Use scattering/absorption of a propagating wave to detect

More information

Filling in the MIMO Matrix Part 2 Time Waveform Replication Tests Using Field Data

Filling in the MIMO Matrix Part 2 Time Waveform Replication Tests Using Field Data Filling in the MIMO Matrix Part 2 Time Waveform Replication Tests Using Field Data Marcos Underwood, Russ Ayres, and Tony Keller, Spectral Dynamics, Inc., San Jose, California There is currently quite

More information

DT9838 Strain Measurement Module

DT9838 Strain Measurement Module Strain- and Bridge-Based Measurement Module Strain Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor

More information

Optimized testing of electric drives

Optimized testing of electric drives Measuring and analyzing of electrical machines testing by HBM Optimized testing of electric drives Weaknesses of the current approach Facing challenges: with the standard method? Improving the efficiency

More information

Analysis and Modeling of a Platform with Cantilever Beam using SMA Actuator Experimental Tests based on Computer Supported Education

Analysis and Modeling of a Platform with Cantilever Beam using SMA Actuator Experimental Tests based on Computer Supported Education Analysis and Modeling of a Platform with Cantilever Beam using SMA Actuator Experimental Tests based on Computer Supported Education Leandro Maciel Rodrigues 1, Thamiles Rodrigues de Melo¹, Jaidilson Jó

More information

SpinCore RadioProcessor LabVIEW Extensions

SpinCore RadioProcessor LabVIEW Extensions NMR Interface User's Manual SpinCore Technologies, Inc. http:// Congratulations and thank you for choosing a design from SpinCore Technologies, Inc. We appreciate your business! At SpinCore we try to fully

More information

Location of Leaks in Liquid Filled Pipelines under Operation

Location of Leaks in Liquid Filled Pipelines under Operation 30th European Conference on Acoustic Emission Testing & 7th International Conference on Acoustic Emission University of Granada, 1-15 September 01 www.ndt.net/ewgae-icae01/ Location of Leaks in Liquid

More information

Laser Induced Fluorescence Imaging Of Thermal Damage in Polymer Composites Using LabView and IMAQ Vision

Laser Induced Fluorescence Imaging Of Thermal Damage in Polymer Composites Using LabView and IMAQ Vision Session 3659 Laser Induced Fluorescence Imaging Of Thermal Damage in Polymer Composites Using LabView and IMAQ Vision Asad Yousuf, P.E Professor, Electronics Engineering Technology Savannah State University

More information

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY J. C. Álvarez, J. Lamas, A. J. López, A. Ramil Universidade da Coruña (SPAIN) carlos.alvarez@udc.es, jlamas@udc.es, ana.xesus.lopez@udc.es,

More information

Fixed head Doppler radars

Fixed head Doppler radars Weibel Scientific Solvang 30 3450 Allerød Denmark Fixed head Doppler radars Network ready for the future 1. Introduction The network ready SL-xxxP family of fixed head Weibel Doppler Radar Systems are

More information

SonoLab Echo-I User Manual

SonoLab Echo-I User Manual SonoLab Echo-I User Manual Overview: SonoLab Echo-I is a single board digital ultrasound pulse-echo solution. The system has a built in 50 volt high voltage generation circuit, a bipolar pulser, a transmit/receive

More information

The software developed for DC motor speed control system provides the user interface to

The software developed for DC motor speed control system provides the user interface to 5.1 Introduction The software developed for DC motor speed control system provides the user interface to enter the set point, tune controller parameters by using the Matrix type keypad and display the

More information

VI-Based Introductory Electrical Engineering Laboratory Course*

VI-Based Introductory Electrical Engineering Laboratory Course* Int. J. Engng Ed. Vol. 16, No. 3, pp. 212±217, 2000 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2000 TEMPUS Publications. VI-Based Introductory Electrical Engineering Laboratory Course* A. BRUCE

More information

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Fong Mak, Ram Sundaram, Varun Santhaseelan, and Sunil Tandle Gannon University, mak001@gannon.edu,

More information

MEASUREMENT OF SURFACE DISPLACEMENT EXCITED BY EMAT TRANSDUCER

MEASUREMENT OF SURFACE DISPLACEMENT EXCITED BY EMAT TRANSDUCER XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 29, Lisbon, Portugal MEASUREMENT OF SURFACE DISPLACEMENT EXCITED BY EMAT TRANSDUCER Petr Fidler 1, Petr Beneš 2 1 Brno University

More information

More Meaningful PSpice Simulations via LabVIEW*

More Meaningful PSpice Simulations via LabVIEW* Int. J. Engng Ed. Vol. 21, No. 1, pp. 3±10, 2005 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2005 TEMPUS Publications. More Meaningful PSpice Simulations via LabVIEW* DALE H. LITWHILER Penn State

More information