Kalman Filter Improvement for Gyroscopic Mouse Movement Smoothing

Size: px
Start display at page:

Download "Kalman Filter Improvement for Gyroscopic Mouse Movement Smoothing"

Transcription

1 Kalman Filter Improvement for Gyroscopic Mouse Movement Smoothing Karel Slavicek, Vladimir Schindler, Martin Sykora, and Otto Dostal Abstract The Kalman filter is formally an algorithm used to produce estimation of a random variable based on measurement containing noise observed over time. This paper discusses Kalman filter capabilities to smooth noisy data obtained from electromechanical gyroscopes and accelerometers. Optimal design and slight modification of this algorithm is discussed. T Keywords Gyroscope, Accelerometer, Kalman Filter. I. INTRODUCTION AND MOTIVATION HE work is part of an international project Lifewear solved under Eureka cluster program ITEA2. One of the tasks of this project is to utilize devices wearable on a human body to control external equipment e.g., videoconferencing or presentation units. The main intended applications for such a model of remote devices control (and the main motivation for the project) is to offer good tool for surgeons to navigate through digital X-ray viewers during surgery [4] [6]. To achieve this task, we have designed a sensor unit containing electromechanical gyroscopes and accelerometers. This unit has reasonable small dimensions to be able to affix it on a human body like wristwatches and is used to study properties of inertial sensors. The electronic design is briefly introduced in section II. The data produced by the sensor unit contain two types of noise: noise induced by the electronic (both properties of the electro-mechanical nature of the electronic and noise introduced by digitization) and noise induced by human i.e., noise caused by shivering of human hand. The goal is to smooth the data produced by sensor unit movement to make gestures more distinguishable. A gesture usable for control of some external equipment consists of one or more simple movements of the sensor unit (e.g., movement from left to right or from bottom to up). Noise in the measured data can be easily understood as change in the movement and interpreted as another gesture. This problem will substantially decrease the ability to properly distinguish human gestures and can introduce rather many misinterpretations of the gesture. The dual nature of the noise source makes legacy Kalman filter not fully usable for noise suppression. The aim of this work is to offer modification of Kalman filter which can accommodate both types of signal noise. II. ELECTRONIC DESIGN A prototype sensor unit for gaining the human gestures was designed in terms of this project. The main components of this unit are gyroscopes and accelerometers. The unit processes the output of these basic sensors in an ATMEL processor and sends the difference of the sensor unit position via a Bluetooth interface. The protocol used for this purpose is the same as in computer mouse. A. Accelerometers Accelerometers with variable capacitance are used in this project. The operation of this sensor is based on variable capacitance of three-electrode air capacitor. The sensor utilizes the dependence of the electric capacity on distance of the capacitor electrodes. One out of the capacitor electrodes is movable and its movement depends on acceleration. The principle is easy to see from the figure 1. Karel Slavicek is with the Institute of Computer Science Masaryk University, Botanicka 68a, Brno, Czech Republic (corresponding author s phone: ; karel@ics.muni.cz). Vladimir Schindler is with the Institute of Computer Science Masaryk University, Botanicka 68a, Brno, Czech Republic and currently is a Ph.D. student at the Department of Telecommunications Faculty of Electrical Engineering and Communication Brno University of Technology, Technicka 12, Brno, Czech Republic ( xschin02@stud.feec.vutbr.cz). Martin Sykora is Ph.D. student at the Department of Telecommunications Faculty of Electrical Engineering and Communication Brno University of Technology, Technicka 12, Brno, Czech Republic ( msykora@gity.cz). Otto Dostal is with the Institute of Computer Science Masaryk University, Botanicka 68a, Brno, Czech Republic ( otto@ics.muni.cz). Fig. 1 The basic principle of used accelerometer The mechanical design of the accelerometer has to ensure linear and perceptive transformation of the acceleration into mechanical movement of the middle electrode. This IJCCIE.E

2 electromechanical structure can measure acceleration in one direction. Adding of two more structures turned by 90o brings ability to measure acceleration in three orthogonal directions and we have a so called 3D accelerometer. An ADXL345 accelerometer from Analog Devices inc. is used in this project. ADXL345 is a small and thin 3D accelerometer with 13-bit resolution and measurement range ± 16 g. It is supplied in 3mm x 5mm 14-pin package. Digital output is formatted as 16-bit value and is accessible through either a SPI (3- or 4-wire) or I 2 C digital interface. B. Gyroscopes Electronic gyroscopes are usually based on utilization of the Coriolis effect. The principle of micro electro mechanical gyroscope is easy to be seen from figure 2. Fig. 3 The heart of sensor unit is based on Atmel ATMega328 Fig. 2 Simplified structure of MEMS gyroscope The gyroscope is based on mass structure of known weight, which is attached to a frame via set of springs. The mass structure is oscillating in direction perpendicular to the gyroscope rotation. The Coriolis effect causes compression of outer springs and movement of sense fingers which compose one electrode of a capacitor. The change in capacitance is proportional to the angle of the frame rotation. An LPR530AL gyroscope produced by STMicroelectronics group is used in this project. The LPR530AL is a small and tiny 2D (pitch and roll) gyroscope packaged It is supplied in a 5mm x 5mm LGA-16 package and offers two analog (voltage) outputs. C. The Overall Sensor Unit Design First attempts were made on modified off the shelf prototype board (see figure 4). Real measurement and research of human gestures usable to control external equipment we made on a newly designed sensor unit. The unit has shape of a computer mouse and behaves very similarly. The PCB of this unit is depicted on figure 5 and the overall sensor unit design is on figure 6. The heart of the sensor unit is Atmel ATMega328 CPU (see figure 4) surrounded by ADXL345 3D digital accelerometer, LPR530 and LY530 analog gyroscopes and three mouse-like buttons. The unit communicates with external equipment via Bluetooth. This unit allows to study human gestures suitable to control external equipment. This unit can work as a computer mouse. Unlike legacy computer mouse it has not to be related to a fixed surface (mousepad). This simple fact introduces a lot of uncommon properties. E.g., the user can turn the unit upside down. Gyroscopes provide information about orientation of the sensor unit and accelerometers detect the velocity and direction of the movement. The output from accelerometer is recalculated with respect to the present orientation of the unit by the internal ATMega328 CPU. Fig. 4 First attempts were made on modified off the shelf prototype board The output of the sensor unit is differential like the output of the legacy computer mouse and means the change of position in X and Y directions. The differential output mode seems to be the only option for sensor unit recognizing human gestures as in this mode it is easily adjustable. It is common to upscale the position offset in case the user moves the sensor unit (or mouse or his/her finger on touchpad) quickly and to downscale it if the user s movement is slow. III. KALMAN FILTER The data produced by the sensor unit contain two types of noise: noise induced by the electronic (both properties of the electro-mechanical nature of the electronic and noise introduced by digitization) and noise induced by human i.e., IJCCIE.E

