30 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15

Size: px
Start display at page:

Download "30 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15"

Transcription

1 30 Int'l Conf IP, Comp Vision, and Pattern Recognition IPCV'15 Spectral Collaborative Representation Based Classification by Circulants and its Application to Hand Gesture and Posture Recognition from Electromyography Signals Ali BOYALI, Naohisa HASHIMOTO, and Osamu MATSUMOTO National Institute of Advanced Industrial Science and Technology Robot Innovation Research Center - Smart Mobility Research Team / Tsukuba-Japan Abstract In this study we introduce and demystify a novel signal pattern recognition method, Spectral Collaborative Representation based Classification (SCRC) and demonstrate its application for recognition of hand gestures and postures using Electromyography sensors A recently released Thalmic Labs MYO armband is used to gather muscle electromyography signals Along with the new signal pattern classification algorithm, we also introduce a training approach which implicitly embeds the gesture boundaries in a training dictionary that allows continous gesture and posture recognition The worst recognition accuracy we obtained for a set of experiments is over 97% which is the highest recognition results in the literature where bio-signals are used Keywords: EMG gesture, continous gesture recognition, spectral representation, gesture training matrix, myo armband 1 Introduction Recognition of the patterns in bio-signal applications has been a challenging engineering problem due to the stochastic nature of the biological processes The bio-signal classification applications have been utilized to diagnose the metabolic anomalies and diseases, for rehabilitation and monitoring in medicine The proliferation of the mobile computing platforms such as smart phones and tablets made the bio-signal pattern recognition an appealing tool for creating intuitive Human Computer Interface (HCI) applications via gesture and posture recognition and detecting the physiological conditions such as heart rate on the human body by wearable gadgets In line with the development of mobile computing platforms, the advanced sensors have been introduced to the market that can communicate with these platforms Recently Thalmic Labs MYO armband which can measure and recognize the hand gestures using Electromyography (EMG) signals has been released to the developers The Software Development Kit (SDK) of the device allows the developers to capture raw EMG signals from the eight EMG sensors which is wearable on the arm in form of an armband In this study, we detail a novel method in signal pattern classification which yields far better gesture recognition accuracy then the armband reports The method gives over 97% accuracy which is the worst result for our experiment set but the best among the EMG and other biosignal classification studies in the related literature The methods we propose for the training phase allow the user to obtain a gesture dictionary on the spot The classification method proposed in this paper is a spectral variant of the Collaborative Representation based Classification (CRC) which has been successfully used in face [1] and signal pattern recognition applications [2] with an overwhelming classification accuracy A subspace clustering method is used to build a training dictionary which enables the system to recognize signal patterns in a streaming manner This study brings about the following contributions in the bio-signal pattern classification literature The spectral features of the observed signals are obtained using circulant and diagonalization matrices This approach remarkably reduces the computational complexity and computation time The subspace methods which are used to build a training matrix implicitly embed the start and end position of the hand gestures and postures, thus, they lead to continuous posture and gesture recognition eliminating spotting the patterns in the signals The training phase is easy to implement, accordingly the end users can build a training dictionary on the spot with regards to their requirements This flexibility of the training phase and the high recognition accuracy open the way for the use of proposed method in many research areas such as for manipulation of the robotic prosthesis The dynamic hand gestures and static postures are captured during the training phase, hence in the real time application of the study, 10 hand gestures are recognized and mapped to the five hand postures with an overwhelming accuracy and low computation times The number of gestures is the highest than the numbers

2 Int'l Conf IP, Comp Vision, and Pattern Recognition IPCV'15 31 reported in the related literature The rest of the paper is organized as follows In Section 2, we give the brief review of the CRC method and elaborate the SCRC The sensor MYO armband information and the training procedures are given in Section 3 The simulation results and discussions are given in Section 4 The paper concludes with Section 5 2 Collaborative Representation based Classification in Spectral Domain The CRC method was first introduced in the literature to compare the classification mechanisms of the Sparse Representation based Classification (SRC) [3] and CRC [1, 4] The authors prove that the SRC which makes use of l 1 norm in the objective function is a special variant of the CRC methods in which l 1 and l 2 norms are utilized depending of the requirements in the problem such as noise on the measurements or occlusion on a face image Both of the methods rely on representing the observed signal by a the linear combination of the representatives that are stacked into a training dictionary as a column vectors The SRC methods yield high accuracies using an over-complete dictionary or training matrix, on the contrary, the recognition accuracy does not depend on an over-complete dictionary matrix in the CRC methods in which the coefficients of the linear combination are computed by collaboratively making use of the other class representative samples In the Regularized Least Square version of the CRC method (CRC_RLS), given the training matrix A = [A 1,A 2,,A n ] R mxn and the observed signal y, the solution vector x which contains the linear representation coefficients for the systems of equations y = Ax are obtained using the ridge regression In this problem setup, the optimum coefficients for the objective function given in Eq(1) is calculated as ˆx = Py where P =(A T A+σI) 1 A T and σ is the regularization parameter min ˆx = y Ax 2 + σ x 2 (1) x Once the solution vector ˆx is obtained, the observed signal is labeled evaluating the minimum representation residuals r i given in Eq (2) where δ i : R n R n is the selection operator that selects the coefficients of i th class while keeping other coefficients zero in the solution vector ˆx min r i (y) = y Aδ i (ˆx) 2 (2) i The l 2 solution gives efficient results when there is data fidelity [1] However, biological signals do not exhibit data fidelity due to the stochastic nature of biochemical processes For example, the measured EMG signals are the superposition of Motor Unit Action Potentials (MUAP) of the individual muscle fibers and magnitude and shape of the signals which are random only depends on the duration of the muscle contraction or stretch and the force that the muscles produce [5] In this case, the ordinary CRC_RLS method yields poor accuracy results We overcome this difficulty and dramatically improve the recognition accuracy by using the spectral features of the observed signal The eigenvalues and eigenvectors of a signal reveal important information about the characteristics of the system In order to find the eigenvalues of a linear system of equations a square matrix is needed The EMG signal is a continuous time series and we observe the signals by a sliding time window as 1D data The conventional methods cannot be utilized directly to capture the spectrum of an 1D vector Therefore, we employ the circulant matrix approach to obtain the spectrum by creating a circular matrix from the observed 1D signal A circulant matrix is a square matrix with the circularly shifted columns In this study, the resultant matrix is a Hankel matrix which consists of skew constant diagonals, however other diagonal direction can be used as a circulant Formally expressing, let s assume the observed signal vector is y =[y 1,y 2,,y n ], then the trajectory matrix C becomes a square matrix with the skew diagonal entries given in Eq (3), the first row of which is the observed signal itself y 1 y 2 y n y 2 y 3 y 1 C y = y n y 1 y n 1 A unitary diagonalization matrix F can be used to obtain the eigenvalues of the composed circulant matrix C by relatively lesser number of matrix operation than that of the conventional eigenvalue decomposition A Fourier matrix can be used for spectral decomposition of any circulant matrix Assuming a Fourier matrix F, the eigenvalues and eigenvectors are computed by the following equations [6] W W 2 W N 1 F = 1 W 2 W 4 W 2 N 2 1 W N 1 W 2(N 2) W (N 1)(N 1) (4) with the entries of W = e 2πi N which are the n th roots of unity The eigenvalues are computed by the following matrix operations; (3) C = U ΩU (5) where Ω is a diagonal matrix, the entries of which are the eigenvalues of the circulant matrix and U = 1 N Fis the matrix of column eigenvectors The matrix operator () H represents the conjugate or Hermitian transpose operation

