The Data Acquisition and Processing Based on MEMS. Accelerometer

Size: px
Start display at page:

Download "The Data Acquisition and Processing Based on MEMS. Accelerometer"

Transcription

1 Iteratioal Joural of Research i Egieerig ad Sciece (IJRES) ISSN (Olie): , ISSN (Prit): Volume 3 Issue 5 ǁ May 2015 ǁ PP The Data Acquisitio ad Processig Based o MEMS Accelerometer We Huag,Li Qia (College of Mechaical Egieerig, Shaghai Uiversity of Egieerig Sciece, Shaghai,Chia) ABSTRACT:A data acquisitio module is desiged based o the ADXL345 of MEMS accelerometer.the Corte-M3 commuicates with the ADXL345 via the iteral IIC bus to acquire the output data of accelerometer. Have a curve fittig because of the output sigal of MEMS accelerometer with a large oise. ADXL345, as a iput compoet, takes advatage of aalyzig the relatioship betwee the attitude of iput compoet ad gravitatioal acceleratio to elimiate the ifluece of gravity o the trajectory. As a result, acceleratio of the movemet of the iput compoet is collected,ad displacemet is got through the secodary itegral of the acceleratio,so the trajectory ca be simulated by MATLAB. Calculatig the deflectio agle of the iput compoet i the space,ad data processig i the MATLAB. Keywords-MEMS,Data Processig,IIC,Simulate,Curve fittig I. INTRODUCTION For a log time, usig the body's movemets to iteract with a computer has bee oe of the targets the huma-computer iteractio techology i pursuit of perfectio. At the preset,there are two mai kids of huma-computer iteractio techologies: actio recogitio techology i the video ad actio recogitio techology of iertial devices [1]. With the developmet of Micro-Electro-Mechaical Systems(MEMS) ad the developmet of micro processig techology, MEMS acceleratio,mems gyroscope, magetometer sesor, micro sesor iput cotrol uit, ca meet the higher requiremets of the iput termial. Usig MEMS acceleratio sesor to measure speed ad get the displacemet ca be applied to hard disk pedometer, fall protectio, rotatio agle measuremet, rotatio detectio, shakig detectio, ad click, double-click detectio as well as other itelliget detectio fuctio ad the cotrol compoet of the game [2-4]. The ADXL345 is a small, thi, ultra-low power, 3-ais accelerometer with high resolutio (13-bit) measuremet at up to ±16 g. Digital output data is formatted as 16-bit twos complemet ad is accessible through either a SPI (3- or 4-wire) or I2C digital iterface. The ADXL345 is well suited for mobile device applicatios. It ca measures the static acceleratio of gravity i tilt-sesig applicatios, as well as dyamic acceleratio resultig from motio or shock. Its high resolutio (3.9 mg/lsb) eables the measuremet of icliatio chages less tha 1.0. [4] This article desigs the ADXL345 of MEMS accelerometer as a iput cotrol compoet, ad discusses the data acquisitio, data processig ad simulatio, ad puts forward the prospect of the applicatio of ADXL345.Data processig ad simulatio is the most importat part of this article which maily icludes:curvig fittig of the output sigal, aalyzig the relatioship betwee the attitude of iput compoet ad gravitatioal acceleratio to elimiate the ifluece of gravity o the trajectory, acquirig the acceleratio of the output of X ais ad Y ais, simulatig the trajectory through the secodary itegral of the acceleratio i 25 Page

2 the MATLAB eviromet. Aalyzig the acceleratio of X ais, Y ais ad Z ais ad calculatig the deflectio agle of the iput compoet i the space. II. THE DESIGN OF THE DATA ACQUISITION SYSTEM 2.1 Hardware Desig The data acquisitio uit of the hardware circuit is composed of a microprocessor module ad a acceleratio sesor module. The STM32F103ZE chip which is based o Corte-M3 kerel is used as the microprocessor. Acceleratio measuremet module applies ADXL345 of MEMS accelerometer. The ADXL345 chip has a IIC iterface, commuicates with the IIC serial bus of microprocessor. The sesor data ca be acquired through the IIC serial bus iterface 5-6]. The hardware circuit is show i Figure-1; STM32F103ZE chip is used as the data-processig systems ad ADXL345 is used as iput compoet. The SDA ad SCL iterface lik STM32F103ZE with ADXL345 through the IIC serial bus. Figure-1:Schematic Diagram of Hardware Circuit STM32F103ZE microprocessor commuicates with persoal computer through serial port USART. STM32F103ZE read the data of ADXL345 registers DATAX, DATAY, DATAZ (register address:0x32-0x37) ad commuicate with the persoal computer through USART to save the X-ais, Y-ais, Z-ais acceleratio data. 2.2 Software Desig The whole developmet system ca be programmed i two software tool; The programmig software of STM32F103ZE chip is MDK Keil4 ad the data receivig software is Serial Debuggig Assistat. Programmig i the MDK eviromet ad geerated.hex file. Dowloadig the.hex file to the STM32F103ZE chip through J-Lik. Whe receivig the acceleratio,the eviromet could be set as baud rate, serial umber COM, 8 data bits,o parity, ad 1 stop bit. After the Assistat prit out the DATAX, DATAY, DATAZ register data of ADXL345,serial commuicatio succeeds. As show i the Figure-2, the software realizatio process. 26 Page

3 Figure-2:The Software Realizatio Process I the iitializatio process of ADXL345: Readig the ADXL345 device address, settig the ID 0E5 because the DEVID register holds a fied device ID code of 0E5 (345 octal), Not self-check, low level output termial, 13 for full resolutio to rage 16g. The data output rate of 100Hz ad lik eable, measuremet mode iterrupt eable. X, Y ais offset calibratio is 000. The Z ais offset calibratio is 0F9 accordig to the measured data. The DATA_FORMAT register (Address 031) cotrols the format of the data. It is recommeded that a multiple-byte read of all registers be performed to prevet a chage i data betwee reads of sequetial registers. Recostruct the data after acquirig the acceleratio it from the data register. DATAX0 is the low byte register of the X-ais acceleratio ad DATAX1 is the high byte register. DATAY0 is the low byte register of the Y-ais acceleratio, high byte register is DATAY1. DATAZ0 is the low byte register of the Z-ais acceleratio, high byte register is DATAZ1. ADXL345 uses biary data format ad uder the 13 bit mode, 1LSB is o behalf of 3.9mg. So the X-ais acceleratio ca be calculated as: a = XTemp= DATAX 3.9mg ; (1) I the formula, a is the measuremet acceleratio;the calculatio of a, a are similar to the process of y z calculatig the a. III. THE DATA PROCESSING The iput compoet slowly rotated aroud the X ais a circle ad the rotated aroud the Y ais i three-dimesioal space. The data output shows as Figure-3; 27 Page