3 noise caused by shivering of human hand. The goal is to smooth the data produced by sensor unit movement to make gestures more distinguishable. A gesture usable for control of some external equipment consists of one or more simple movements of the sensor unit (e.g., movement from left to right or from bottom to up). Noise in the measured data can be easily understood as change in the movement and interpreted as another gesture. This problem will substantially decrease the ability to properly distinguish human gestures and can introduce rather many misinterpretations of the gesture. Fig. 5 PCB of sensor unit used for real measurement and research of human gestures The Kalman filter [1] - [3] is a very powerful mathematical tool commonly used to smooth noisy data. It is an algorithm that uses a series of measurements observed over time and produces estimates of unknown variables that tend to be more precise than those based just on the measurement. More formally, the Kalman filter operates recursively on the noisy input data stream to produce a statistically optimal estimate of the underlying system state. The filter is named after Rudolf E. Kálmán, one of the primary developers of its theory. measurement is expressed by Kalman gain. With a high gain, the filter places more weight on the measurements, with a low gain, the filter follows the model predictions more closely, smoothing out noise but decreasing the responsiveness. In the extreme cases, a gain of one causes the filter to ignore the state estimate entirely, while a gain of zero causes the measurements to be ignored. This process is repeated every time step. This means that the Kalman filter works recursively and requires only the last system s state estimation to calculate a new state. From a theoretical standpoint, the main assumption of the Kalman filter is that the underlying system is a linear dynamical system and that both noise introduced by the nature of the process studied and noise introduced by inaccuracy of the measurement have a Gaussian distribution. The Kalman filter obviously used to smooth the movement of computer mouse is very simple. The cursor position is given just by two coordinates (x,y) and the mouse provides us with the difference (u,v) in every time step. In the next step the cursor will be at position (x+u,y+v). Properties of the proposed improvement of Kalman filter can be easily demonstrated on example of a simple right to left and back movement of the discussed sensor unit. The discussed sensor unit can be used to control some external equipment by sensing of human hand movement in left-right and up-down direction. The front-to-back direction is not intended to be utilized because of natural human behavior. The front-to-back direction is much harder to use as it doesn t correspond to natural human gestures and form physiologic point of view this direction is also more difficult to achieve as it requests more concentration of the person. If the differential output of the sensor unit would be used just in this direct approach, then the cursor movement will look like the curves on the figures 7 and 8. Figure 7 shows movement in horizontal direction and figure 8 show movement in vertical direction. Even if the person intends to move the sensor unit in left-right direction only, some movement in updown direction usually also appears. Fig. 6 The overall sensor unit design The Kalman filter predicts a new state of observed based on the current state and the new measurement. Both the predicted and the measured states have different weights based on the estimated level of uncertainty. The uncertainty is represented by a covariance matrix. The resulted state estimation is a weighted average of the previous state and current observation or measurement. The new state estimate then lies between the previously predicted state and the new measurement. The Kalman filter tends to suppress rapid state changes a little bit and so this way smooth measured data. The ratio of weight of the prediction and weight of the Fig. 7 Original data from the sensor unit horizontal direction IJCCIE.E