3 32 Int'l Conf IP, Comp Vision, and Pattern Recognition IPCV'15 which is important in the CRC method as the resultant eigenvalues consist of complex conjugate eigenvalue pairs The spectral CRC method operates on the complex eigenvalues which are taken as the features of the observed and training samples The regression operator is given in Eq (6) on the complex plane gestures are the Fist, Hand Relax (Free), Finger Spread, Wave In, Wave Out and Double Tap hand gestures Fig 2 P =(A H A + σi) 1 A H (6) It is important to note that, the eigenvectors of circulants captured by each time window then transformed are the same, therefore, the eigenvalues of the circulant matrix are the only features that increase the discriminative power of the method 3 Sensor Description and Implementation 31 MYO Armband The Thalmic Labs MYO armband is a fairly new technology which is equipped with eight EMG sensors Fig 1 The armband also reports the linear and angular acceleration of the device as well as the orientation angles The affordable armband enables the researchers and developers to access the raw surface EMG signals of an arm which was previously possible with the expensive EMG sensors or laboratory equipments The EMG sensor array of the armband reports the raw EMG measurements at a frequency of 200 Hz The sample codes are provided by the official SDK [7] In order to have access to the raw sensor measurements in a computation platform, we developed a Matlab library; MatMYO which is available online [8] Fig 1: MYO Armband Kit with Bluetooth Dongle The MYO armband has a built-in gesture recognition software which can recognize six different gestures These Fig 2: MYO Hand Gestures, 1- Fist, 2- Hand Relax, 3- Finger Spread, 4- Wave In, 5- Wave Out, 6- Double Tap (Thumb and middle finger tap each other two times) We used the same gesture and hand posture set for comparison the accuracy 32 Training The recognition accuracy of the classification algorithms the SRC and CRC highly depends on the reliability of the representative samples in the training dictionary Unlike the face recognition applications using these state of art classification methods, in the gesture recognition, obtaining the representative samples for the dynamical movements requires spotting the gestures, in other words, the start and end position of the gestures must be known in advance Spotting gesture boundaries can be performed either by analyzing the signal if the boundaries are distinguishable or employing a switch to mark the boundaries while collecting gesture data In this study and our previous studies [2], we employ a subspace clustering method to cluster the dictionary matrix its respective classes The recent subspace clustering methods which are based on the self-representation property are capable of clustering the representative columns with a high clustering accuracy At least two successive hand gestures are necessary for clustering the data For this reason, we collect training data by performing two successive gestures repeatedly in the training phase such as in the case for Wave In dictionary The hand performs Wave In and Hand Relax gestures repeatedly for a short time Fig 3 In our experiments, we perform two gestures that takes one second 05 seconds for each of the hand states Each gesture pair are repeated for only 10 seconds, but we use the first five seconds data to build a training dictionary A sliding window with a length of 100 data samples is used to capture the raw EMG sensor signal from the eight sensors and put in the dictionary matrix which is to be clustered as an 1D column vector This procedures result

4 Int'l Conf IP, Comp Vision, and Pattern Recognition IPCV'15 33 clusters Fig 4: Clustered Double Tap - Hand Relax Gestures on EMG data Fig 3: Wave In -> Hand Relax -> Wave In Repetition in a block circulant Hankel matrix which is the input of the subspace clustering method We use the Ordered Subspace Clustering (OSC) method [9] which meets the requirements of the continuous gesture recognition The OSC method is based on the Sparse Subspace Clustering (SSC) [10] approach with an additional penalty term in its objective function for the sequential data The additional penalty term in the objective function enforce the neighboring columns to be similar or close vectors In our training matrices, the neighboring columns are time shifted and close to each other The training phase is easy to implement and take a short time to obtain a training dictionary for each of the gesture class These classes are extracted from a gesture pair In fact, when two gestures are clustered, two posture and two gesture sets are implicitly clustered into two class dictionaries The hand switching between two gestures visits four hand states In the case of the Wave In and Hand Relax training pair, the hand stands still at the relaxed position for a relatively short time, then performs Wave In gesture, stays at the Wave In position for a relatively short time then returns to the beginning and the whole cycle starts again The representatives of the two postures are included in each dynamic gesture sets The continuous gesture recognition algorithm recognizes 10 dynamic hand gestures However returning the original position from each of the hand gestures given in the Fig (2) are mapped to hand relax posture The results of the subspace clustering phase for a single gesture pair Double Tap and Hand Relax is given in Fig (4) which demonstrates a successful clustering of the pair into the its respective EMG 4 Simulation Results We collect five experimental data sets for each gesture pairs and use one set to build the class training dictionary The remaining ones are used for testing In addition to the gesture pairs, we collected data for a hand gesture sequences in which the hand visits all hand gesture and posture states arbitrarily The results are given in the Figs (5) - (10) from for each gesture pairs including one of the arbitrary hand gesture sequence experiment The recognition accuracy for the Fist and Hand Relax gesture states is 100% Fig (5) for 1200 labelling computations The algorithm runs at every sampling time in the experiments There is no single error for the Fist and Hand Relax gestures in the Spectral CRC results Fig 5: Recognition Results for Fist and Hand Relax Experiment, Spectral CRC and MYO The worst recognition accuracy result for the Wave Out - Hand Relax experiment is 9834% out of 1274 classification computation We give the results of this experiment without assigning the return gestures to the Hand Relax position from the Wave Out gesture in Fig (6)