4 3.1 Curve Fittig data( Figure-3:The Acquirig Origial Data The basic idea of curve fittig costructs the polyomial fuctio ad approachig the measuremet i, y i )(i=1,2,3 ). [7] Costructig a polyomial fuctio: f ( ) a a +a a (2) For measurig a set of metrical data y, obtai a epressio f( ) which reflects the relatioship with the measuremet value y, the reach the miimum value E. 2 i 2 i i i i i1 i0 (3) E mi y f ( ) = ( y a ) E equals to the smallest valve of the square of the measuremet value mius the polyomial fuctio of curve fittig. The above fuctio fittig problem ca be regarded as the etreme valve problem of multivariate fuctio, therefore, solves the Equatio: de da 0;( N 0,1,2 ) (4) It could get +1 liear equatios cosisted of equatio. m j ai yi i i0 j0 i0 (5) It is Kow that acquirig the output data of X-acceleratio, Y-acceleratio, Z-acceleratio is discrete poits. Obtaiig a aalytic fuctio y=f () accordig to the collected data. f( ) ca keep the X out, Y out, Z out get close to the curve fittig of F, Fy, Fz as far as possible. Least square method is the most commoly used method of Curve fittig ad the fittig results ca make mii the square deviatio. It is to fid the optimum F: 28 Page

5 mi F Xout i=1 2 (6) Similarly, Fy, Fz abide by the same priciple. Obtai the Curve fittig of X-ais, Y-ais, Z-ais output from the above priciple solutio.get each of them is show i Table 1. Table 1.The Polyomial of Degree of F, F, y F z F F y F z Polyomial of Degree (the valve of ) Accordig to this method, gettig the optimal curve fittig ad simulatig i the MATLAB. curve fittig is Show as Figure-5. The Figure-4:The Simulatio of the Curve Fittig 3.2 Space Agle Coversio I the three-dimesioal space,measurig the acceleratio of each ais which cotais acceleratio of compoet gravity ad motio acceleratio, therefore, it caot be directly calculated the displacemet by the measured acceleratio valve. The MEMS accelerometer measuremet value is relative to the carrier coordiates, whe the iput compoet is ot i the horizotal coordiates, it creates a acceleratio of compoet gravity i the X-ais, Y-ais, Z-ais. Three ais i the space coordiates system project o the horizotal plae ad get the horizotal value of acceleratio. I horizotal plae, remove the gravitatioal acceleratio (Z ais) to get the horizotal acceleratio of motio for calculatig displacemet.the relatioship betwee horizotal coordiate system ad space is showed as Figure Page

6 Figure-5:The Relatioship Betwee Horizotal Coordiate System ad Space Accordig to the measured MEMS values of accelerometers, calculate the attitude of iput cotrol termial. The calculated agle (Igorig the effect of acceleratio):(the agel show i Figure-5) XTemp = (7) 2 2 YTemp + ZTemp YTemp = (8) 2 2 XTemp + ZTemp ZTemp = (9) 2 2 XTemp + YTemp MEMS accelerometer coordiate trasform betwee vector coordiates ad horizotal coordiates: C b cos si si cos si 0 cos si si cos si cos cos (10) It ca calculate the acceleratio accordig to the projectio trasformatio matri i the horizotal coordiate system.so as to elimiate the ifluece of acceleratio of gravity acceleratio i horizotal coordiate, the calculatio formula is as follows: a a cos a si si a si cos (11) y z a a cos a si (12) y y z a a si a si cos a cos cos (13) z y z I the formula: a, a, y a is the accelerated speed of X-ais,Y-ais,Z-ais. z 3.3 Motio Trajectory 30 Page

7 Based o the priciple of mathematical physics, motio displacemet ca be calculated by the double itegral of accelerated speed. Regardig a output compoet as gravity acceleratio, have the accelerated speed double itegral to track ad accumulate space trajectory.calculate the displacemet by double itegratig the processig data of acceleratio. Firstly,itegratig the valve could get the move speed,the formula is: N V ( t) a ( t) dt a ( t) t (14) m m mi i1 Secodly,double itegratig the valve could get the trajectory,the formula is: N S ( t) V ( t) dt V ( t) t m m mi i1 I the formula, Vm () t is the move speed. am () t, ami () t is the acquisitio of the processed data. Sm () t is the distace of the iput compoet moved. Usig the X-acceleratio valve ad Y-acceleratio valve, double itegratig,the simulate the trajectory i MATLAB. It gives us the Figure-6.The trajectory i the picture is similar with the path of iput compoet. (15) Figure-6:The Motio Trajectory of the Iput Compoet IV. CONCLUSION The STM32F103ZE chip which is based o Corte-M3 core ca acquire the ADXL345 data of MEMS accelerometer. This article simulate the output data of ADXL345 to get the trajectory of the iput compoet i MATLAB. It also aalyzes the relatioship betwee the output data ad the acceleratio of gravity,which ca get cotrol devices attitude.the iput cotrol termial ca be used to optimize the curret iput cotrol techology i 3-D game; It ca be used i ati-huma fall detectio device, ca obtai the real-time attitude of people. V. Ackowledgemets Ackowledgemet: This project is sposored by Shaghai Uiversity of Egieerig Sciece Iovatio Fud for Graduate Studets(14KY0123). Refereces [1] Wag Chog, Shi Yuia,Lu Xiog. Huma Motio Measurig Equipmet Based o Acceleratio Sesor[J]. Microcotrollers ad Embedded Systems,2011,11(8): [2] HAN Yig-dag, LI Zheg. Data Acquisitio ad Pre-processig Based o MEMS Accelerometer[J]. Istrumet Techique ad Sesor,2015(2): [3] Li Bou, Nig Wei. The Desig of Three Ais Accelerometer Based o Three-Dimesioal Mouse[J].computer CD Software ad Applicatios, 2013(9): Page

8 [4] YUAN Xi,CHEN Dog. Three-ais digital accelerometer ADXL345 ad its applicatio i SINS desig[j]. ELECTRONIC DESIGN ENGINEERING,2010,18(3): [5] Che Qiju, Yu Youlig. Embedded system ad its applicatio[m]. Togji Uiversity Press, [6] CHEN Jiai, BU Xiag. The Desig ad Im plem etatio of MEMS Accelerom eter-based 3D Wireless Mouse[J] Wireless Iteret Techology,2011(8):23-25 [7] Su Hui-qig, Guo Zhi-you.Techology of Error Compesatio o Sesors[J].CHINESE JOURNAL OF SENSORS AND ACTUATORS,2004,17(1): Page

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