4 K T BPB R 1 T PB (6) The estimation of the covariance matrix Pˆ is done by Pˆ I K( B( P( (7) And the prediction of new value of the covariance matrix P is done by Fig. 8 Original data from the sensor unit vertical direction The Kalman filter used to smooth the computer mouse trajectory is the following: Lets x( be the real cursor position at the step (time) k. Let be the cursor position reported by the computer mouse. Let A and B be the matrixes expressing relation between the cursor position in current and next steps and relation between the mouse output and the cursor position respectively. Let v( and w( be the noise. Then P( k 1) A( Pˆ( A( T Q( (8) The Kalman algorithm the repeats these two steps, that means prediction of new values of the x( and update of the prediction induced by measurement. This straightforward application of the Kalman can smooth the cursor movement implied by the corresponding movement of the discussed sensor unit as shown on the figures 9 and 10. x A. x( k 1) w( y B. x( v( (1) (2) Where we assume that v( and w( are independent white noises with Gaussian distributions p( w) N(0, Q) p( v) N(0, R) Where Q and R are the covariance matrixes of noise of the cursor movement and noise of the measurement performed by the sensor unit respectively. The aim of the Kalman filter is to produce estimation x ˆ( of the cursor position x( such that the cursor movement is smooth, without unwanted jitter and fluctuations. The algorithm works in two steps. The first step is prediction (3) Fig. 9 Data from the sensor unit smoothed by legacy Kalman filter horizontal direction x( k 1) A.ˆ( x k ) (4) The second step is improvement of the prediction given by the last measurement. The improvement value z( given by xˆ x K( [ B. x( ] (5) Is used for this purpose. Let denote by P the covariance matrix of measured values and estimated values x ˆ(. The Kalman gain, that means the amount of influence of the measurement on the estimated value, is calculated as Fig. 10 Data from the sensor unit smoothed by legacy Kalman filter horizontal direction This level of smoothing is still not enough for proper recognition of human gestures. The main sources of problems are the points, where the curve relatively sharp turns its direction. These points make very difficult (if not completely impossible) to distinguish between direct movement and lancet IJCCIE.E

5 movement of the sensor unit because both types of movement represent different gestures and probably will have different meaning in the process of external equipment control. For this reason, the goal was to modify the Kalman filter in such a way that these fake point of lance would be filtered out. IV. SMOOTHED KALMAN FILTER To achieve this better smoothing of the movement indicated by the movement of sensor unit we propose a slight modification of the Kalman algorithm described in this section. The basic idea is to average several consecutive measurements and unit position estimations. To achieve this task we propose to consider five consecutive values one more estimated value from cursor trajectory and the same number of consecutive values from the data provided by sensor unit. In the case of the discussed sensor unit, the matrixes A and B are identity matrixes. This fact simplifies all of the computations (4) (8): x ( k 1) 1/ 5 1/ 5 i5 i1 i4 i0 k i) k i) x K( [ x ] 1 K( P( P R( Pˆ( I K( ) P( P( k 1) Pˆ( Q( (12) x ( k 1) x K( [ x ] 1 K( P( P R( Pˆ( I K( ) P( P( k 1) Pˆ( Q( (9) Fig. 11 Data from the sensor unit smoothed by proposed smoothed Kalman filter vertical direction. The proposed smoothed Kalman filter uses prediction x ( k ) in the following form: ( k 1) 1/ 5 i 4 i0 k i) x (10) The contribution of measurement is replaced by an averaging one: i 5 i1 y 1/ 5 k i) (11) The whole smoothed Kalman filter can be summarized into the following set of equations (we still keep the simplified version valid for the case of cursor control made by the earlier discussed sensor unit or general computer mouse: It is easy to see that we have done only minor modification of the original well known Kalman filter. Currently, we are working on optimization of this smoothing principle in terms of the depth of the averaging factor and of course in terms of a weighted averaging where we can make more emphasize on the recent values and use the historical ones only as a correction factor. Also we are searching for some objective measure of smoothness of the estimated values. Fig. 12 Data from the sensor unit smoothed by proposed smoothed Kalman filter horizontal direction This modification of the Kalman filtering algorithm suppresses trembling of the cursor movement yet more than the legacy one. The trajectory of the same sensor unit movement smoothed by this modified Kalman filter is demonstrated on the figures 10 and 11. The smoothed Kalman filter as proposed is section IV can provide slightly better result comparing to the original version as it is easy to learn by comparing the figures 9 and 11. V. CONCLUSION The Kalman filter proved to be a viable and flexible framework. It can be easily modified to accommodate special conditions like additional sources of the noise. At the same IJCCIE.E

6 time, the sensor technology has matured and now is ready to be utilized in a new type of applications namely it can completely rearrange current approach of control of many commonly used equipment e.g., videoconferencing and presentation devices. ACKNOWLEDGMENT This work was supported by Eureka project LF13020 Lifewear and project LW13006 BaaS solved under cluster ITEA2. REFERENCES [1] M. S. Grewal, A. P. Andrews, Kalman Filtering, Prentice-Hall 1993, ISBN X [2] M. I. Robeiro, Kalma and Extended Kalma Filters, Lisboa 2004, available at [3] G. Welch, G. Bishop, AnIntroduction to Kalman Filter, UNC Chapel Hill 2006, available at [4] M. Javornik, O. Dostal, K. Slavicek, "Regional Medical Imaging System". World Academy of Science, Engineering and Technology, Francie. ISSN X, 2011, vol. 7, no. 79, s [5] M. Javornik, O. Dostal, K. Slavicek, M. Drdla, "MEDIMED - Regional Centre for Medicine Image Data Processing". In Knowledge Discovery and Data Mining USA : IEEE Computer Society, ISBN , s , Phuket, Thailand. [6] M. Javornik, O. Dostal, K. Slavicek, M. Petrenko, "MEDIMED- Regional Centre for Archiving and Interhospital Exchange of Medicine Multimedia Data", Proceedings of the Second IASTED International Conference on Communications, Internet, and Information Technology. Scottsdale, Arizona, USA : International Association of Science and Technology for Development- IASTED, ISBN , s , Scottsdale Arizona USA. IJCCIE.E

A Java Tool for Exploring State Estimation using the Kalman Filter

A Java Tool for Exploring State Estimation using the Kalman Filter ISSC 24, Belfast, June 3 - July 2 A Java Tool for Exploring State Estimation using the Kalman Filter Declan Delaney and Tomas Ward 2 Department of Computer Science, 2 Department of Electronic Engineering,

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

AUTOPILOT CONTROL SYSTEM - IV

AUTOPILOT CONTROL SYSTEM - IV AUTOPILOT CONTROL SYSTEM - IV CONTROLLER The data from the inertial measurement unit is taken into the controller for processing. The input being analog requires to be passed through an ADC before being

More information

Extended Kalman Filtering

Extended Kalman Filtering Extended Kalman Filtering Andre Cornman, Darren Mei Stanford EE 267, Virtual Reality, Course Report, Instructors: Gordon Wetzstein and Robert Konrad Abstract When working with virtual reality, one of the

More information

A Prototype Wire Position Monitoring System

A Prototype Wire Position Monitoring System LCLS-TN-05-27 A Prototype Wire Position Monitoring System Wei Wang and Zachary Wolf Metrology Department, SLAC 1. INTRODUCTION ¹ The Wire Position Monitoring System (WPM) will track changes in the transverse

More information

Microsoft Scrolling Strip Prototype: Technical Description

Microsoft Scrolling Strip Prototype: Technical Description Microsoft Scrolling Strip Prototype: Technical Description Primary features implemented in prototype Ken Hinckley 7/24/00 We have done at least some preliminary usability testing on all of the features

More information

SELF-BALANCING MOBILE ROBOT TILTER

SELF-BALANCING MOBILE ROBOT TILTER Tomislav Tomašić Andrea Demetlika Prof. dr. sc. Mladen Crneković ISSN xxx-xxxx SELF-BALANCING MOBILE ROBOT TILTER Summary UDC 007.52, 62-523.8 In this project a remote controlled self-balancing mobile

More information

ME 434 MEMS Tuning Fork Gyroscope Amanda Bristow Stephen Nary Travis Barton 12/9/10

ME 434 MEMS Tuning Fork Gyroscope Amanda Bristow Stephen Nary Travis Barton 12/9/10 ME 434 MEMS Tuning Fork Gyroscope Amanda Bristow Stephen Nary Travis Barton 12/9/10 1 Abstract MEMS based gyroscopes have gained in popularity for use as rotation rate sensors in commercial products like

More information

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Abstract Over the years from entertainment to gaming market,

More information

IMU Platform for Workshops

IMU Platform for Workshops IMU Platform for Workshops Lukáš Palkovič *, Jozef Rodina *, Peter Hubinský *3 * Institute of Control and Industrial Informatics Faculty of Electrical Engineering, Slovak University of Technology Ilkovičova

More information

Calculation and Comparison of Turbulence Attenuation by Different Methods

Calculation and Comparison of Turbulence Attenuation by Different Methods 16 L. DORDOVÁ, O. WILFERT, CALCULATION AND COMPARISON OF TURBULENCE ATTENUATION BY DIFFERENT METHODS Calculation and Comparison of Turbulence Attenuation by Different Methods Lucie DORDOVÁ 1, Otakar WILFERT

More information

MEASUREMENT of physical conditions in buildings

MEASUREMENT of physical conditions in buildings INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 117 122 Manuscript received August 29, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0016-4 Digital Vibration Sensor Constructed

More information

INDOOR HEADING MEASUREMENT SYSTEM

INDOOR HEADING MEASUREMENT SYSTEM INDOOR HEADING MEASUREMENT SYSTEM Marius Malcius Department of Research and Development AB Prospero polis, Lithuania m.malcius@orodur.lt Darius Munčys Department of Research and Development AB Prospero

More information

Implementation of PIC Based Vehicle s Attitude Estimation System Using MEMS Inertial Sensors and Kalman Filter

Implementation of PIC Based Vehicle s Attitude Estimation System Using MEMS Inertial Sensors and Kalman Filter Implementation of PIC Based Vehicle s Attitude Estimation System Using MEMS Inertial Sensors and Kalman Filter Htoo Maung Maung Department of Electronic Engineering, Mandalay Technological University Mandalay,

More information

PROBLEM SET #7. EEC247B / ME C218 INTRODUCTION TO MEMS DESIGN SPRING 2015 C. Nguyen. Issued: Monday, April 27, 2015

PROBLEM SET #7. EEC247B / ME C218 INTRODUCTION TO MEMS DESIGN SPRING 2015 C. Nguyen. Issued: Monday, April 27, 2015 Issued: Monday, April 27, 2015 PROBLEM SET #7 Due (at 9 a.m.): Friday, May 8, 2015, in the EE C247B HW box near 125 Cory. Gyroscopes are inertial sensors that measure rotation rate, which is an extremely

More information

An Improved Version of the Fluxgate Compass Module V. Petrucha

An Improved Version of the Fluxgate Compass Module V. Petrucha An Improved Version of the Fluxgate Compass Module V. Petrucha Satellite based navigation systems (GPS) are widely used for ground, air and marine navigation. In the case of a malfunction or satellite

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

A smooth tracking algorithm for capacitive touch panels

A smooth tracking algorithm for capacitive touch panels Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) A smooth tracking algorithm for capacitive touch panels Zu-Cheng

More information

Scale Factor in MEMS Gyroscopes

Scale Factor in MEMS Gyroscopes Scale Factor in MEMS Gyroscopes The Effect of Power Supply Voltage M. Vágner, P. Beneš Faculty of Electrical Engineering and Communication Brno University of Technology Brno, Czech Republic vagner.martin@phd.feec.vutbr.cz,

More information

Experiment on signal filter combinations for the analysis of information from inertial measurement units in AOCS

Experiment on signal filter combinations for the analysis of information from inertial measurement units in AOCS Journal of Physics: Conference Series PAPER OPEN ACCESS Experiment on signal filter combinations for the analysis of information from inertial measurement units in AOCS To cite this article: Maurício N

More information

Pressure Response of a Pneumatic System

Pressure Response of a Pneumatic System Pressure Response of a Pneumatic System by Richard A., PhD rick.beier@okstate.edu Mechanical Engineering Technology Department Oklahoma State University, Stillwater Abstract This paper describes an instructive

More information

Revisions Revision Date By Changes A 11 Feb 2013 MHA Initial release , Xsens Technologies B.V. All rights reserved. Information in this docum

Revisions Revision Date By Changes A 11 Feb 2013 MHA Initial release , Xsens Technologies B.V. All rights reserved. Information in this docum MTi 10-series and MTi 100-series Document MT0503P, Revision 0 (DRAFT), 11 Feb 2013 Xsens Technologies B.V. Pantheon 6a P.O. Box 559 7500 AN Enschede The Netherlands phone +31 (0)88 973 67 00 fax +31 (0)88

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

Report 3. Kalman or Wiener Filters

Report 3. Kalman or Wiener Filters 1 Embedded Systems WS 2014/15 Report 3: Kalman or Wiener Filters Stefan Feilmeier Facultatea de Inginerie Hermann Oberth Master-Program Embedded Systems Advanced Digital Signal Processing Methods Winter

More information

Dynamic displacement estimation using data fusion

Dynamic displacement estimation using data fusion Dynamic displacement estimation using data fusion Sabine Upnere 1, Normunds Jekabsons 2 1 Technical University, Institute of Mechanics, Riga, Latvia 1 Ventspils University College, Ventspils, Latvia 2

More information

Analysis Techniques for WiMAX Network Design Simulations

Analysis Techniques for WiMAX Network Design Simulations Technical White Paper Analysis Techniques for WiMAX Network Design Simulations The Power of Smart Planning 1 Analysis Techniques for WiMAX Network Jerome Berryhill, Ph.D. EDX Wireless, LLC Eugene, Oregon

More information

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT LABORATORY PROJECT NO. 3 DESIGN OF A MICROMOTOR DRIVER CIRCUIT

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT LABORATORY PROJECT NO. 3 DESIGN OF A MICROMOTOR DRIVER CIRCUIT UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT EE 1000 LABORATORY PROJECT NO. 3 DESIGN OF A MICROMOTOR DRIVER CIRCUIT 1. INTRODUCTION The following quote from the IEEE Spectrum (July, 1990, p. 29)

More information

Mechanical Spectrum Analyzer in Silicon using Micromachined Accelerometers with Time-Varying Electrostatic Feedback

Mechanical Spectrum Analyzer in Silicon using Micromachined Accelerometers with Time-Varying Electrostatic Feedback IMTC 2003 Instrumentation and Measurement Technology Conference Vail, CO, USA, 20-22 May 2003 Mechanical Spectrum Analyzer in Silicon using Micromachined Accelerometers with Time-Varying Electrostatic

More information

Design and simulation of MEMS piezoelectric gyroscope

Design and simulation of MEMS piezoelectric gyroscope Available online at www.scholarsresearchlibrary.com European Journal of Applied Engineering and Scientific Research, 2014, 3 (2):8-12 (http://scholarsresearchlibrary.com/archive.html) ISSN: 2278 0041 Design

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

Recent Progress on Wearable Augmented Interaction at AIST

Recent Progress on Wearable Augmented Interaction at AIST Recent Progress on Wearable Augmented Interaction at AIST Takeshi Kurata 12 1 Human Interface Technology Lab University of Washington 2 AIST, Japan kurata@ieee.org Weavy The goal of the Weavy project team

More information

Prediction and Correction Algorithm for a Gesture Controlled Robotic Arm

Prediction and Correction Algorithm for a Gesture Controlled Robotic Arm Prediction and Correction Algorithm for a Gesture Controlled Robotic Arm Pushkar Shukla 1, Shehjar Safaya 2, Utkarsh Sharma 3 B.Tech, College of Engineering Roorkee, Roorkee, India 1 B.Tech, College of

More information

Lecture 4 Biosignal Processing. Digital Signal Processing and Analysis in Biomedical Systems

Lecture 4 Biosignal Processing. Digital Signal Processing and Analysis in Biomedical Systems Lecture 4 Biosignal Processing Digital Signal Processing and Analysis in Biomedical Systems Contents - Preprocessing as first step of signal analysis - Biosignal acquisition - ADC - Filtration (linear,

More information

AN AIDED NAVIGATION POST PROCESSING FILTER FOR DETAILED SEABED MAPPING UUVS

AN AIDED NAVIGATION POST PROCESSING FILTER FOR DETAILED SEABED MAPPING UUVS MODELING, IDENTIFICATION AND CONTROL, 1999, VOL. 20, NO. 3, 165-175 doi: 10.4173/mic.1999.3.2 AN AIDED NAVIGATION POST PROCESSING FILTER FOR DETAILED SEABED MAPPING UUVS Kenneth Gade and Bjørn Jalving

More information

MEMS: THEORY AND USAGE IN INDUSTRIAL AND CONSUMER APPLICATIONS

MEMS: THEORY AND USAGE IN INDUSTRIAL AND CONSUMER APPLICATIONS MEMS: THEORY AND USAGE IN INDUSTRIAL AND CONSUMER APPLICATIONS Manoj Kumar STMicroelectronics Private Limited, Greater Noida manoj.kumar@st.com Abstract: MEMS is the integration of mechanical elements

More information

Capacitive Versus Thermal MEMS for High-Vibration Applications James Fennelly

Capacitive Versus Thermal MEMS for High-Vibration Applications James Fennelly Capacitive Versus Thermal MEMS for High-Vibration Applications James Fennelly Design engineers involved in the development of heavy equipment that operate in high shock and vibration environments need

More information

1. INTRODUCTION: 2. EOG: system, handicapped people, wheelchair.

1. INTRODUCTION: 2. EOG: system, handicapped people, wheelchair. ABSTRACT This paper presents a new method to control and guide mobile robots. In this case, to send different commands we have used electrooculography (EOG) techniques, so that, control is made by means

More information

Do all accelerometers behave the same? Meggitt-Endevco, Anthony Chu

Do all accelerometers behave the same? Meggitt-Endevco, Anthony Chu Do all accelerometers behave the same? Meggitt-Endevco, Anthony Chu A leader in design and manufacturing of accelerometers & pressure transducers, Meggitt Endevco strives to deliver product innovations

More information

Kalman Filters. Jonas Haeling and Matthis Hauschild

Kalman Filters. Jonas Haeling and Matthis Hauschild Jonas Haeling and Matthis Hauschild Universität Hamburg Fakultät für Mathematik, Informatik und Naturwissenschaften Technische Aspekte Multimodaler Systeme November 9, 2014 J. Haeling and M. Hauschild

More information

Fuzzy Automaton with Kalman State-Smoothing

Fuzzy Automaton with Kalman State-Smoothing Fuzzy Automaton with Kalman State-Smoothing Scott Imhoff and Palak Thakkar Raytheon Intelligence and Information Systems 16800 E. Centretech Parkway Aurora Colorado 80011 Abstract - This paper presents

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Control System for a Segway

Control System for a Segway Control System for a Segway Jorge Morantes, Diana Espitia, Olguer Morales, Robinson Jiménez, Oscar Aviles Davinci Research Group, Militar Nueva Granada University, Bogotá, Colombia. Abstract In order to

More information

302 VIBROENGINEERING. JOURNAL OF VIBROENGINEERING. MARCH VOLUME 15, ISSUE 1. ISSN

302 VIBROENGINEERING. JOURNAL OF VIBROENGINEERING. MARCH VOLUME 15, ISSUE 1. ISSN 949. A distributed and low-order GPS/SINS algorithm of flight parameters estimation for unmanned vehicle Jiandong Guo, Pinqi Xia, Yanguo Song Jiandong Guo 1, Pinqi Xia 2, Yanguo Song 3 College of Aerospace

More information

COMPARITIVE STUDY OF IMAGE DENOISING ALGORITHMS IN MEDICAL AND SATELLITE IMAGES

COMPARITIVE STUDY OF IMAGE DENOISING ALGORITHMS IN MEDICAL AND SATELLITE IMAGES COMPARITIVE STUDY OF IMAGE DENOISING ALGORITHMS IN MEDICAL AND SATELLITE IMAGES Jyotsana Rastogi, Diksha Mittal, Deepanshu Singh ---------------------------------------------------------------------------------------------------------------------------------

More information

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations

CHAPTER 3. Instrumentation Amplifier (IA) Background. 3.1 Introduction. 3.2 Instrumentation Amplifier Architecture and Configurations CHAPTER 3 Instrumentation Amplifier (IA) Background 3.1 Introduction The IAs are key circuits in many sensor readout systems where, there is a need to amplify small differential signals in the presence

More information

ULTRASONIC SIGNAL PROCESSING TOOLBOX User Manual v1.0

ULTRASONIC SIGNAL PROCESSING TOOLBOX User Manual v1.0 ULTRASONIC SIGNAL PROCESSING TOOLBOX User Manual v1.0 Acknowledgment The authors would like to acknowledge the financial support of European Commission within the project FIKS-CT-2000-00065 copyright Lars

More information

1.Discuss the frequency domain techniques of image enhancement in detail.

1.Discuss the frequency domain techniques of image enhancement in detail. 1.Discuss the frequency domain techniques of image enhancement in detail. Enhancement In Frequency Domain: The frequency domain methods of image enhancement are based on convolution theorem. This is represented

More information

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION AzmiHassan SGU4823 SatNav 2012 1 Navigation Systems Navigation ( Localisation ) may be defined as the process of determining

More information

Embedded Robust Control of Self-balancing Two-wheeled Robot

Embedded Robust Control of Self-balancing Two-wheeled Robot Embedded Robust Control of Self-balancing Two-wheeled Robot L. Mollov, P. Petkov Key Words: Robust control; embedded systems; two-wheeled robots; -synthesis; MATLAB. Abstract. This paper presents the design

More information

This list supersedes the one published in the November 2002 issue of CR.

This list supersedes the one published in the November 2002 issue of CR. PERIODICALS RECEIVED This is the current list of periodicals received for review in Reviews. International standard serial numbers (ISSNs) are provided to facilitate obtaining copies of articles or subscriptions.

More information

System Level Simulation of a Digital Accelerometer

System Level Simulation of a Digital Accelerometer System Level Simulation of a Digital Accelerometer M. Kraft*, C. P. Lewis** *University of California, Berkeley Sensors and Actuator Center 497 Cory Hall, Berkeley, CA 94720, mkraft@kowloon.eecs.berkeley.edu

More information

Acoustic signal processing via neural network towards motion capture systems

Acoustic signal processing via neural network towards motion capture systems Acoustic signal processing via neural network towards motion capture systems E. Volná, M. Kotyrba, R. Jarušek Department of informatics and computers, University of Ostrava, Ostrava, Czech Republic Abstract

More information

3DM-GX4-45 LORD DATASHEET. GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights. Features and Benefits. Applications

3DM-GX4-45 LORD DATASHEET. GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights. Features and Benefits. Applications LORD DATASHEET 3DM-GX4-45 GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights High performance integd GPS receiver and MEMS sensor technology provide direct and computed PVA outputs in a

More information

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System)

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) ISSC 2013, LYIT Letterkenny, June 20 21 Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) Thomas O Kane and John V. Ringwood Department of Electronic Engineering National University

More information

Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control.

Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control. Analog Devices: High Efficiency, Low Cost, Sensorless Motor Control. Dr. Tom Flint, Analog Devices, Inc. Abstract In this paper we consider the sensorless control of two types of high efficiency electric

More information

Keywords: piezoelectric, micro gyroscope, reference vibration, finite element

Keywords: piezoelectric, micro gyroscope, reference vibration, finite element 2nd International Conference on Machinery, Materials Engineering, Chemical Engineering and Biotechnology (MMECEB 2015) Reference Vibration analysis of Piezoelectric Micromachined Modal Gyroscope Cong Zhao,

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy

Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy Swapna Raghunath 1, Dr. Lakshmi Malleswari Barooru 2, Sridhar Karnam 3 1. G.Narayanamma Institute of Technology and

More information

Informatica Universiteit van Amsterdam. Combining wireless sensor networks with inertial navigation for improved spatial location.

Informatica Universiteit van Amsterdam. Combining wireless sensor networks with inertial navigation for improved spatial location. Bachelor Informatica Informatica Universiteit van Amsterdam Combining wireless sensor networks with inertial navigation for improved spatial location Jan Laan August 6, 212 Supervisor: Anthony van Inge,

More information

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Satellite and Inertial Attitude and Positioning System A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Outline Project Introduction Theoretical Background Inertial

More information

3DM -CV5-10 LORD DATASHEET. Inertial Measurement Unit (IMU) Product Highlights. Features and Benefits. Applications. Best in Class Performance

3DM -CV5-10 LORD DATASHEET. Inertial Measurement Unit (IMU) Product Highlights. Features and Benefits. Applications. Best in Class Performance LORD DATASHEET 3DM -CV5-10 Inertial Measurement Unit (IMU) Product Highlights Triaxial accelerometer, gyroscope, and sensors achieve the optimal combination of measurement qualities Smallest, lightest,

More information

Lab 1 Navigation using a 2-axis accelerometer

Lab 1 Navigation using a 2-axis accelerometer Measurement Technology and Uncertainty Analysis E7021E Torbjörn Löfquist EISLAB Luleå University of Technology (Revised: July 22, 2009, by Johan Carlson) Lab 1 Navigation using a 2-axis accelerometer Goal:

More information

Laboratory 1: Uncertainty Analysis

Laboratory 1: Uncertainty Analysis University of Alabama Department of Physics and Astronomy PH101 / LeClair May 26, 2014 Laboratory 1: Uncertainty Analysis Hypothesis: A statistical analysis including both mean and standard deviation can

More information

Design and Implementation of Inertial Navigation System

Design and Implementation of Inertial Navigation System Design and Implementation of Inertial Navigation System Ms. Pooja M Asangi PG Student, Digital Communicatiom Department of Telecommunication CMRIT College Bangalore, India Mrs. Sujatha S Associate Professor

More information

PHINS, An All-In-One Sensor for DP Applications

PHINS, An All-In-One Sensor for DP Applications DYNAMIC POSITIONING CONFERENCE September 28-30, 2004 Sensors PHINS, An All-In-One Sensor for DP Applications Yves PATUREL IXSea (Marly le Roi, France) ABSTRACT DP positioning sensors are mainly GPS receivers

More information

UUIs Ubiquitous User Interfaces

UUIs Ubiquitous User Interfaces UUIs Ubiquitous User Interfaces Alexander Nelson April 16th, 2018 University of Arkansas - Department of Computer Science and Computer Engineering The Problem As more and more computation is woven into

More information

Nonuniform multi level crossing for signal reconstruction

Nonuniform multi level crossing for signal reconstruction 6 Nonuniform multi level crossing for signal reconstruction 6.1 Introduction In recent years, there has been considerable interest in level crossing algorithms for sampling continuous time signals. Driven

More information

A Terrestrial Multiple-Receiver Radio Link Experiment at 10.7 GHz - Comparisons of Results with Parabolic Equation Calculations

A Terrestrial Multiple-Receiver Radio Link Experiment at 10.7 GHz - Comparisons of Results with Parabolic Equation Calculations RADIOENGINEERING, VOL. 19, NO. 1, APRIL 2010 117 A Terrestrial Multiple-Receiver Radio Link Experiment at 10.7 GHz - Comparisons of Results with Parabolic Equation Calculations Pavel VALTR 1, Pavel PECHAC

More information

Extended Gradient Predictor and Filter for Smoothing RSSI

Extended Gradient Predictor and Filter for Smoothing RSSI Extended Gradient Predictor and Filter for Smoothing RSSI Fazli Subhan 1, Salman Ahmed 2 and Khalid Ashraf 3 1 Department of Information Technology and Engineering, National University of Modern Languages-NUML,

More information

Dynamically Adaptive Inverted Pendulum Platfom

Dynamically Adaptive Inverted Pendulum Platfom Dynamically Adaptive Inverted Pendulum Platfom 2009 Colorado Space Grant Symposium Jonathon Cox Colorado State University Undergraduate in Electrical Engineering Email: csutke@gmail.com Web: www.campusaudio.com

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

On the Estimation of Interleaved Pulse Train Phases

On the Estimation of Interleaved Pulse Train Phases 3420 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 48, NO. 12, DECEMBER 2000 On the Estimation of Interleaved Pulse Train Phases Tanya L. Conroy and John B. Moore, Fellow, IEEE Abstract Some signals are

More information

1-D EQUIVALENT CIRCUIT FOR RF MEMS CAPACITIVE SWITCH

1-D EQUIVALENT CIRCUIT FOR RF MEMS CAPACITIVE SWITCH POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 80 Electrical Engineering 014 Sebastian KULA* 1-D EQUIVALENT CIRCUIT FOR RF MEMS CAPACITIVE SWITCH In this paper the equivalent circuit for an accurate

More information

Inclination Measurement Based on MEMS Accelerometer

Inclination Measurement Based on MEMS Accelerometer Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Inclination Measurement Based on MEMS Accelerometer Zhengqin LI Information Engineering Branch, City College, Wenhou University, 325035, China

More information

A Unique Home Automation System through MEMS

A Unique Home Automation System through MEMS A Unique Home Automation System through MEMS Neha Surin 1, Dr. R. P. Gupta 2 1 Department of Electrical Engineering, BIT, Sindri, (DHANBAD) 2 Assistant professor, Department of Electrical Engineering,

More information

FIBER OPTICS. Prof. R.K. Shevgaonkar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture: 22.

FIBER OPTICS. Prof. R.K. Shevgaonkar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture: 22. FIBER OPTICS Prof. R.K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture: 22 Optical Receivers Fiber Optics, Prof. R.K. Shevgaonkar, Dept. of Electrical Engineering,

More information

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS A Thesis Proposal By Marshall T. Cheek Submitted to the Office of Graduate Studies Texas A&M University

More information

Preprocessing of Digitalized Engineering Drawings

Preprocessing of Digitalized Engineering Drawings Modern Applied Science; Vol. 9, No. 13; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Preprocessing of Digitalized Engineering Drawings Matúš Gramblička 1 &

More information

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE

IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE International Journal of Technology (2011) 1: 56 64 ISSN 2086 9614 IJTech 2011 IDENTIFICATION OF SIGNATURES TRANSMITTED OVER RAYLEIGH FADING CHANNEL BY USING HMM AND RLE Djamhari Sirat 1, Arman D. Diponegoro

More information

Time Scales Comparisons Using Simultaneous Measurements in Three Frequency Channels

Time Scales Comparisons Using Simultaneous Measurements in Three Frequency Channels Time Scales Comparisons Using Simultaneous Measurements in Three Frequency Channels Petr Pánek and Alexander Kuna Institute of Photonics and Electronics AS CR, Chaberská 57, Prague, Czech Republic panek@ufe.cz

More information

GPS data correction using encoders and INS sensors

GPS data correction using encoders and INS sensors GPS data correction using encoders and INS sensors Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, Avenue de la Renaissance 30, 1000 Brussels, Belgium sidahmed.berrabah@rma.ac.be

More information

The Influence of the Noise on Localizaton by Image Matching

The Influence of the Noise on Localizaton by Image Matching The Influence of the Noise on Localizaton by Image Matching Hiroshi ITO *1 Mayuko KITAZUME *1 Shuji KAWASAKI *3 Masakazu HIGUCHI *4 Atsushi Koike *5 Hitomi MURAKAMI *5 Abstract In recent years, location

More information

Lego Mindstorms as a Simulation of Robotic Systems

Lego Mindstorms as a Simulation of Robotic Systems Lego Mindstorms as a Simulation of Robotic Systems Miroslav Popelka, Jakub Nožička Abstract In this paper we deal with using Lego Mindstorms in simulation of robotic systems with respect to cost reduction.

More information

ANALYSIS OF ELECTRON CURRENT INSTABILITY IN E-BEAM WRITER. Jan BOK, Miroslav HORÁČEK, Stanislav KRÁL, Vladimír KOLAŘÍK, František MATĚJKA

ANALYSIS OF ELECTRON CURRENT INSTABILITY IN E-BEAM WRITER. Jan BOK, Miroslav HORÁČEK, Stanislav KRÁL, Vladimír KOLAŘÍK, František MATĚJKA ANALYSIS OF ELECTRON CURRENT INSTABILITY IN E-BEAM WRITER Jan BOK, Miroslav HORÁČEK, Stanislav KRÁL, Vladimír KOLAŘÍK, František MATĚJKA Institute of Scientific Instruments of the ASCR, v. v.i., Královopolská

More information

Embedded Architecture for Object Tracking using Kalman Filter

Embedded Architecture for Object Tracking using Kalman Filter Journal of Computer Sciences Original Research Paper Embedded Architecture for Object Tracing using Kalman Filter Ahmad Abdul Qadir Al Rababah Faculty of Computing and Information Technology in Rabigh,

More information

EMG Electrodes. Fig. 1. System for measuring an electromyogram.

EMG Electrodes. Fig. 1. System for measuring an electromyogram. 1270 LABORATORY PROJECT NO. 1 DESIGN OF A MYOGRAM CIRCUIT 1. INTRODUCTION 1.1. Electromyograms The gross muscle groups (e.g., biceps) in the human body are actually composed of a large number of parallel

More information

Simple Path Planning Algorithm for Two-Wheeled Differentially Driven (2WDD) Soccer Robots

Simple Path Planning Algorithm for Two-Wheeled Differentially Driven (2WDD) Soccer Robots Simple Path Planning Algorithm for Two-Wheeled Differentially Driven (2WDD) Soccer Robots Gregor Novak 1 and Martin Seyr 2 1 Vienna University of Technology, Vienna, Austria novak@bluetechnix.at 2 Institute

More information

TigreSAT 2010 &2011 June Monthly Report

TigreSAT 2010 &2011 June Monthly Report 2010-2011 TigreSAT Monthly Progress Report EQUIS ADS 2010 PAYLOAD No changes have been done to the payload since it had passed all the tests, requirements and integration that are necessary for LSU HASP

More information

2 TD-MoM ANALYSIS OF SYMMETRIC WIRE DIPOLE

2 TD-MoM ANALYSIS OF SYMMETRIC WIRE DIPOLE Design of Microwave Antennas: Neural Network Approach to Time Domain Modeling of V-Dipole Z. Lukes Z. Raida Dept. of Radio Electronics, Brno University of Technology, Purkynova 118, 612 00 Brno, Czech

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

NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING

NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE AFASES2017 NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING Andrei-Mihai LUCHIAN *, Mircea BOȘCOIANU **, Elena-Corina BOŞCOIANU

More information

Experimental Evaluation of the MSP430 Microcontroller Power Requirements

Experimental Evaluation of the MSP430 Microcontroller Power Requirements EUROCON 7 The International Conference on Computer as a Tool Warsaw, September 9- Experimental Evaluation of the MSP Microcontroller Power Requirements Karel Dudacek *, Vlastimil Vavricka * * University

More information

Transformer Waveforms

Transformer Waveforms OBJECTIVE EXPERIMENT Transformer Waveforms Steady-State Testing and Performance of Single-Phase Transformers Waveforms The voltage regulation and efficiency of a distribution system are affected by the

More information

Single-channel power supply monitor with remote temperature sense, Part 1

Single-channel power supply monitor with remote temperature sense, Part 1 Single-channel power supply monitor with remote temperature sense, Part 1 Nathan Enger, Senior Applications Engineer, Linear Technology Corporation - June 03, 2016 Introduction Many applications with a

More information

Auto-Balancing Two Wheeled Inverted Pendulum Robot

Auto-Balancing Two Wheeled Inverted Pendulum Robot Available online at www.ijiere.com International Journal of Innovative and Emerging Research in Engineering e-issn: 2394 3343 p-issn: 2394 5494 Auto-Balancing Two Wheeled Inverted Pendulum Robot Om J.

More information

Guided Image Filtering for Image Enhancement

Guided Image Filtering for Image Enhancement International Journal of Research Studies in Science, Engineering and Technology Volume 1, Issue 9, December 2014, PP 134-138 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Guided Image Filtering for

More information

Image De-Noising Using a Fast Non-Local Averaging Algorithm

Image De-Noising Using a Fast Non-Local Averaging Algorithm Image De-Noising Using a Fast Non-Local Averaging Algorithm RADU CIPRIAN BILCU 1, MARKKU VEHVILAINEN 2 1,2 Multimedia Technologies Laboratory, Nokia Research Center Visiokatu 1, FIN-33720, Tampere FINLAND

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

Preliminary study of the vibration displacement measurement by using strain gauge

Preliminary study of the vibration displacement measurement by using strain gauge Songklanakarin J. Sci. Technol. 32 (5), 453-459, Sep. - Oct. 2010 Original Article Preliminary study of the vibration displacement measurement by using strain gauge Siripong Eamchaimongkol* Department

More information

Electronic Systems - B1 23/04/ /04/ SisElnB DDC. Chapter 2

Electronic Systems - B1 23/04/ /04/ SisElnB DDC. Chapter 2 Politecnico di Torino - ICT school Goup B - goals ELECTRONIC SYSTEMS B INFORMATION PROCESSING B.1 Systems, sensors, and actuators» System block diagram» Analog and digital signals» Examples of sensors»

More information