5 34 Int'l Conf IP, Comp Vision, and Pattern Recognition IPCV'15 Fig 6: Recognition Results for Wave Out and Hand Relax, Spectral CRC and MYO Fig 8: Recognition Results for Double Tap and Hand Relax, Spectral CRC and MYO Fig (6) shows that, the algorithm can classify the return gestures from Wave Out gestures to Hand Relax position In addition, the misclassifications occur on the change borders where hand switches between the gesture pairs The method gives the Hand Spread labels at these change points where the hand involuntarily might perform Fingers Spread in which only two gestures are performed repeatedly, the hand performs each gesture arbitrarily Fig 7: Recognition Results for Wave In and Hand Relax, Spectral CRC and MYO The results of a Wave In - Hand Relax experiments are given in Fig (7) The recognition accuracy for this experiment is 9934% while the recognition accuracy is 100% for Double Tap experiments Fig (8) The recognition accuracy for the Hand Spread-Hand Relax experiment is 973% As shown in Fig (9), the Spectral CRC method mis-classify the gesture as Wave Out while it is performing hand spread This is due to the overlapping states of the Wave Out and Hand Spread gestures on which the same muscle groups activated and Wave Out hand gesture trajectory encompasses the Hand Spread wrist trajectory We give the result of an arbitrary hand gesture sequence experiment in Fig (10) The recognition accuracy is 9847% for this experiment In these experiments, unlike the others Fig 9: Recognition Results for Hand Spread and Hand Relax, Spectral CRC and MYO 5 Conclusion In this study we introduced a new signal pattern classification algorithm and methodologies to recognize a set of hand gestures and postures continuously on a multi-channel streaming signal using the raw EMG data The initial results are promising in yielding high accuracy for a fairly rich hand gesture sets It is worth to note that no signal pre-processing has been used in the study and the simulations are completed using only the raw data The methods and experiments explained in this paper is a small portion of our main project [11, 12] by which we have been developing multi-modal HCIs for elderly people to enable them to command a robotic wheelchair with their available resources In our previous studies such

6 Int'l Conf IP, Comp Vision, and Pattern Recognition IPCV'15 35 Fig 10: Recognition Results for Random Hand Gesture Sequence, Spectral CRC and MYO, 1- Hand Relax, 2- Fist, 4- Wave In, 6- Wave Out, 8- Hand Spread as the braking state classification of a mobility robot [2], Segway using a tablet PC and inertial sensors, we showed that, the CRC method is capable of labeling braking states of the robot with a high accuracy real-time and fast We also verified the training approach and the CRC method for continuous hand gesture and posture recognition using the Leap Motion sensor which tracks the hand with optical cameras at sub-millimeter levels and achieved very high recognition accuracies more then reported in this paper with the same gesture sets We will finalize the project with the developed gesture and posture recognition methods devising experiments to which elderly people will participate In addition, with the developed interfaces, we will prepare a virtual reality training and rehabilitation environment for the elderly and the individuals with severe disabilities who are prescribed power wheelchairs This is due to the fact that most people who are prescribed a power wheelchair experience difficulty to use them and it takes time to adapt to the new technologies 6 Acknowledgments The study is supported by the Japan Society for the Promotion of Science (JSPS) fellowship program and the KAKENHI Grant (Grant Number 15F13739) mobility devices, Robotics and Autonomous Systems, 2015 [3] J Wright, A Y Yang, A Ganesh, S S Sastry, and Y Ma, Robust face recognition via sparse representation, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol 31, no 2, pp , 2009 [4] D Zhang, M Yang, and X Feng, Sparse representation or collaborative representation: Which helps face recognition? in Computer Vision (ICCV), 2011 IEEE International Conference on IEEE, 2011, pp [5] S Shahid, J Walker, G M Lyons, C A Byrne, and A V Nene, Application of higher order statistics techniques to emg signals to characterize the motor unit action potential, Biomedical Engineering, IEEE Transactions on, vol 52, no 7, pp , 2005 [6] D S G Pollock, Circulant matrices and time-series analysis, International Journal of Mathematical Education in Science and Technology, vol 33, no 2, pp , 2002 [7] Thalmic Labs (2015) Myo sdk [Online] Available: platform/the-sdkhtml [8] A Boyali (2015) Matmyo [Online] Available: [9] S Tierney, J Gao, and Y Guo, Subspace clustering for sequential data, in Proc Computer Vision and Pattern Recognition (CVPR) IEEE, 2014, pp [10] E Elhamifar and R Vidal, Sparse subspace clustering: Algorithm, theory, and applications, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol 35, no 11, pp , 2013 [11] N Hashimoto, Y Takinami, and O Matsumoto, An experimental study on vehicle behavior to wheel chairs and standing-type vehicles at intersection, in ITS Telecommunications (ITST), th International Conference on IEEE, 2013, pp [12] A Boyali and N Hashimoto, Block-sparse representation classification based gesture recognition approach for a robotic wheelchair, in Intelligent Vehicles Symposium Proceedings, 2014 IEEE IEEE, 2014, pp References [1] L Zhang, M Yang, X Feng, Y Ma, and D Zhang, Collaborative representation based classification for face recognition, arxiv preprint arxiv: , 2012 [2] A Boyali, N Hashimoto, and O Matsumoto, A signal pattern recognition approach for mobile devices and its application to braking state classification on robotic