Design and Construction of a Three-phase Digital Energy Meter

Design and Construction of a Three-phase Digital Energy Meter Desig ad Costructio of a Three-phase Digital Eergy Meter D.P.Chadima, V.G.R.G. Jayawardae, E.A.E.H. Hemachadra, I.N.Jayasekera, H.V.L.Hasaraga, D.C. Hapuarachchi (chadima@elect.mrt.ac.lk, geethagaj@gmail.com,era.hem@gmail.com,ishaivaka@gmail.com,lahiru_hasaraga@yahoo.com,diya_elect.uom@gmail.com)

More information

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1 Advaces i Egieerig Research, volume 8 d Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 7) Radar emitter recogitio method based o AdaBoost ad decisio tree Tag Xiaojig,

More information

Experimental Noise Analysis of Reed Switch Sensor Signal under Environmental Vibration

Experimental Noise Analysis of Reed Switch Sensor Signal under Environmental Vibration Computer Techology ad Applicatio 7 (16) 96-1 doi: 1.1765/1934-733/16..4 D DAVID PUBLISHING Experimetal Noise Aalysis of Reed Switch Sesor Sigal uder Evirometal Vibratio Odgerel Ayurzaa 1 ad Hiesik Kim

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

TMCM BLDC MODULE. Reference and Programming Manual

TMCM BLDC MODULE. Reference and Programming Manual TMCM BLDC MODULE Referece ad Programmig Maual (modules: TMCM-160, TMCM-163) Versio 1.09 August 10 th, 2007 Triamic Motio Cotrol GmbH & Co. KG Sterstraße 67 D 20357 Hamburg, Germay http:www.triamic.com

More information

Simulation and Analysis on Signal Acquisition of BDS Receiver with The Aid of INS