Virtual Grasping Using a Data Glove

Virtual Grasping Using a Data Glove Virtual Grasping Using a Data Glove By: Rachel Smith Supervised By: Dr. Kay Robbins 3/25/2005 University of Texas at San Antonio Motivation Navigation in 3D worlds is awkward using traditional mouse Direct

More information

ELECTROMYOGRAPHY UNIT-4

ELECTROMYOGRAPHY UNIT-4 ELECTROMYOGRAPHY UNIT-4 INTRODUCTION EMG is the study of muscle electrical signals. EMG is sometimes referred to as myoelectric activity. Muscle tissue conducts electrical potentials similar to the way

More information

A Real Time Static & Dynamic Hand Gesture Recognition System

A Real Time Static & Dynamic Hand Gesture Recognition System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 12 [Aug. 2015] PP: 93-98 A Real Time Static & Dynamic Hand Gesture Recognition System N. Subhash Chandra

More information

Classification of Road Images for Lane Detection

Classification of Road Images for Lane Detection Classification of Road Images for Lane Detection Mingyu Kim minkyu89@stanford.edu Insun Jang insunj@stanford.edu Eunmo Yang eyang89@stanford.edu 1. Introduction In the research on autonomous car, it is

More information

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION Hand gesture recognition for vehicle control Bhagyashri B.Jakhade, Neha A. Kulkarni, Sadanand. Patil Abstract: - The rapid evolution in technology has made electronic gadgets inseparable part of our life.

More information

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung,

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung, IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.9, September 2011 55 A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang,

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

More information

Adaptive f-xy Hankel matrix rank reduction filter to attenuate coherent noise Nirupama (Pam) Nagarajappa*, CGGVeritas

Adaptive f-xy Hankel matrix rank reduction filter to attenuate coherent noise Nirupama (Pam) Nagarajappa*, CGGVeritas Adaptive f-xy Hankel matrix rank reduction filter to attenuate coherent noise Nirupama (Pam) Nagarajappa*, CGGVeritas Summary The reliability of seismic attribute estimation depends on reliable signal.

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

FEASIBILITY STUDY OF PHOTOPLETHYSMOGRAPHIC SIGNALS FOR BIOMETRIC IDENTIFICATION. Petros Spachos, Jiexin Gao and Dimitrios Hatzinakos

FEASIBILITY STUDY OF PHOTOPLETHYSMOGRAPHIC SIGNALS FOR BIOMETRIC IDENTIFICATION. Petros Spachos, Jiexin Gao and Dimitrios Hatzinakos FEASIBILITY STUDY OF PHOTOPLETHYSMOGRAPHIC SIGNALS FOR BIOMETRIC IDENTIFICATION Petros Spachos, Jiexin Gao and Dimitrios Hatzinakos The Edward S. Rogers Sr. Department of Electrical and Computer Engineering,

More information

Physiological signal(bio-signals) Method, Application, Proposal

Physiological signal(bio-signals) Method, Application, Proposal Physiological signal(bio-signals) Method, Application, Proposal Bio-Signals 1. Electrical signals ECG,EMG,EEG etc 2. Non-electrical signals Breathing, ph, movement etc General Procedure of bio-signal recognition

More information

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing Digital Image Processing Lecture # 6 Corner Detection & Color Processing 1 Corners Corners (interest points) Unlike edges, corners (patches of pixels surrounding the corner) do not necessarily correspond

More information

User Experience Guidelines

User Experience Guidelines User Experience Guidelines Revision History Revision 1 July 25, 2014 - Initial release. Introduction The Myo armband will transform the way people interact with the digital world - and this is made possible

More information

Classification of Hand Gestures using Surface Electromyography Signals For Upper-Limb Amputees

Classification of Hand Gestures using Surface Electromyography Signals For Upper-Limb Amputees Classification of Hand Gestures using Surface Electromyography Signals For Upper-Limb Amputees Gregory Luppescu Stanford University Michael Lowney Stanford Univeristy Raj Shah Stanford University I. ITRODUCTIO

More information

Environmental Sound Recognition using MP-based Features

Environmental Sound Recognition using MP-based Features Environmental Sound Recognition using MP-based Features Selina Chu, Shri Narayanan *, and C.-C. Jay Kuo * Speech Analysis and Interpretation Lab Signal & Image Processing Institute Department of Computer

More information

ARRAY PROCESSING FOR INTERSECTING CIRCLE RETRIEVAL

ARRAY PROCESSING FOR INTERSECTING CIRCLE RETRIEVAL 16th European Signal Processing Conference (EUSIPCO 28), Lausanne, Switzerland, August 25-29, 28, copyright by EURASIP ARRAY PROCESSING FOR INTERSECTING CIRCLE RETRIEVAL Julien Marot and Salah Bourennane

More information

Omnidirectional Sound Source Tracking Based on Sequential Updating Histogram

Omnidirectional Sound Source Tracking Based on Sequential Updating Histogram Proceedings of APSIPA Annual Summit and Conference 5 6-9 December 5 Omnidirectional Sound Source Tracking Based on Sequential Updating Histogram Yusuke SHIIKI and Kenji SUYAMA School of Engineering, Tokyo

More information

Multiplex Image Projection using Multi-Band Projectors

Multiplex Image Projection using Multi-Band Projectors 2013 IEEE International Conference on Computer Vision Workshops Multiplex Image Projection using Multi-Band Projectors Makoto Nonoyama Fumihiko Sakaue Jun Sato Nagoya Institute of Technology Gokiso-cho

More information

Toward an Augmented Reality System for Violin Learning Support

Toward an Augmented Reality System for Violin Learning Support Toward an Augmented Reality System for Violin Learning Support Hiroyuki Shiino, François de Sorbier, and Hideo Saito Graduate School of Science and Technology, Keio University, Yokohama, Japan {shiino,fdesorbi,saito}@hvrl.ics.keio.ac.jp

More information

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SF Minhas A Barton P Gaydecki School of Electrical and

More information

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon*

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Training of EEG Signal Intensification for BCI System Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Department of Computer Engineering, Inha University, Korea*

More information

Multimodal Face Recognition using Hybrid Correlation Filters

Multimodal Face Recognition using Hybrid Correlation Filters Multimodal Face Recognition using Hybrid Correlation Filters Anamika Dubey, Abhishek Sharma Electrical Engineering Department, Indian Institute of Technology Roorkee, India {ana.iitr, abhisharayiya}@gmail.com

More information

Application of Singular Value Energy Difference Spectrum in Axis Trace Refinement

Application of Singular Value Energy Difference Spectrum in Axis Trace Refinement Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Application of Singular Value Energy Difference Spectrum in Ais Trace Refinement Wenbin Zhang, Jiaing Zhu, Yasong Pu, Jie

More information

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR Moein Ahmadi*, Kamal Mohamed-pour K.N. Toosi University of Technology, Iran.*moein@ee.kntu.ac.ir, kmpour@kntu.ac.ir Keywords: Multiple-input

More information

Adaptive Humanoid Robot Arm Motion Generation by Evolved Neural Controllers

Adaptive Humanoid Robot Arm Motion Generation by Evolved Neural Controllers Proceedings of the 3 rd International Conference on Mechanical Engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 170 Adaptive Humanoid Robot Arm Motion Generation by Evolved

More information

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

Heart Rate Tracking using Wrist-Type Photoplethysmographic (PPG) Signals during Physical Exercise with Simultaneous Accelerometry

Heart Rate Tracking using Wrist-Type Photoplethysmographic (PPG) Signals during Physical Exercise with Simultaneous Accelerometry Heart Rate Tracking using Wrist-Type Photoplethysmographic (PPG) Signals during Physical Exercise with Simultaneous Accelerometry Mahdi Boloursaz, Ehsan Asadi, Mohsen Eskandari, Shahrzad Kiani, Student

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Hand & Upper Body Based Hybrid Gesture Recognition

Hand & Upper Body Based Hybrid Gesture Recognition Hand & Upper Body Based Hybrid Gesture Prerna Sharma #1, Naman Sharma *2 # Research Scholor, G. B. P. U. A. & T. Pantnagar, India * Ideal Institue of Technology, Ghaziabad, India Abstract Communication

More information

A New PAPR Reduction in OFDM Systems Using SLM and Orthogonal Eigenvector Matrix

A New PAPR Reduction in OFDM Systems Using SLM and Orthogonal Eigenvector Matrix A New PAPR Reduction in OFDM Systems Using SLM and Orthogonal Eigenvector Matrix Md. Mahmudul Hasan University of Information Technology & Sciences, Dhaka Abstract OFDM is an attractive modulation technique

More information

User Experience Guidelines

User Experience Guidelines User Experience Guidelines Revision 3 November 27, 2014 Introduction The Myo armband has the potential to transform the way people interact with their digital world. But without an ecosystem of Myo-enabled

More information

Research on Multimode Biometric Features Recognition System Adopting Neural Network

Research on Multimode Biometric Features Recognition System Adopting Neural Network Send Orders for Reprints to reprints@benthamscience.ae 2508 The Open Cybernetics & Systemics Journal, 2015, 9, 2508-2512 Open Access Research on Multimode Biometric Features Recognition System Adopting

More information

Development of a real-time hand gesture recognition wristband based on semg and IMU sensing

Development of a real-time hand gesture recognition wristband based on semg and IMU sensing Development of a real-time hand gesture recognition wristband based on semg and IMU sensing Shuo Jiang, Bo Lv, Xinjun Sheng, Chao Zhang, Haitao Wang and Peter B. Shull* Abstract Human computer interaction

More information

Fingers Bending Motion Controlled Electrical. Wheelchair by Using Flexible Bending Sensors. with Kalman filter Algorithm

Fingers Bending Motion Controlled Electrical. Wheelchair by Using Flexible Bending Sensors. with Kalman filter Algorithm Contemporary Engineering Sciences, Vol. 7, 2014, no. 13, 637-647 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4670 Fingers Bending Motion Controlled Electrical Wheelchair by Using Flexible

More information

R (2) Controlling System Application with hands by identifying movements through Camera

R (2) Controlling System Application with hands by identifying movements through Camera R (2) N (5) Oral (3) Total (10) Dated Sign Assignment Group: C Problem Definition: Controlling System Application with hands by identifying movements through Camera Prerequisite: 1. Web Cam Connectivity

More information

FINGER MOVEMENT DETECTION USING INFRARED SIGNALS

FINGER MOVEMENT DETECTION USING INFRARED SIGNALS FINGER MOVEMENT DETECTION USING INFRARED SIGNALS Dr. Jillella Venkateswara Rao. Professor, Department of ECE, Vignan Institute of Technology and Science, Hyderabad, (India) ABSTRACT It has been created

More information

Constrained Channel Estimation Methods in Underwater Acoustics

Constrained Channel Estimation Methods in Underwater Acoustics University of Iowa Honors Theses University of Iowa Honors Program Spring 2017 Constrained Channel Estimation Methods in Underwater Acoustics Emma Hawk Follow this and additional works at: http://ir.uiowa.edu/honors_theses

More information

Gesture Control By Wrist Surface Electromyography

Gesture Control By Wrist Surface Electromyography Gesture Control By Wrist Surface Electromyography Abhishek Nagar and Xu Zhu Samsung Research America - Dallas 1301 E. Lookout Drive Richardson, Texas 75082 Email: {a.nagar, xu.zhu}@samsung.com Abstract