Simulation and Analysis on Signal Acquisition of BDS Receiver with The Aid of INS Modelig Simulatio ad Optimizatio Techologies ad Applicatios (MSOTA 2016 Simulatio ad Aalysis o Sigal Acquisitio of DS Receiver with The Aid of INS Shulei Che Xiaqig Tag Xuwei Cheg Juqiag Gao ad Zepeg Su

More information

High-Order CCII-Based Mixed-Mode Universal Filter

High-Order CCII-Based Mixed-Mode Universal Filter High-Order CCII-Based Mixed-Mode Uiversal Filter Che-Nog Lee Departmet of Computer ad Commuicatio Egieerig, Taipei Chegshih Uiversity of Sciece ad Techology, Taipei, Taiwa, R. O. C. Abstract This paper

More information

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 5 Special Issue o Applicatio of Advaced Computig ad Simulatio i Iformatio Systems Sofia 06 Prit ISSN: 3-970; Olie ISSN:

More information

By: Pinank Shah. Date : 03/22/2006

By: Pinank Shah. Date : 03/22/2006 By: Piak Shah Date : 03/22/2006 What is Strai? What is Strai Gauge? Operatio of Strai Gauge Grid Patters Strai Gauge Istallatio Wheatstoe bridge Istrumetatio Amplifier Embedded system ad Strai Gauge Strai

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

PROJECT #2 GENERIC ROBOT SIMULATOR

PROJECT #2 GENERIC ROBOT SIMULATOR Uiversity of Missouri-Columbia Departmet of Electrical ad Computer Egieerig ECE 7330 Itroductio to Mechatroics ad Robotic Visio Fall, 2010 PROJECT #2 GENERIC ROBOT SIMULATOR Luis Alberto Rivera Estrada

More information

Mobrey MSP 2 wire 24V loop powered ultrasonic level transmitters

Mobrey MSP 2 wire 24V loop powered ultrasonic level transmitters Mobrey MSP 2 wire 24V loop powered ultrasoic level trasmitters Reliable ad Cost-Effective Level Measuremet MSP Advaced ultrasoics This ew family of ultrasoic o-cotactig liquid level trasmitters is the

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L.

Sensors & Transducers 2015 by IFSA Publishing, S. L. Sesors & Trasducers 215 by IFSA Publishig, S. L. http://www.sesorsportal.com Uiversal Sesors ad Trasducers Iterface for Mobile Devices: Metrological Characteristics * Sergey Y. YURISH ad Javier CAÑETE

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

Measurement of Equivalent Input Distortion AN 20

Measurement of Equivalent Input Distortion AN 20 Measuremet of Equivalet Iput Distortio AN 2 Applicatio Note to the R&D SYSTEM Traditioal measuremets of harmoic distortio performed o loudspeakers reveal ot oly the symptoms of the oliearities but also

More information

Inertial Technology For North Finding Steve Clarke, Applications Engineer.

Inertial Technology For North Finding Steve Clarke, Applications Engineer. Iertial Techology For North Fidig Steve Clarke, Applicatios Egieer. December 2013 To be the leadig provider of affordable, high performace, high itegrity MEMS iertial products ad foudry services 2 Cotets

More information

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing 206 3 rd Iteratioal Coferece o Mechaical, Idustrial, ad Maufacturig Egieerig (MIME 206) ISBN: 978--60595-33-7 Applicatio of Improved Geetic Algorithm to Two-side Assembly Lie Balacig Ximi Zhag, Qia Wag,

More information

Using Simple Harmonic Motion to Estimate Walking Distance for Waist-mounted PDR

Using Simple Harmonic Motion to Estimate Walking Distance for Waist-mounted PDR Usig Simple Harmoic Motio to Estimate Walkig Distace for Waist-mouted PDR Ku-Cha La Departmet of CSIE Natioal Cheg Kug Uiversity Taia, Taiwa (R.O.C.) kla@csie.cku.edu.tw We-Yuah Shih Departmet of CSIE

More information

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture Aalog Fuctioal Testig i Mixed-Sigal s Jie Qi Dept. of Electrical & Computer Egieerig Aubur Uiversity Co-Advisors: Charles Stroud ad Foster Dai Outlie Motivatio ad Backgroud Built-I Self-Test Architecture

More information

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS Molecular ad Quatum Acoustics vol. 7, (6) 95 DGTALL TUNED SNUSODAL OSCLLATOR USNG MULTPLE- OUTPUT CURRENT OPERATONAL AMPLFER FOR APPLCATONS N HGH STABLE ACOUSTCAL GENERATORS Lesław TOPÓR-KAMŃSK Faculty

More information

WSN Node Localization Regularization Algorithm Based on Quasi Optimal Criterion Parameter Selection

WSN Node Localization Regularization Algorithm Based on Quasi Optimal Criterion Parameter Selection Sesors & rasducers Vol. 23 Special Issue July 203 pp. 94-98 Sesors & rasducers 203 by IFSA http://www.sesorsportal.com WSN Node Localizatio Regularizatio Algorithm Based o Quasi Optimal Criterio Parameter

More information

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains 7 Figerprit Classificatio Based o Directioal Image Costructed Usig Wavelet Trasform Domais Musa Mohd Mokji, Syed Abd. Rahma Syed Abu Bakar, Zuwairie Ibrahim 3 Departmet of Microelectroic ad Computer Egieerig

More information

Measurements of weld geometry using image processing technology

Measurements of weld geometry using image processing technology Measuremets of weld geometry usig image processig techology Chia-Lug Chag a, Ye-Hug Che b a Departmet of Mechaical Egieerig, Natioal Yuli Uiversity of Sciece ad Techology, Douliu, Yuli, Taiwa, ROC b Departmet

More information

HB860H 2-phase Hybrid Servo Drive

HB860H 2-phase Hybrid Servo Drive HB860H 2-phase Hybrid Servo Drive 20-70VAC or 30-100VDC, 8.2A Peak No Tuig, Nulls loss of Sychroizatio Closed-loop, elimiates loss of sychroizatio Broader operatig rage higher torque ad higher speed Reduced

More information

Sampling. Introduction to Digital Data Acquisition: Physical world is analog CSE/EE Digital systems need to

Sampling. Introduction to Digital Data Acquisition: Physical world is analog CSE/EE Digital systems need to Itroductio to Digital Data Acuisitio: Samplig Physical world is aalog Digital systems eed to Measure aalog uatities Switch iputs, speech waveforms, etc Cotrol aalog systems Computer moitors, automotive

More information

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION XIX IMEKO World Cogress Fudametal ad Applied Metrology September 6, 9, Lisbo, Portugal INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION Dalibor

More information

IEEE Protocol Implementation And Measurement Of Current Consumption by Rajan Rai

IEEE Protocol Implementation And Measurement Of Current Consumption by Rajan Rai Electrical ad Computer Egieerig Departmet IEEE 82.15.4 Protocol Implemetatio Ad Measuremet Of Curret Cosumptio by Raja Rai Advisor : Dr. James M. Corad Committee : Dr. Iva L. Howitt Dr. Yogedra P. Kakad

More information

Electronic motor protection relay

Electronic motor protection relay Electroic motor protectio relay Type CET 5 - overview CET 5 - A motor protectio system The CET 5 provides umatched capabilities for the protectio, moitorig ad cotrol of idustrial motors. Suitable for all

More information

GFM. Typical Aluminum GFM Mass Flow Meter NIST MASS FLOW METERS. Principles of Operation. Design Features. n n n n n n n n n n

GFM. Typical Aluminum GFM Mass Flow Meter NIST MASS FLOW METERS. Principles of Operation. Design Features. n n n n n n n n n n Desig Features Priciples of Operatio Rigid metallic costructio. Maximum pressure of 1000 psig (70 bars). Leak itegrity 1 x 10-9 of helium. NIST traceable certificatio. Built-i tiltable LCD readout. 0-5

More information

Electromechanical Oscillations Influence to Iductance of Arc Furnace Second Circuit

Electromechanical Oscillations Influence to Iductance of Arc Furnace Second Circuit Iteratioal Scietific Collouium Modellig for Electromagetic Processig Haover, March 4-6, 3 Electromechaical Oscillatios Ifluece to Iductace of Arc Furace Secod Circuit V.S. Cheredicheko, A.I. Aliferov,

More information

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7 Available olie www.jsaer.com, 2018, 5(7):1-7 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

More information

A New 3-Bit Integrating Time to Digital Converter Using Time to Voltage Conversion Technique

A New 3-Bit Integrating Time to Digital Converter Using Time to Voltage Conversion Technique Bulleti of Eviromet, Pharmacology ad Life Scieces Bull. Ev. Pharmacol. Life Sci., ol 3 [11] October 2014:115-122 2014 Academy for Eviromet ad Life Scieces, dia Olie SSN 2277-1808 Joural s URL:http://www.bepls.com

More information

Previous R&D of vibrating wire alignment technique for HEPS

Previous R&D of vibrating wire alignment technique for HEPS Previous R&D of vibratig wire aligmet techique for HEPS WU Lei( 吴蕾 ) 1, WANG Xiao-log( 王小龙 ) 1,3 LI Chu-hua( 李春华 ) 1 QU Hua-mi( 屈化民 ) 1,3 1 Istitute of High Eergy Physics, Chiese Academy of Scieces, Beijig

More information

Chapter 1 The Design of Passive Intermodulation Test System Applied in LTE 2600

Chapter 1 The Design of Passive Intermodulation Test System Applied in LTE 2600 Chapter The Desig of Passive Itermodulatio Test System Applied i LTE 600 Gogli, Wag Cheghua, You Wejue 3, Wa Yuqiag 4 Abstract. For the purpose of measurig the passive itermodulatio (PIM) products caused

More information

Objectives. Some Basic Terms. Analog and Digital Signals. Analog-to-digital conversion. Parameters of ADC process: Related terms

Objectives. Some Basic Terms. Analog and Digital Signals. Analog-to-digital conversion. Parameters of ADC process: Related terms Objectives. A brief review of some basic, related terms 2. Aalog to digital coversio 3. Amplitude resolutio 4. Temporal resolutio 5. Measuremet error Some Basic Terms Error differece betwee a computed

More information

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ.

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ. ELECTRONICS 00 September, Sozopol, BLGARIA MEASREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQENCY RANGE 0,0-0KHZ. Plame Agelov Agelov Faculty for Computer Sciece, Egieerig ad Natural Studies,

More information

A GHz Constant KVCO Low Phase Noise LC-VCO and an Optimized Automatic Frequency Calibrator Applied in PLL Frequency Synthesizer

A GHz Constant KVCO Low Phase Noise LC-VCO and an Optimized Automatic Frequency Calibrator Applied in PLL Frequency Synthesizer A 4.6-5.6 GHz Costat KVCO Low Phase Noise LC-VCO ad a Optimized Automatic Frequecy Calibrator Applied i PLL Frequecy Sythesizer Hogguag Zhag, Pa Xue, Zhiliag Hog State Key Laboratory of ASIC & System Fuda

More information

Open Access Researching Coal and Rock Character Recognition Based on Wavelet Packet Frequency Band Energy

Open Access Researching Coal and Rock Character Recognition Based on Wavelet Packet Frequency Band Energy Sed Orders for Reprits to reprits@bethamsciece.ae The Ope Automatio ad Cotrol Systems Joural, 04, 6, 793-797 793 Ope Access Researchig Coal ad Roc Character Recogitio Based o Wavelet Pacet Frequecy Bad

More information

An Ultrasensitive Flexible and Bending Sensor for Detecting Angle and Micro-force Yang Chen1,a, Shaofei Guo1,b,Yan Xiong1,c and Lina Hao1,d*

An Ultrasensitive Flexible and Bending Sensor for Detecting Angle and Micro-force Yang Chen1,a, Shaofei Guo1,b,Yan Xiong1,c and Lina Hao1,d* 4th Iteratioal Coferece o Sesors, Measuremet ad Itelliget Materials (ICSMIM 205) A Ultrasesitive Flexible ad Bedig Sesor for Detectig Agle ad Micro-force Yag Che,a, Shaofei Guo,b,Ya Xiog,c ad Lia Hao,d*

More information

Research Article Development of an Optical Fiber Sensor Interrogation System for Vibration Analysis

Research Article Development of an Optical Fiber Sensor Interrogation System for Vibration Analysis Sesors Volume 216, Article ID 524581, 8 pages http://dx.doi.org/1.1155/216/524581 Research Article Developmet of a Optical Fiber Sesor Iterrogatio System for Vibratio Aalysis Alfredo Lamberti, 1 Be De

More information

GROUND TESTERS GROUND RESISTANCE TEST TEST EQUIPMENT DET3 CONTRACTOR SERIES WHAT S IN THE DET3T NAME? DIGITAL EARTH TESTER 3 TERMINAL

GROUND TESTERS GROUND RESISTANCE TEST TEST EQUIPMENT DET3 CONTRACTOR SERIES WHAT S IN THE DET3T NAME? DIGITAL EARTH TESTER 3 TERMINAL TEST EQUIPMENT GROUND RESISTANCE GROUND TESTERS Megger is the expert i groud resistace testig. From time savig clamp-o groud testers to specialty models for high sesitivity testig, we have the groud resistace

More information

The Firing Dispersion of Bullet Test Sample Analysis

The Firing Dispersion of Bullet Test Sample Analysis Iteratioal Joural of Materials, Mechaics ad Maufacturig, Vol., No., Ma 5 The Firig Dispersio of Bullet Test Sample Aalsis Youliag Xu, Jubi Zhag, Li Ma, ad Yoghai Sha Udisputed, this approach does reduce

More information

PRACTICAL ANALOG DESIGN TECHNIQUES

PRACTICAL ANALOG DESIGN TECHNIQUES PRACTICAL ANALOG DESIGN TECHNIQUES SINGLE-SUPPLY AMPLIFIERS HIGH SPEED OP AMPS HIGH RESOLUTION SIGNAL CONDITIONING ADCs HIGH SPEED SAMPLING ADCs UNDERSAMPLING APPLICATIONS MULTICHANNEL APPLICATIONS OVERVOLTAGE

More information

SEVEN-LEVEL THREE PHASE CASCADED H-BRIDGE INVERTER WITH A SINGLE DC SOURCE

SEVEN-LEVEL THREE PHASE CASCADED H-BRIDGE INVERTER WITH A SINGLE DC SOURCE SEVEN-LEVEL THREE PHASE CASCADED H-BRIDGE INVERTER WITH A SINGLE DC SOURCE T. Porselvi 1 ad Ragaath Muthu 1 Sri Sairam Egieerig College, Cheai, Idia SSN College of Egieerig, Cheai, Idia E-Mail: tporselvi@yahoo.com

More information

Modeling and Development of INS-Aided PLLs in a GNSS/INS Deeply-Coupled Hardware Prototype for Dynamic Applications

Modeling and Development of INS-Aided PLLs in a GNSS/INS Deeply-Coupled Hardware Prototype for Dynamic Applications Sesors 215, 15, 733-759; doi:1.339/s151733 Article OPEN ACCESS sesors ISSN 1424-822 www.mdpi.com/joural/sesors Modelig ad Developmet of INS-Aided PLLs i a GNSS/INS Deeply-Coupled Hardware Prototype for

More information

Indicator No mark Single preset Dual preset DIN W144 H72mm DIN W48 H96mm No mark DIN W72 H72mm (4 digit) (6 digit) Counter/Timer

Indicator No mark Single preset Dual preset DIN W144 H72mm DIN W48 H96mm No mark DIN W72 H72mm (4 digit) (6 digit) Counter/Timer FX/FX/FX Series DIN W7 7, W8 96, W 7mm er/timer Features 6 iput modes ad output modes ig speed: cps/cps/kcps/kcps Selectable voltage iput (PNP) or No voltage iput (NPN) dditio of Up/Dow iput mode Wide

More information

A Novel Three Value Logic for Computing Purposes

A Novel Three Value Logic for Computing Purposes Iteratioal Joural o Iormatio ad Electroics Egieerig, Vol. 3, No. 4, July 23 A Novel Three Value Logic or Computig Purposes Ali Soltai ad Saeed Mohammadi Abstract The aim o this article is to suggest a

More information

The Application of Coordinate Similarity Transformation Model for Stability Analysis in High-precision GPS Deformation Monitoring Network

The Application of Coordinate Similarity Transformation Model for Stability Analysis in High-precision GPS Deformation Monitoring Network The Applicatio of Coordiate Similarity Trasformatio Model for Stability Aalysis i High-precisio GS Deformatio Moitorig Network Jimig Guo, Migdua Zhou, Chao Wag, Liahui Mei School of Geodesy ad Geomatics,

More information

KMXP SERIES Anisotropic Magneto-Resistive (AMR) Linear Position Sensors

KMXP SERIES Anisotropic Magneto-Resistive (AMR) Linear Position Sensors SERIES Aisotropic Mageto-Resistive (AMR) Liear Positio Sesors Positio sesors play a icreasigly importat role i may idustrial, robotic ad medical applicatios. Advaced applicatios i harsh eviromets eed sesors

More information

GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE.

GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE. Acoustics Wavelegth ad speed of soud Speed of Soud i Air GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE. Geerate stadig waves i Kudt s tube with both eds closed off. Measure the fudametal frequecy

More information

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM AC 007-7: USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM Josue Njock-Libii, Idiaa Uiversity-Purdue Uiversity-Fort Waye Josué Njock Libii is Associate Professor

More information

RISH Clamp POWER 1000A / 400A AC-DC. Application. Product Features. Unique Design. Non Contact Voltage Detection. Three Phase Power Measurement

RISH Clamp POWER 1000A / 400A AC-DC. Application. Product Features. Unique Design. Non Contact Voltage Detection. Three Phase Power Measurement RISH Clamp POWER 1000A / 400A AC-DC Applicatio RISH Clamp POWER 1000A/400A measures, calculate ad displays importat electrical parameters of sigle phase or three phase power system. It also features Resistace,

More information

Methods to Reduce Arc-Flash Hazards

Methods to Reduce Arc-Flash Hazards Methods to Reduce Arc-Flash Hazards Exercise: Implemetig Istataeous Settigs for a Maiteace Mode Scheme Below is a oe-lie diagram of a substatio with a mai ad two feeders. Because there is virtually o differece

More information

RISH CON - Hz FREQUENCY TRANSDUCER

RISH CON - Hz FREQUENCY TRANSDUCER RISH CON - Hz FREQUENC TRANSDUCER Data Sheet Trasducer for measurig Frequecy Hz www.rishabh.co.i Page of 5 Versio: D 04 / 0 / Applicatio : The Rish CON - Hz trasducer is used for frequecy measuremet. The

More information

Importance Analysis of Urban Rail Transit Network Station Based on Passenger

Importance Analysis of Urban Rail Transit Network Station Based on Passenger Joural of Itelliget Learig Systems ad Applicatios, 201, 5, 22-26 Published Olie November 201 (http://www.scirp.org/joural/jilsa) http://dx.doi.org/10.426/jilsa.201.54027 Importace Aalysis of Urba Rail

More information

Nonlinear System Identification Based on Reduced Complexity Volterra Models Guodong Jin1,a* and Libin Lu1,b

Nonlinear System Identification Based on Reduced Complexity Volterra Models Guodong Jin1,a* and Libin Lu1,b 6th Iteratioal Coferece o Electroics, Mechaics, Culture ad Medicie (EMCM 205) Noliear System Idetificatio Based o Reduced Complexity Volterra Models Guodog Ji,a* ad Libi Lu,b Xi a research istitute of

More information

THE OCCURRENCE OF TRANSIENT FIELDS AND ESD IN TYPICAL SELECTED AREAS

THE OCCURRENCE OF TRANSIENT FIELDS AND ESD IN TYPICAL SELECTED AREAS THE OCCURRENCE OF TRANSIENT FIELDS AND ESD IN TYPICAL SELECTED AREAS Stepha FREI Techical Uiversity Berli, Istitute of Electrical Power Egieerig Eisteiufer, 587 Berli, Germay e-mail: frei@ihs.ee.tu-berli.de

More information

Calibrating Car-following Model with Trajectory Data by Cell Phone

Calibrating Car-following Model with Trajectory Data by Cell Phone Calibratig Car-followig Model with Trajectory Data by Cell Phoe Jiag Zeyu 1 jiagzy15@mails.tsighua.edu.c Wag Yog 3 13006373891@qq.com Wag Gagqiao 1 wag-gq15@mails.tsighua.edu.c Zhag Xiagpeg 3 364386058@qq.com

More information

A New Design of Log-Periodic Dipole Array (LPDA) Antenna

A New Design of Log-Periodic Dipole Array (LPDA) Antenna Joural of Commuicatio Egieerig, Vol., No., Ja.-Jue 0 67 A New Desig of Log-Periodic Dipole Array (LPDA) Atea Javad Ghalibafa, Seyed Mohammad Hashemi, ad Seyed Hassa Sedighy Departmet of Electrical Egieerig,

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis Laboratory Exercise 3: Dyamic System Respose Laboratory Hadout AME 50: Fudametals of Measuremets ad Data Aalysis Prepared by: Matthew Beigto Date exercises to be performed: Deliverables: Part I 1) Usig

More information

Density Slicing Reference Manual

Density Slicing Reference Manual Desity Slicig Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

A Novel Small Signal Power Line Quality Measurement System

A Novel Small Signal Power Line Quality Measurement System IMTC 3 - Istrumetatio ad Measuremet Techology Coferece Vail, CO, USA, - May 3 A ovel Small Sigal Power Lie Quality Measuremet System Paul B. Crilly, Erik Leadro Boaldi, Levy Ely de Lacarda de Oliveira,

More information

Design Considerations for Direct RF Sampling Receiver in GNSS Environment

Design Considerations for Direct RF Sampling Receiver in GNSS Environment Desig Cosideratios for Direct RF Samplig Receiver i GNSS Eviromet Ville Syrjälä, Mikko Valkama ad Markku Refors Tampere Uiversity of Techology Istitute of Commuicatios Egieerig Korkeakoulukatu 1, Tampere,

More information

ARM Based Fruit Grading and Management System Using Image Processing

ARM Based Fruit Grading and Management System Using Image Processing ARM Based Fruit Gradig ad Maagemet System Usig Image Processig Maoj B. Avhad 1, Satish M. Turkae 2 1 P.D.V.V.P s College of Egieerig, Ahmedagar, Maharastra, Idia 2 P.R.E.C. Loi, Ahmedagar, Maharatsra,

More information

Problem of calculating time delay between pulse arrivals

Problem of calculating time delay between pulse arrivals America Joural of Egieerig Research (AJER) 5 America Joural of Egieerig Research (AJER) e-issn: 3-847 p-issn : 3-936 Volume-4, Issue-4, pp-3-4 www.ajer.org Research Paper Problem of calculatig time delay

More information

4. INTERSYMBOL INTERFERENCE

4. INTERSYMBOL INTERFERENCE DATA COMMUNICATIONS 59 4. INTERSYMBOL INTERFERENCE 4.1 OBJECT The effects of restricted badwidth i basebad data trasmissio will be studied. Measuremets relative to itersymbol iterferece, usig the eye patter

More information

Analysis of SDR GNSS Using MATLAB

Analysis of SDR GNSS Using MATLAB Iteratioal Joural of Computer Techology ad Electroics Egieerig (IJCTEE) Volume 5, Issue 3, Jue 2015 Aalysis of SDR GNSS Usig MATLAB Abstract This paper explais a software defied radio global avigatio satellite

More information

Study on Target Detection & Recognition Using Laser 3D Vision Systems for Automatic Ship Loader

Study on Target Detection & Recognition Using Laser 3D Vision Systems for Automatic Ship Loader Sesors & Trasducers 0 b IFSA http://www.sesorsportal.com Stud o Target Detectio & Recogitio Usig Laser D Visio Sstems for Automatic Ship Loader, Chao MI, Youfag HUANG, Haiwei LIU, 4 Yag SHEN, Weijia MI

More information

doi: info:doi/ /ifeec

doi: info:doi/ /ifeec doi: ifo:doi/1.119/ifeec.17.799153 Trasformer Desig Difficulties of Curret Resoat Coverter for High Power Desity ad Wide Iput ltage Rage Toshiyuki Zaitsu Embedded System Research Ceter Omro Corporatio

More information

Accelerometer Based Joint Step Detection and Adaptive Step Length Estimation Algorithm Using Handheld Devices

Accelerometer Based Joint Step Detection and Adaptive Step Length Estimation Algorithm Using Handheld Devices Joural of Commuicatios Vol. 0, No. 7, July 205 Accelerometer Based Joit Step Detectio ad Adaptive Step Legth Estimatio Algorithm Usig Hadheld Devices Yu Liu, Yapig Che, Lili Shi2*, Zegsha Tia2, Mu Zhou2,

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Applicatio Note AN2506 Digital Gamma Neutro discrimiatio with Liquid Scitillators Viareggio 19 November 2012 Itroductio I recet years CAEN has developed a complete family of digitizers that cosists of

More information

AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE

AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE 9 IJRIC. All rights reserved. IJRIC www.ijric.org E-ISSN: 76-3336 AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE K.RAMANI AND DR.A. KRISHNAN SMIEEE Seior Lecturer i the Departmet of EEE

More information

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method Proceedigs of the th WSEAS Iteratioal Coferece o APPLIED ad THEORETICAL MECHANICS (MECHANICS '8) The Detectio of Abrupt Chages i Fatigue Data by Usig Cumulative Sum (CUSUM) Method Z. M. NOPIAH, M.N.BAHARIN,

More information

A Dual-Band Through-the-Wall Imaging Radar Receiver Using a Reconfigurable High-Pass Filter

A Dual-Band Through-the-Wall Imaging Radar Receiver Using a Reconfigurable High-Pass Filter JOURNAL OF ELECTROMAGNETIC ENGINEERING AND SCIENCE, VOL. 16, NO. 3, 164~168, JUL. 2016 http://dx.doi.org/10.5515/jkiees.2016.16.3.164 ISSN 2234-8395 (Olie) ISSN 2234-8409 (Prit) A Dual-Bad Through-the-Wall

More information

Elective in Robotics Geomagic Touch

Elective in Robotics Geomagic Touch Elective i Robotics Geomagic Touch Prof. Alessadro De Luca Elective i Robotics Haptic ad Locomotio Iterfaces 1 Geomagic Touch haptic device two pe buttos 3D 2 for devices available at DIAG Robotics Lab

More information

Reduction of Harmonic in a Multilevel Inverter Using Optimized Selective Harmonic Elimination Approach

Reduction of Harmonic in a Multilevel Inverter Using Optimized Selective Harmonic Elimination Approach ISSN (Olie) : 2319-8753 ISSN (Prit) : 2347-6710 Iteratioal Joural of Iovative Research i Sciece, Egieerig ad Techology Volume 3, Special Issue 3, March 2014 2014 Iteratioal Coferece o Iovatios i Egieerig

More information

DET4 Series. 4-Terminal Earth/Ground Resistance and Soil Resistivity Testers. DET4 Series. Earth/Ground Resistance & Soil Resistivity Testers

DET4 Series. 4-Terminal Earth/Ground Resistance and Soil Resistivity Testers. DET4 Series. Earth/Ground Resistance & Soil Resistivity Testers Earth/Groud Resistace & Soil Resistivity Testers DET4 Series 4-Termial Earth/Groud Resistace ad Soil Resistivity Testers 2, 3 ad 4 poit testig Stakeless (clamp-o) testig capability ART (Attached Rod Techique)

More information

PowerLab. Electrical Power and Machines. Electrical Power & Machines. PowerLab. Features. Curriculum Coverage

PowerLab. Electrical Power and Machines. Electrical Power & Machines. PowerLab. Features. Curriculum Coverage Electrical Power & Machies PowerLab PowerLab Electrical Power ad Machies Virtual Istrumetatio. Real time ad automatic plottig of data. Torque proportioal to speed cotrol. Ability to ru motor/ geerator

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

Illumination Compensation for 2-D Barcode Recognition Basing Morphologic

Illumination Compensation for 2-D Barcode Recognition Basing Morphologic Research Joural of Applied Scieces, Egieerig ad Techology 5(12): 3273-3280, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scietific Orgaizatio, 2013 Submitted: March, 09, 2012 Accepted: August 15, 2012

More information

Measurement of Force Vector Field of Robotic Finger using Vision-based Haptic Sensor

Measurement of Force Vector Field of Robotic Finger using Vision-based Haptic Sensor 2008 IEEE/RSJ Iteratioal Coerece o Itelliget Robots ad Sstems Acropolis Covetio Ceter Nice, Frace, Sept, 22-26, 2008 Measuremet o Force Vector Field o Robotic Figer usig Visio-based Haptic Sesor Katsuari

More information

A Study on Analysis of Correlation Characteristics of EEG Channels by Five Senses stimulation

A Study on Analysis of Correlation Characteristics of EEG Channels by Five Senses stimulation A Study o Aalysis of Correlatio Characteristics of EEG Chaels by Five Seses Dog-Gyu Kim 1, Byug-Hu Oh 1, Hyeog-Joo Kwo 1, Kwag-Woo Chug 2, Kwag-Seok Hog 1 1 Huma Computer Iteractio Laboratory, School of

More information

Delta- Sigma Modulator based Discrete Data Multiplier with Digital Output

Delta- Sigma Modulator based Discrete Data Multiplier with Digital Output K.Diwakar et al. / Iteratioal Joural of Egieerig ad echology (IJE Delta- Sigma Mulator based Discrete Data Multiplier with Digital Output K.Diwakar #,.ioth Kumar *2, B.Aitha #3, K.Kalaiarasa #4 # Departmet

More information

CFAR DETECTION IN MIMO RADARS USING FUZZY FUSION RULES IN HOMOGENEOUS BACKGROUND

CFAR DETECTION IN MIMO RADARS USING FUZZY FUSION RULES IN HOMOGENEOUS BACKGROUND CFAR DETECTION IN MIMO RADARS USING FUZZY FUSION RULES IN HOMOGENEOUS BACKGROUND Faycal Khaldi 1 ad Faouzi Soltai 2 1,2 Départemet d électroique, Uiversité des Frères Metouri Costatie Costatie 25, Algeria

More information

Multisensor transducer based on a parallel fiber optic digital-to-analog converter

Multisensor transducer based on a parallel fiber optic digital-to-analog converter V Iteratioal Forum for Youg cietists "pace Egieerig" Multisesor trasducer based o a parallel fiber optic digital-to-aalog coverter Vladimir Grechishikov 1, Olga Teryaeva 1,*, ad Vyacheslav Aiev 1 1 amara

More information

Application of Self-Organizing Map for analyzing robotic arm s action with Consciousness-Based Architecture module

Application of Self-Organizing Map for analyzing robotic arm s action with Consciousness-Based Architecture module Joural of Robotics, Networkig ad Artificial Life, Vol. 1, No. 2 (September 2014), 135-139 Applicatio of Self-Orgaizig Map for aalyzig robotic arm s actio with Cosciousess-Based Architecture module Wisau

More information

Research Article Dominant Mode Wave Impedance of Regular Polygonal Waveguides

Research Article Dominant Mode Wave Impedance of Regular Polygonal Waveguides Microwave Sciece ad Techology, Article ID 485794, 4 pages http://dx.doi.org/10.1155/2014/485794 Research Article Domiat Mode Wave Impedace of Regular Polygoal Waveguides Vyacheslav V. Komarov Istitute

More information

E X P E R I M E N T 13

E X P E R I M E N T 13 E X P E R I M E N T 13 Stadig Waves o a Strig Produced by the Physics Staff at Colli College Copyright Colli College Physics Departmet. All Rights Reserved. Uiversity Physics, Exp 13: Stadig Waves o a

More information

HVIC Technologies for IPM

HVIC Technologies for IPM HVIC Techologies for IPM JONISHI, Akihiro AKAHANE, Masashi YAMAJI, Masaharu ABSTRACT A high voltage itegrated (HVIC), which is a gate driver IC with a high breakdow voltage, is oe of the key devices required

More information

Model Display digit Size Output Power supply 24VAC 50/60Hz, 24-48VDC 9999 (4-digit) 1-stage setting

Model Display digit Size Output Power supply 24VAC 50/60Hz, 24-48VDC 9999 (4-digit) 1-stage setting FXY Series DIN W7 6mm Of er/timer With Idicatio Oly Features ig speed: cps/cps/kcps/kcps Selectable voltage iput (PNP) method or o-voltage iput (NPN) method Iput mode: Up, Dow, Dow Dot for Decimal Poit

More information

The Fast Haar Wavelet Transform for Signal & Image Processing

The Fast Haar Wavelet Transform for Signal & Image Processing Vol. 7, No., The Fast Haar Wavelet Trasform for Sigal & Image Processig V.Ashok T.Balakumara C.Gowrishakar epartmet of BE, epartmet of ECE epartmet of EEE Velalar College of Egg.&Tech. Velalar College

More information

Lossless image compression Using Hashing (using collision resolution) Amritpal Singh 1 and Rachna rajpoot 2

Lossless image compression Using Hashing (using collision resolution) Amritpal Singh 1 and Rachna rajpoot 2 Lossless image compressio Usig Hashig (usig collisio resolutio) Amritpal Sigh 1 ad Racha rajpoot 2 1 M.Tech.* CSE Departmet, 2 Departmet of iformatio techology Guru Kashi UiversityTalwadi Sabo, Bathida

More information

The Application of Wavelet Transform In The Feature Extraction of Plant Electrical Signals

The Application of Wavelet Transform In The Feature Extraction of Plant Electrical Signals , pp.76-82 http://dx.doi.org/10.14257/astl.2014.75.18 The Applicatio of Wavelet Trasform I The Feature Extractio of Plat Electrical Sigals Zhag Xiaohui 1 *, Zag Haihe 1, Su baopig 1, Zhag zhixia 2 (1 College

More information

Resolution. Learning Objectives. What are the four types of resolution?

Resolution. Learning Objectives. What are the four types of resolution? Ladsat ETM+ image Resolutio Learig Objectives Be able to ame ad defie the four types of data resolutio. Be able to calculate the umber of pixels i a give area. Uderstad the trade-offs betwee differet types

More information

AkinwaJe, A.T., IbharaJu, F.T. and Arogundade, 0.1'. Department of Computer Sciences University of Agriculture, Abeokuta, Nigeria

AkinwaJe, A.T., IbharaJu, F.T. and Arogundade, 0.1'. Department of Computer Sciences University of Agriculture, Abeokuta, Nigeria COMPARATIVE ANALYSIS OF ARTIFICIAL NEURAL NETWORK'S BACK PROPAGATION ALGORITHM TO STATISTICAL LEAST SQURE METHOD IN SECURITY PREDICTION USING NIGERIAN STOCK EXCHANGE MARKET AkiwaJe, A.T., IbharaJu, F.T.

More information

Color gamut of SOCS and its comparison to Pointer's gamut

Color gamut of SOCS and its comparison to Pointer's gamut Color gamut of SOCS ad its compariso to Poiter's gamut Masao Iui*, Tomotaka Hirokaw, oshihiko Azum, ad Johji Tajim* * Tokyo Polytechic Uiversity 58 Iiyama, Atsugi, Kaagawa 24-297, Japa ** Nagoya City Uiversity

More information

Simple Microcontroller Based Mains Power Analyzer Device

Simple Microcontroller Based Mains Power Analyzer Device Simple Microcotroller Based Mais Power Aalyzer Device Petr Dostálek, Vladimír Vašek ad Ja Doliay Abstract Paper deals with desig of simple microcotroller based power aalyzer device for measuremet of basic

More information

Improved Correction Localization Algorithm Based on Dynamic Weighted Centroid for Wireless Sensor Networks

Improved Correction Localization Algorithm Based on Dynamic Weighted Centroid for Wireless Sensor Networks Sesors & Trasducers, Vol. 76, Issue 8, August 204, pp. 34-39 Sesors & Trasducers 204 by IFSA Publishig, S. L. http://www.sesorsportal.com Improved Correctio Localizatio Algorithm Based o Dyamic Weighted

More information