More information

MSMS Software for VR Simulations of Neural Prostheses and Patient Training and Rehabilitation

MSMS Software for VR Simulations of Neural Prostheses and Patient Training and Rehabilitation MSMS Software for VR Simulations of Neural Prostheses and Patient Training and Rehabilitation Rahman Davoodi and Gerald E. Loeb Department of Biomedical Engineering, University of Southern California Abstract.

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Research Seminar. Stefano CARRINO fr.ch

Research Seminar. Stefano CARRINO  fr.ch Research Seminar Stefano CARRINO stefano.carrino@hefr.ch http://aramis.project.eia- fr.ch 26.03.2010 - based interaction Characterization Recognition Typical approach Design challenges, advantages, drawbacks

More information

A Closed Form for False Location Injection under Time Difference of Arrival

A Closed Form for False Location Injection under Time Difference of Arrival A Closed Form for False Location Injection under Time Difference of Arrival Lauren M. Huie Mark L. Fowler lauren.huie@rl.af.mil mfowler@binghamton.edu Air Force Research Laboratory, Rome, N Department

More information

A Machine Tool Controller using Cascaded Servo Loops and Multiple Feedback Sensors per Axis

A Machine Tool Controller using Cascaded Servo Loops and Multiple Feedback Sensors per Axis A Machine Tool Controller using Cascaded Servo Loops and Multiple Sensors per Axis David J. Hopkins, Timm A. Wulff, George F. Weinert Lawrence Livermore National Laboratory 7000 East Ave, L-792, Livermore,

More information

Face Registration Using Wearable Active Vision Systems for Augmented Memory

Face Registration Using Wearable Active Vision Systems for Augmented Memory DICTA2002: Digital Image Computing Techniques and Applications, 21 22 January 2002, Melbourne, Australia 1 Face Registration Using Wearable Active Vision Systems for Augmented Memory Takekazu Kato Takeshi

More information

Automatic Control Motion control Advanced control techniques

Automatic Control Motion control Advanced control techniques Automatic Control Motion control Advanced control techniques (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Motivations (I) 2 Besides the classical

More information

Image Compression Using SVD ON Labview With Vision Module

Image Compression Using SVD ON Labview With Vision Module International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 14, Number 1 (2018), pp. 59-68 Research India Publications http://www.ripublication.com Image Compression Using SVD ON

More information

Design a Model and Algorithm for multi Way Gesture Recognition using Motion and Image Comparison

Design a Model and Algorithm for multi Way Gesture Recognition using Motion and Image Comparison e-issn 2455 1392 Volume 2 Issue 10, October 2016 pp. 34 41 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design a Model and Algorithm for multi Way Gesture Recognition using Motion and

More information

Super resolution with Epitomes

Super resolution with Epitomes Super resolution with Epitomes Aaron Brown University of Wisconsin Madison, WI Abstract Techniques exist for aligning and stitching photos of a scene and for interpolating image data to generate higher

More information

Development of an Intuitive Interface for PC Mouse Operation Based on Both Arms Gesture

Development of an Intuitive Interface for PC Mouse Operation Based on Both Arms Gesture Development of an Intuitive Interface for PC Mouse Operation Based on Both Arms Gesture Nobuaki Nakazawa 1*, Toshikazu Matsui 1, Yusaku Fujii 2 1 Faculty of Science and Technology, Gunma University, 29-1

More information

On Observer-based Passive Robust Impedance Control of a Robot Manipulator

On Observer-based Passive Robust Impedance Control of a Robot Manipulator Journal of Mechanics Engineering and Automation 7 (2017) 71-78 doi: 10.17265/2159-5275/2017.02.003 D DAVID PUBLISHING On Observer-based Passive Robust Impedance Control of a Robot Manipulator CAO Sheng,

More information

Modern Control Theoretic Approach for Gait and Behavior Recognition. Charles J. Cohen, Ph.D. Session 1A 05-BRIMS-023

Modern Control Theoretic Approach for Gait and Behavior Recognition. Charles J. Cohen, Ph.D. Session 1A 05-BRIMS-023 Modern Control Theoretic Approach for Gait and Behavior Recognition Charles J. Cohen, Ph.D. ccohen@cybernet.com Session 1A 05-BRIMS-023 Outline Introduction - Behaviors as Connected Gestures Gesture Recognition

More information

Lab 8. Signal Analysis Using Matlab Simulink

Lab 8. Signal Analysis Using Matlab Simulink E E 2 7 5 Lab June 30, 2006 Lab 8. Signal Analysis Using Matlab Simulink Introduction The Matlab Simulink software allows you to model digital signals, examine power spectra of digital signals, represent

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

arxiv: v1 [cs.sd] 4 Dec 2018

arxiv: v1 [cs.sd] 4 Dec 2018 LOCALIZATION AND TRACKING OF AN ACOUSTIC SOURCE USING A DIAGONAL UNLOADING BEAMFORMING AND A KALMAN FILTER Daniele Salvati, Carlo Drioli, Gian Luca Foresti Department of Mathematics, Computer Science and

More information

Spatially Varying Color Correction Matrices for Reduced Noise

Spatially Varying Color Correction Matrices for Reduced Noise Spatially Varying olor orrection Matrices for educed oise Suk Hwan Lim, Amnon Silverstein Imaging Systems Laboratory HP Laboratories Palo Alto HPL-004-99 June, 004 E-mail: sukhwan@hpl.hp.com, amnon@hpl.hp.com

More information

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X HIGH DYNAMIC RANGE OF MULTISPECTRAL ACQUISITION USING SPATIAL IMAGES 1 M.Kavitha, M.Tech., 2 N.Kannan, M.E., and 3 S.Dharanya, M.E., 1 Assistant Professor/ CSE, Dhirajlal Gandhi College of Technology,

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot erebellum Based ar Auto-Pilot System B. HSIEH,.QUEK and A.WAHAB Intelligent Systems Laboratory, School of omputer Engineering Nanyang Technological University, Blk N4 #2A-32 Nanyang Avenue, Singapore 639798

More information

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts

Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Traffic Control for a Swarm of Robots: Avoiding Group Conflicts Leandro Soriano Marcolino and Luiz Chaimowicz Abstract A very common problem in the navigation of robotic swarms is when groups of robots

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

An improved strategy for solving Sudoku by sparse optimization methods

An improved strategy for solving Sudoku by sparse optimization methods An improved strategy for solving Sudoku by sparse optimization methods Yuchao Tang, Zhenggang Wu 2, Chuanxi Zhu. Department of Mathematics, Nanchang University, Nanchang 33003, P.R. China 2. School of

More information

Laser Printer Source Forensics for Arbitrary Chinese Characters

Laser Printer Source Forensics for Arbitrary Chinese Characters Laser Printer Source Forensics for Arbitrary Chinese Characters Xiangwei Kong, Xin gang You,, Bo Wang, Shize Shang and Linjie Shen Information Security Research Center, Dalian University of Technology,

More information

Motor Imagery based Brain Computer Interface (BCI) using Artificial Neural Network Classifiers

Motor Imagery based Brain Computer Interface (BCI) using Artificial Neural Network Classifiers Motor Imagery based Brain Computer Interface (BCI) using Artificial Neural Network Classifiers Maitreyee Wairagkar Brain Embodiment Lab, School of Systems Engineering, University of Reading, Reading, U.K.

More information

IOMAC' May Guimarães - Portugal

IOMAC' May Guimarães - Portugal IOMAC'13 5 th International Operational Modal Analysis Conference 213 May 13-15 Guimarães - Portugal MODIFICATIONS IN THE CURVE-FITTED ENHANCED FREQUENCY DOMAIN DECOMPOSITION METHOD FOR OMA IN THE PRESENCE

More information

A Novel Approach for Simulation, Measurement and Representation of Surface EMG (semg) Signals

A Novel Approach for Simulation, Measurement and Representation of Surface EMG (semg) Signals A Novel Approach for Simulation, Measurement and epresentation of Surface EMG (semg) Signals Anvith Katte Mahabalagiri, Khadeer Ahmed, Fred Schlereth Syracuse University, Syracuse, NY 13210 USA Abstract-

More information

Spatial Correlation Effects on Channel Estimation of UCA-MIMO Receivers

Spatial Correlation Effects on Channel Estimation of UCA-MIMO Receivers 11 International Conference on Communication Engineering and Networks IPCSIT vol.19 (11) (11) IACSIT Press, Singapore Spatial Correlation Effects on Channel Estimation of UCA-MIMO Receivers M. A. Mangoud

More information

A Comparison of Predictive Parameter Estimation using Kalman Filter and Analysis of Variance

A Comparison of Predictive Parameter Estimation using Kalman Filter and Analysis of Variance A Comparison of Predictive Parameter Estimation using Kalman Filter and Analysis of Variance Asim ur Rehman Khan, Haider Mehdi, Syed Muhammad Atif Saleem, Muhammad Junaid Rabbani Multimedia Labs, National

More information

HeadScan: A Wearable System for Radio-based Sensing of Head and Mouth-related Activities

HeadScan: A Wearable System for Radio-based Sensing of Head and Mouth-related Activities HeadScan: A Wearable System for Radio-based Sensing of Head and Mouth-related Activities Biyi Fang Department of Electrical and Computer Engineering Michigan State University Biyi Fang Nicholas D. Lane

More information

SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY

SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY SMARTPHONE SENSOR BASED GESTURE RECOGNITION LIBRARY Sidhesh Badrinarayan 1, Saurabh Abhale 2 1,2 Department of Information Technology, Pune Institute of Computer Technology, Pune, India ABSTRACT: Gestures

More information

Service Robots in an Intelligent House

Service Robots in an Intelligent House Service Robots in an Intelligent House Jesus Savage Bio-Robotics Laboratory biorobotics.fi-p.unam.mx School of Engineering Autonomous National University of Mexico UNAM 2017 OUTLINE Introduction A System

More information

Removal of Motion Noise from Surface-electromyography Signal Using Wavelet Adaptive Filter Wang Fei1, a, Qiao Xiao-yan2, b

Removal of Motion Noise from Surface-electromyography Signal Using Wavelet Adaptive Filter Wang Fei1, a, Qiao Xiao-yan2, b 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Removal of Motion Noise from Surface-electromyography Signal Using Wavelet Adaptive Filter Wang

More information

Performance Analysis of MUSIC and MVDR DOA Estimation Algorithm

Performance Analysis of MUSIC and MVDR DOA Estimation Algorithm Volume-8, Issue-2, April 2018 International Journal of Engineering and Management Research Page Number: 50-55 Performance Analysis of MUSIC and MVDR DOA Estimation Algorithm Bhupenmewada 1, Prof. Kamal

More information

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System

LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System LabVIEW based Intelligent Frontal & Non- Frontal Face Recognition System Muralindran Mariappan, Manimehala Nadarajan, and Karthigayan Muthukaruppan Abstract Face identification and tracking has taken a

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Joint Transmitter-Receiver Adaptive Forward-Link DS-CDMA System

Joint Transmitter-Receiver Adaptive Forward-Link DS-CDMA System # - Joint Transmitter-Receiver Adaptive orward-link D-CDMA ystem Li Gao and Tan. Wong Department of Electrical & Computer Engineering University of lorida Gainesville lorida 3-3 Abstract A joint transmitter-receiver

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.955

More information

SLIC based Hand Gesture Recognition with Artificial Neural Network

SLIC based Hand Gesture Recognition with Artificial Neural Network IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 03 September 2016 ISSN (online): 2349-784X SLIC based Hand Gesture Recognition with Artificial Neural Network Harpreet Kaur

More information

TIME encoding of a band-limited function,,

TIME encoding of a band-limited function,, 672 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 53, NO. 8, AUGUST 2006 Time Encoding Machines With Multiplicative Coupling, Feedforward, and Feedback Aurel A. Lazar, Fellow, IEEE

More information

EMG feature extraction for tolerance of white Gaussian noise

EMG feature extraction for tolerance of white Gaussian noise EMG feature extraction for tolerance of white Gaussian noise Angkoon Phinyomark, Chusak Limsakul, Pornchai Phukpattaranont Department of Electrical Engineering, Faculty of Engineering Prince of Songkla

More information

PARAMETER IDENTIFICATION IN RADIO FREQUENCY COMMUNICATIONS

PARAMETER IDENTIFICATION IN RADIO FREQUENCY COMMUNICATIONS Review of the Air Force Academy No 3 (27) 2014 PARAMETER IDENTIFICATION IN RADIO FREQUENCY COMMUNICATIONS Marius-Alin BELU Military Technical Academy, Bucharest Abstract: Modulation detection is an essential

More information

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Effect of Fading Correlation on the Performance of Spatial Multiplexed MIMO systems with circular antennas M. A. Mangoud Department of Electrical and Electronics Engineering, University of Bahrain P. O.

More information

Students: Avihay Barazany Royi Levy Supervisor: Kuti Avargel In Association with: Zoran, Haifa

Students: Avihay Barazany Royi Levy Supervisor: Kuti Avargel In Association with: Zoran, Haifa Students: Avihay Barazany Royi Levy Supervisor: Kuti Avargel In Association with: Zoran, Haifa Spring 2008 Introduction Problem Formulation Possible Solutions Proposed Algorithm Experimental Results Conclusions

More information

Changjiang Yang. Computer Vision, Pattern Recognition, Machine Learning, Robotics, and Scientific Computing.

Changjiang Yang. Computer Vision, Pattern Recognition, Machine Learning, Robotics, and Scientific Computing. Changjiang Yang Mailing Address: Department of Computer Science University of Maryland College Park, MD 20742 Lab Phone: (301)405-8366 Cell Phone: (410)299-9081 Fax: (301)314-9658 Email: yangcj@cs.umd.edu

More information

IMPROVEMENTS ON SOURCE CAMERA-MODEL IDENTIFICATION BASED ON CFA INTERPOLATION

IMPROVEMENTS ON SOURCE CAMERA-MODEL IDENTIFICATION BASED ON CFA INTERPOLATION IMPROVEMENTS ON SOURCE CAMERA-MODEL IDENTIFICATION BASED ON CFA INTERPOLATION Sevinc Bayram a, Husrev T. Sencar b, Nasir Memon b E-mail: sevincbayram@hotmail.com, taha@isis.poly.edu, memon@poly.edu a Dept.

More information

Block Processing Linear Equalizer for MIMO CDMA Downlinks in STTD Mode

Block Processing Linear Equalizer for MIMO CDMA Downlinks in STTD Mode Block Processing Linear Equalizer for MIMO CDMA Downlinks in STTD Mode Yan Li Yingxue Li Abstract In this study, an enhanced chip-level linear equalizer is proposed for multiple-input multiple-out (MIMO)

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments , pp.32-36 http://dx.doi.org/10.14257/astl.2016.129.07 Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments Viet Dung Do 1 and Dong-Min Woo 1 1 Department of

More information

Swarm Intelligence W7: Application of Machine- Learning Techniques to Automatic Control Design and Optimization

Swarm Intelligence W7: Application of Machine- Learning Techniques to Automatic Control Design and Optimization Swarm Intelligence W7: Application of Machine- Learning Techniques to Automatic Control Design and Optimization Learning to avoid obstacles Outline Problem encoding using GA and ANN Floreano and Mondada

More information

Term Paper: Robot Arm Modeling

Term Paper: Robot Arm Modeling Term Paper: Robot Arm Modeling Akul Penugonda December 10, 2014 1 Abstract This project attempts to model and verify the motion of a robot arm. The two joints used in robot arms - prismatic and rotational.

More information

Image Manipulation Interface using Depth-based Hand Gesture

Image Manipulation Interface using Depth-based Hand Gesture Image Manipulation Interface using Depth-based Hand Gesture UNSEOK LEE JIRO TANAKA Vision-based tracking is popular way to track hands. However, most vision-based tracking methods can t do a clearly tracking

More information

Imaging with hyperspectral sensors: the right design for your application

Imaging with hyperspectral sensors: the right design for your application Imaging with hyperspectral sensors: the right design for your application Frederik Schönebeck Framos GmbH f.schoenebeck@framos.com June 29, 2017 Abstract In many vision applications the relevant information

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

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

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

Mel Spectrum Analysis of Speech Recognition using Single Microphone

Mel Spectrum Analysis of Speech Recognition using Single Microphone International Journal of Engineering Research in Electronics and Communication Mel Spectrum Analysis of Speech Recognition using Single Microphone [1] Lakshmi S.A, [2] Cholavendan M [1] PG Scholar, Sree

More information

How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring. Chunhua Yang

How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring. Chunhua Yang 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 205) How to Use the Method of Multivariate Statistical Analysis Into the Equipment State Monitoring

More information

Indoor Positioning with a WLAN Access Point List on a Mobile Device

Indoor Positioning with a WLAN Access Point List on a Mobile Device Indoor Positioning with a WLAN Access Point List on a Mobile Device Marion Hermersdorf, Nokia Research Center Helsinki, Finland Abstract This paper presents indoor positioning results based on the 802.11

More information

2166. Modal identification of Karun IV arch dam based on ambient vibration tests and seismic responses

2166. Modal identification of Karun IV arch dam based on ambient vibration tests and seismic responses 2166. Modal identification of Karun IV arch dam based on ambient vibration tests and seismic responses R. Tarinejad 1, K. Falsafian 2, M. T. Aalami 3, M. T. Ahmadi 4 1, 2, 3 Faculty of Civil Engineering,

More information