Pattern Recognition Techniques for Cortical Control of a Robotic Arm

Size: px
Start display at page:

Download "Pattern Recognition Techniques for Cortical Control of a Robotic Arm"

Transcription

1 Pattern Recognition Techniques for Cortical Control of a Robotic Arm J. D. Echard 1,M. Burrow 1,J. W. Miao 1,and D. Humphrey 2 1 Georgia Institute of Technology, Bioengineering Research Center Atlanta, Georgia Emory University, Department of Physiology Atlanta, Georgia ABSTRACT This paper describes the pattern recognition techniques used to develop a robotic interface utilizing neural signals recorded from the primary motor cortex area of the brain. The ultimate objective of this research is to provide severely disabled individuals with a natural method of controlling prosthetic devices. The short term goal of this project is to develop a natural neural signal interface that will allow a rhesus monkey to control a robotic arm in real time. INTRODUCTION Many individuals who have been spinalized as the result of an accident retain complete mental functionality. It is hypothesized that the signals for controlling the individual s limbs continue to be generated in the motor cortex areas after spinalization; however, the severed spinal cord prevents motor control signals from reaching the intended muscle group. The goal of this project is to develop an interface to control a robot arm using signals directly from the primary motor cortex (MI) (See Figure 1). Primate Amplifier / Filter 300-5kHz Precentral Motor Cortex Signals Signal Integration (33ms integration) Pattern Recognition Robot Kinematic & Reverse Kinematic Modeling Figure 1. Block Diagram of the Cortical Interface The primate is connected to the interface system via four multi-channel needle electrodes. The multi-channel electrodes have six recording sights per electrode for a total of 24 recording sights. These probes are implanted into the arm/wrist mapped area of the MI and records neural activity while the primate preforms reach and grasp tasks. This information is then used to train

2 and test the cortical interface system. The needle electrodes are used to measure firings from the small group of neurons directly surrounding the recording sites. This population of neuron firings is filtered, full wave rectified, and then integrated over a 33 ms period to correspond with a video camera frame rate. It has been shown in many studies that movement in a direction is determined not by one neuron, but by the summed spike activities of many neural units [1-3]. By accurate placement of electrodes, it is possible to acquire signals that have correlations with muscle groups in the arm/wrist area. Accurate pattern recognition techniques are the key to controlling the robotic arm. The integrated neural data, used as input into the interface, is time variant. Unfortunately, the real time constraint of identifying an arm movement (less than 200 ms) means that only a fraction of the time variant data can be processed before a decision regarding the intended movement must be made. This problem has led to the use of pattern recognition methods using various detection, discrimination and recognition stages. This paper presents methods and results for recognizing simple arm movements. After the neural pattern has been recognized, the data must be further processed to gain information on the approximate velocity of the arm movement. Finally, this information is used in the kinematic model of the robot to produce the desired arm movement. METHODS The Bioengineering Research Center at Georgia Tech is currently using Electromyography (EMG) data to test the accuracy of the pattern recognition system. The discharge of corticospinal and other cells in the MI has been found to be highly correlated (with correlation coefficients up to 94 percent) with the low-passed integrated EMG signals from sets of synergistic muscles [4]. Given these research results, integrated EMG data should have similar characteristics to that of integrated MI data. There are four main parts to the pattern recognition process: These are 1) Detection, 2) Discrimination, 3) Initial Recognition, and 4) Final Recognition. Figure 2 shows a flow diagram of the pattern recognition techniques used. Digital Neurological Input Data DETECTION Threshold Detection INITIAL RECOGNITION Back Propagation Neural Network or Quadratic Distance Decision DISCRIMINATION 5 Previous Outputs FINAL RECOGNITION Compare Results & Solve To Robot Controller Priority Based Figure 2. Signal Processing Flow Diagram Detection is a yes/no decision process; there is either a potential pattern or there is not. For the detection process, a threshold value, which is equal to two times the standard deviation of the background noise, will be used to make a decision. If any one of the recording channels is above the given threshold level, then the detection process indicates that there is a potential pattern. The threshold value will allow the pattern recognition algorithm to reject data when the arm is inactive. The Initial Recognition stage uses either a Back Propagation Neural Network (BPN) or a Quadratic Distance Decision (QDD) program to make a decision regarding the most likely arm

3 movement. The BPN has 8 inputs, 20 hidden layer nodes, and 7 output nodes [5]. The QDD is based on distance calculations using the Bayes Likelihood ratio test assuming Gaussian distribution [6]. These two algorithms were compared because each offers distinct advantages. The BPN does not assume any particular distribution, and therefore is generally more accurate then the QDD approach. However, even if the data is not strictly Gaussian distributed, as long as the classes are fairly well separated in feature space, the QDD can produce a high degree of accuracy. The advantage of the QDD approach is that the computational time required is significantly lower than that for the BPN when it is used in a pattern recognition problem with a large number of inputs or outputs [7]. The discrimination stage uses a channel priority algorithm based on temporal relationships. Since the real time constraints of the system only allow evaluation of about 6 data points before the pattern must be recognized, virtually no temporal relationships are evaluated in the initial recognition stage. The priority based discrimination stage takes this temporal information into account by prioritizing features based on when the feature turns on (goes above the threshold value). Given the current data, this information is then used to reduce the possible arm movements. This discrimination technique was chosen because it uses temporal relationships and it can be computed quickly. The final recognition stage chooses the best arm movement based on the current outputs from the initial recognition stage, the current reduced set from the discrimination stage, and the last five outputs from the final recognition stage. RESULTS The EMG data used for testing has eight channels (recording sites), each corresponding to a differential voltage across major muscles of the arm and wrist. These channels are the pectoral, deltoid, triceps, biceps, wrist extensor (ECU), wrist flexor (FCR), finger extensor (EDC), and finger flexor (FDS). The pattern recognition methods were trained and tested on 7 single joint arm/ wrist movements. These movements are elbow flexion (ef), elbow flexion with co-contraction (ef/co), elbow extension with co-contraction (ee/co), wrist flexion (wf), wrist extension (we), finger flexion (ff), and finger extension (fe). Each one of these arm movements produced values above the threshold level on multiple channels. One set of data was used for training and four sets of data were used to test the two pattern recognition methods (with QDD or BPN). Each data set consisted of samples from all seven movements for a total of 280 time samples of 8 channel data (at 33ms between integrated samples). The BPN was trained for 20,000 iterations using a gradient descent adaptive learning rate with momentum [5]. Data sets 2-5 were used to test the accuracy of the trained pattern recognition methods. The results are show in Figures 3 and 4. The average accuracy for both the BPN and QDD initial pattern recognition stages were approximately 90 percent. On average, the discrimination stage reduced the possible arm movements by 60 percent. When the discrimination and final recognition stages were combined with the initial recognition stage for both the QDD and BPN, the average accuracy was 94 percent. This demonstrates the value of these extra stages in increasing the overall accuracy. Since these extra stages use simple algorithms they consume little computational time. During the course of an arm moment, the active EMG channels start at low values (just above the threshold level), ramp up, and then ramp down. This characteristic trait of integrated EMG data produces substantial error in pattern recognition at the start and ending of each movement. This is due to the fact that when the data point values are small, different arm movement classes are closer together in feature space. The result of this ramp up/down phonomania is that the pattern recognition algorithm s output fluctuates as a particular arm movement begins. As the

4 data values become larger, the output stabilizes to the correct arm movement. Figure 4 shows the average time required for stabilization of different outputs (arm movements). As can be seen in figure 4, all but one of the arm movements is correctly identified under the real time constraint of 200ms. The fluctuation in output at the beginning and end of an arm movent account for approximately 80 percent of the error in the pattern recognition algorithms. Percent Initial Recognition Stage Full Pattern Recognition methods Data2 Data3 Data4 Data5 Time (ms) FE FF WE WF EE/CO EF/CO EF BPN QDD BPN QDD Figure 3. Accuracy BPN QDD Figure 4. Time Required For Correct Identification The results show that these pattern recognition techniques are useful in identifying simple arm movements based on EMG data. Given that integrated EMG data has similar characteristics to that of integrated MI data, these pattern recognition approaches should work equally as well on MI data. Future work on this project will involve the estimation of arm velocity, and relationships between simple and complex arm movements. The exact relationship between the integrated MI data and force exerted by the muscle is not known; therefore, the relationships of arm velocity and combinations of simple movements will have to be evaluated and modeled before full robotic arm control can be achieved. ACNOWLEDGEMENT This project is funded by the National Institute of Health s Neural Prosthesis Program NIH-NINDS-90-17, and was awarded to Dr. Donald R. Humphery of Emory University (as the principal investigator) with Georgia Tech as the subcontractor. REFERENCES [1] Humphrey, D. R., Representation of movements and muscles within the primate precentral motor cortex: Historical and current perspectives. Fed. Proc. 45: [2] Cheney, P.D., Mewes,K. and Fetz, E.E. Encoding of motor parameters by corticomotoneuronal and rubromotoneuronal cells identified by spike triggered averaging in the awake monkey. Behavioral Brain Research 28: (1988) [3] Kandel, E.R., Schwartz, J.H., and Jessell, T.M. Principles of Neural Science, 3rd edt., Elsevier Science Pub. Co., Chapters 1,19 20,35-40., 1991 [4] Fetz, E.E, Finnochio D.V., Baker M.A., and Soso M.J., Sensory comparable passive and active joint movements. J. Neurophysiology 43 (4): [5] Freeman, James, A., and David M. Skapura. Neural Networks - Algorithms, Applications, and Programing Techniques. New York: Addison-Wesley, [6] Fukunaga, Keinosuke. Introduction To Statistical Pattern Recognition. New York: Academic Press, [7] Echard, J., M. Burrow and D. Humphrey, Viability of Quadratic Distance Decisions for use in Pattern Recognition, Proceedings of the 11 th Southern Biomedical Engineering Conference, , Oct

5

Laboratory Guide. Anatomy and Physiology

Laboratory Guide. Anatomy and Physiology Laboratory Guide Anatomy and Physiology TBME04, Fall 2010 Name: Passed: Last updated 2010-08-13 Department of Biomedical Engineering Linköpings Universitet Introduction This laboratory session is intended

More information

Neural Decoding of Cursor Motion Using a Kalman Filter

Neural Decoding of Cursor Motion Using a Kalman Filter Neural Decoding of Cursor Motion Using a Kalman Filter W. Wu M. J. Black Y. Gao E. Bienenstock M. Serruya A. Shaikhouni J. P. Donoghue Division of Applied Mathematics, Dept. of Computer Science, Dept.

More information

Hemiplegic shoulder pain/shoulder subluxation

Hemiplegic shoulder pain/shoulder subluxation UPPER LIMB NEUROMUSCULAR ELECTRICAL STIMULATION: Electrode positions Please note that the polarity (red and black leads) can be altered according to your clinical reasoning. The area in which you want

More information

Laboratory Guide. Anatomy and Physiology

Laboratory Guide. Anatomy and Physiology Laboratory Guide Anatomy and Physiology TBME04 fall 2009 Name: Passed: 2008-08-25 Ingemar Fredriksson Department of Biomedical Engineering Linköpings universitet Introduction This laboratory session is

More information

Chapter 6. Components of Elasticity. Musculotendinous Unit. Behavioral Properties of the Musculotendinous Unit. Biomechanics of Skeletal Muscle

Chapter 6. Components of Elasticity. Musculotendinous Unit. Behavioral Properties of the Musculotendinous Unit. Biomechanics of Skeletal Muscle Chapter 6 Behavioral Properties of the Musculotendinous Unit 1) extensibility: ability to be stretched or to increase in length 2) elasticity: ability to return to normal resting length following a stretch

More information

CHAPTER 6 PRINCIPLES OF NEURAL CIRCUITS.

CHAPTER 6 PRINCIPLES OF NEURAL CIRCUITS. CHAPTER 6 PRINCIPLES OF NEURAL CIRCUITS. 6.1. CONNECTIONS AMONG NEURONS Neurons are interconnected with one another to form circuits, much as electronic components are wired together to form a functional

More information

The Detection of Neural Fatigue during intensive conditioning for football: The Potential of Transcranial Magnetic Stimulation

The Detection of Neural Fatigue during intensive conditioning for football: The Potential of Transcranial Magnetic Stimulation The Detection of Neural Fatigue during intensive conditioning for football: The Potential of Transcranial Magnetic Stimulation Carl Wells PhD Sport Science Lead, Perform, National Football Centre, St.

More information

ELEC 811 Skeletal Muscle Anatomy and Function. Skeletal muscles act on bones to produce movement of the limb and to move (lift and carry) objects.

ELEC 811 Skeletal Muscle Anatomy and Function. Skeletal muscles act on bones to produce movement of the limb and to move (lift and carry) objects. ELEC 811 Skeletal Muscle Anatomy and Function The primary function of a skeletal muscle is to generate forces, by contracting; these forces allow us to move through and interact with our environment Skeletal

More information

Author: Dr. Society of Electrophysio. Reference: Electrodes. should include: electrode shape size use. direction.

Author: Dr. Society of Electrophysio. Reference: Electrodes. should include: electrode shape size use. direction. Standards for Reportin ng EMG Data Author: Dr. Roberto Merletti, Politecnico di Torino, Italy The Standards for Reporting EMG Data, written by Dr. Robertoo Merletti, are endorsed by the International Society

More information

Reflex Physiology. Dr. Ali Ebneshahidi. 2009 Ebneshahidi

Reflex Physiology. Dr. Ali Ebneshahidi. 2009 Ebneshahidi Reflex Physiology Dr. Ali Ebneshahidi Reflex Physiology Reflexes are automatic, subconscious response to changes within or outside the body. a. Reflexes maintain homeostasis (autonomic reflexes) heart

More information

NEURAL PROSTHESES FOR SPINAL CORD INJURED SUBJECTS

NEURAL PROSTHESES FOR SPINAL CORD INJURED SUBJECTS Journal BioWorld, vol.1, pp. 6-9, 1998 Automatic Control Lab, ETHZ & University Hospital Balgrist, Zürich NEURAL PROSTHESES FOR SPINAL CORD INJURED SUBJECTS Milos R. Popovic +, Thierry Keller ++, Manfred

More information

Potential for new technologies in clinical practice

Potential for new technologies in clinical practice Potential for new technologies in clinical practice International Neurorehabilitation Symposium University of Zurich Feb 12-13th 2009 Prof Jane Burridge Jane Burridge Feb 2009 Introduction Societal drivers

More information

Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College

Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Primary Sources for figures and content: Eastern Campus Marieb,

More information

Motor dysfunction 2: Spinal cord injury and subcortical motor disorders ANATOMY REVIEW: Basal Ganglia

Motor dysfunction 2: Spinal cord injury and subcortical motor disorders ANATOMY REVIEW: Basal Ganglia Motor dysfunction 2: Spinal cord injury and subcortical motor disorders ANATOMY REVIEW: Basal Ganglia A group of subcortical nuclei caudate, putamen, globus pallidus Caudate & Putamen = Neostriatum caudate

More information

The Use of the Lokomat System in Clinical Research

The Use of the Lokomat System in Clinical Research International Neurorehabilitation Symposium February 12, 2009 The Use of the Lokomat System in Clinical Research Keith Tansey, MD, PhD Director, Spinal Cord Injury Research Crawford Research Institute,

More information

Multifocal Motor Neuropathy. Jonathan Katz, MD Richard Lewis, MD

Multifocal Motor Neuropathy. Jonathan Katz, MD Richard Lewis, MD Multifocal Motor Neuropathy Jonathan Katz, MD Richard Lewis, MD What is Multifocal Motor Neuropathy? Multifocal Motor Neuropathy (MMN) is a rare condition in which multiple motor nerves are attacked by

More information

Brain Maps The Sensory Homunculus

Brain Maps The Sensory Homunculus Brain Maps The Sensory Homunculus Our brains are maps. This mapping results from the way connections in the brain are ordered and arranged. The ordering of neural pathways between different parts of the

More information

Brain Computer Interfaces (BCI) Communication Training of brain activity

Brain Computer Interfaces (BCI) Communication Training of brain activity Brain Computer Interfaces (BCI) Communication Training of brain activity Brain Computer Interfaces (BCI) picture rights: Gerwin Schalk, Wadsworth Center, NY Components of a Brain Computer Interface Applications

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

NATIONAL COMPETENCY SKILL STANDARDS FOR PERFORMING AN ELECTROENCEPHALOGRAM

NATIONAL COMPETENCY SKILL STANDARDS FOR PERFORMING AN ELECTROENCEPHALOGRAM NATIONAL COMPETENCY SKILL STANDARDS FOR PERFORMING AN ELECTROENCEPHALOGRAM Electroencephalographic (EEG) providers practice in accordance with the facility policy and procedure manual which details every

More information

www.ghadialisurgery.com

www.ghadialisurgery.com P R E S E N T S Dr. Mufa T. Ghadiali is skilled in all aspects of General Surgery. His General Surgery Services include: General Surgery Advanced Laparoscopic Surgery Surgical Oncology Gastrointestinal

More information

THE HUMAN BRAIN. observations and foundations

THE HUMAN BRAIN. observations and foundations THE HUMAN BRAIN observations and foundations brains versus computers a typical brain contains something like 100 billion miniscule cells called neurons estimates go from about 50 billion to as many as

More information

Title : Analog Circuit for Sound Localization Applications

Title : Analog Circuit for Sound Localization Applications Title : Analog Circuit for Sound Localization Applications Author s Name : Saurabh Kumar Tiwary Brett Diamond Andrea Okerholm Contact Author : Saurabh Kumar Tiwary A-51 Amberson Plaza 5030 Center Avenue

More information

How To Control A Prosthetic Leg

How To Control A Prosthetic Leg OCCUPATIONAL THERAPY OUTCOMES WITH TARGETED HYPER- REINNERVATION NERVE TRANSFER SURGERY : TWO CASE STUDIES Stubblefield, K.A., 1,2 Milller, L.A., 1,3 Lipschutz, R.D., 1,3 Phillips, M.E., 1,2 Heckathorne,

More information

Multisensor Data Fusion and Applications

Multisensor Data Fusion and Applications Multisensor Data Fusion and Applications Pramod K. Varshney Department of Electrical Engineering and Computer Science Syracuse University 121 Link Hall Syracuse, New York 13244 USA E-mail: varshney@syr.edu

More information

Muscle Movements, Types, and Names

Muscle Movements, Types, and Names Muscle Movements, Types, and Names A. Gross Skeletal Muscle Activity 1. With a few exceptions, all muscles cross at least one joint 2. Typically, the bulk of the muscle lies proximal to the joint it crossed

More information

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 ANN Based Fault Classifier and Fault Locator for Double Circuit

More information

A Prediction Model for Taiwan Tourism Industry Stock Index

A Prediction Model for Taiwan Tourism Industry Stock Index A Prediction Model for Taiwan Tourism Industry Stock Index ABSTRACT Han-Chen Huang and Fang-Wei Chang Yu Da University of Science and Technology, Taiwan Investors and scholars pay continuous attention

More information

Bayesian probability theory

Bayesian probability theory Bayesian probability theory Bruno A. Olshausen arch 1, 2004 Abstract Bayesian probability theory provides a mathematical framework for peforming inference, or reasoning, using probability. The foundations

More information

Upper limb electrical stimulation exercises. P Taylor, G Mann, C Johnson, L Malone

Upper limb electrical stimulation exercises. P Taylor, G Mann, C Johnson, L Malone Upper limb electrical stimulation exercises. P Taylor, G Mann, C Johnson, L Malone In this article we wish to document some of the electrical stimulation techniques we use for the upper limb, primarily

More information

Lecture 4: Jan 12, 2005

Lecture 4: Jan 12, 2005 EE516 Computer Speech Processing Winter 2005 Lecture 4: Jan 12, 2005 Lecturer: Prof: J. Bilmes University of Washington Dept. of Electrical Engineering Scribe: Scott Philips

More information

GLOVE-BASED GESTURE RECOGNITION SYSTEM

GLOVE-BASED GESTURE RECOGNITION SYSTEM CLAWAR 2012 Proceedings of the Fifteenth International Conference on Climbing and Walking Robots and the Support Technologies for Mobile Machines, Baltimore, MD, USA, 23 26 July 2012 747 GLOVE-BASED GESTURE

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski trakovski@nyus.edu.mk Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

degrees of freedom and are able to adapt to the task they are supposed to do [Gupta].

degrees of freedom and are able to adapt to the task they are supposed to do [Gupta]. 1.3 Neural Networks 19 Neural Networks are large structured systems of equations. These systems have many degrees of freedom and are able to adapt to the task they are supposed to do [Gupta]. Two very

More information

PASSENGER/PEDESTRIAN ANALYSIS BY NEUROMORPHIC VISUAL INFORMATION PROCESSING

PASSENGER/PEDESTRIAN ANALYSIS BY NEUROMORPHIC VISUAL INFORMATION PROCESSING PASSENGER/PEDESTRIAN ANALYSIS BY NEUROMORPHIC VISUAL INFORMATION PROCESSING Woo Joon Han Il Song Han Korea Advanced Science and Technology Republic of Korea Paper Number 13-0407 ABSTRACT The physiological

More information

Automated Analysis of Electromyography Data

Automated Analysis of Electromyography Data Automated Analysis of Electromyography Data Jeffrey L. Sponsler, MD, MS Alaska Brain Center, LLC 4551 E Bogard Rd Wasilla, AK 99654 ABSTRACT Background: Interpretation of nerve conduction studies (NCS)

More information

Lecture 6. Artificial Neural Networks

Lecture 6. Artificial Neural Networks Lecture 6 Artificial Neural Networks 1 1 Artificial Neural Networks In this note we provide an overview of the key concepts that have led to the emergence of Artificial Neural Networks as a major paradigm

More information

Xco-Trainer: empty talk or real effect?

Xco-Trainer: empty talk or real effect? Xco-Trainer: empty talk or real effect? By: R. van Bruinessen, S. Couzy, P. van Doorn, K. den Hertog, A. Weimar, G. van de Wetering. Summary This study examined the difference in muscle activity between

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

Neurophysiology. 2.1 Equilibrium Potential

Neurophysiology. 2.1 Equilibrium Potential 2 Neurophysiology 2.1 Equilibrium Potential An understanding of the concepts of electrical and chemical forces that act on ions, electrochemical equilibrium, and equilibrium potential is a powerful tool

More information

Evaluating a motor unit potential train using cluster validation methods

Evaluating a motor unit potential train using cluster validation methods Evaluating a motor unit potential train using cluster validation methods Hossein Parsaei 1 and Daniel W. Stashuk Systems Design Engineering, University of Waterloo, Waterloo, Canada; ABSTRACT Assessing

More information

Biological Neurons and Neural Networks, Artificial Neurons

Biological Neurons and Neural Networks, Artificial Neurons Biological Neurons and Neural Networks, Artificial Neurons Neural Computation : Lecture 2 John A. Bullinaria, 2015 1. Organization of the Nervous System and Brain 2. Brains versus Computers: Some Numbers

More information

The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl.

The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl. The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl.com/bc) ** If this is not printed in color, it is suggested you

More information

EXHIBIT C BOSTON SCIENTIFIC PRODUCTS AVAILABLE FOR NIH BRAIN INITIATIVE Page 1 of 9

EXHIBIT C BOSTON SCIENTIFIC PRODUCTS AVAILABLE FOR NIH BRAIN INITIATIVE Page 1 of 9 Page 1 of 9 NOTE: All systems and products should be considered as investigational-use only in the context of the NIH BRAIN Initiative. VERCISE DEEP BRAIN STIMULATION SYSTEM Description: 16-channel rechargeable

More information

Neural Plasticity and Locomotor Recovery: Robotics in Research

Neural Plasticity and Locomotor Recovery: Robotics in Research International Neurorehabilitation Symposium February 12, 2009 Neural Plasticity and Locomotor Recovery: Robotics in Research Keith Tansey, MD, PhD Director, Spinal Cord Injury Research Crawford Research

More information

IEEE TRANSACTIONS ON NEURAL SYSTEMS AND REHABILITATION ENGINEERING, VOL. 19, NO. 2, APRIL 2011 193

IEEE TRANSACTIONS ON NEURAL SYSTEMS AND REHABILITATION ENGINEERING, VOL. 19, NO. 2, APRIL 2011 193 IEEE TRANSACTIONS ON NEURAL SYSTEMS AND REHABILITATION ENGINEERING, VOL. 19, NO. 2, APRIL 2011 193 Point-and-Click Cursor Control With an Intracortical Neural Interface System by Humans With Tetraplegia

More information

Neural network models: Foundations and applications to an audit decision problem

Neural network models: Foundations and applications to an audit decision problem Annals of Operations Research 75(1997)291 301 291 Neural network models: Foundations and applications to an audit decision problem Rebecca C. Wu Department of Accounting, College of Management, National

More information

Artificial neural networks

Artificial neural networks Artificial neural networks Now Neurons Neuron models Perceptron learning Multi-layer perceptrons Backpropagation 2 It all starts with a neuron 3 Some facts about human brain ~ 86 billion neurons ~ 10 15

More information

Nerves and Nerve Impulse

Nerves and Nerve Impulse Nerves and Nerve Impulse Terms Absolute refractory period: Period following stimulation during which no additional action potential can be evoked. Acetylcholine: Chemical transmitter substance released

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

Origin of Electrical Membrane Potential

Origin of Electrical Membrane Potential Origin of Electrical Membrane Potential parti This book is about the physiological characteristics of nerve and muscle cells. As we shall see, the ability of these cells to generate and conduct electricity

More information

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module

ANIMA: Non-Conventional Interfaces in Robot Control Through Electroencephalography and Electrooculography: Motor Module Ninth LACCEI Latin American and Caribbean Conference (LACCEI 2011), Engineering for a Smart Planet, Innovation, Information Technology and Computational Tools for Sustainable Development, August 3-5, 2011,

More information

Human vs. Robotic Tactile Sensing: Detecting Lumps in Soft Tissue

Human vs. Robotic Tactile Sensing: Detecting Lumps in Soft Tissue Human vs. Robotic Tactile Sensing: Detecting Lumps in Soft Tissue James C. Gwilliam1,2, Zachary Pezzementi 1, Erica Jantho 1, Allison M. Okamura 1, and Steven Hsiao 2 1 Laboratory for Computational Sensing

More information

Second Quarterly Progress Report NO1-DC-6-2111 The Neurophysiological Effects of Simulated Auditory Prosthesis Stimulation

Second Quarterly Progress Report NO1-DC-6-2111 The Neurophysiological Effects of Simulated Auditory Prosthesis Stimulation Second Quarterly Progress Report NO1-DC-6-2111 The Neurophysiological Effects of Simulated Auditory Prosthesis Stimulation J.T. Rubinstein, A.J. Matsuoka, P.J. Abbas, and C.A. Miller Department of Otolaryngology

More information

Diagram 2(i): Structure of the Neuron

Diagram 2(i): Structure of the Neuron Diagram 2(i): Structure of the Neuron Generally speaking, we can divide the nervous system into different parts, according to location and function. So far we have mentioned the central nervous system

More information

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York BME I5100: Biomedical Signal Processing Linear Discrimination Lucas C. Parra Biomedical Engineering Department CCNY 1 Schedule Week 1: Introduction Linear, stationary, normal - the stuff biology is not

More information

Acquisition of EMG signals to recognize multiple Hand Gestures for Prosthesis Robotic Hand-A Review

Acquisition of EMG signals to recognize multiple Hand Gestures for Prosthesis Robotic Hand-A Review Review Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Acquisition

More information

Name Date Hour. Nerve Histology Microscope Lab

Name Date Hour. Nerve Histology Microscope Lab Name Date Hour Nerve Histology Microscope Lab PRE-LAB: Answer the following questions using your reading and class notes before starting the microscope lab. 1. What is the difference between the functions

More information

Compensation for Interaction Torques During Single- and Multijoint Limb Movement

Compensation for Interaction Torques During Single- and Multijoint Limb Movement Compensation for Interaction Torques During Single- and Multijoint Limb Movement PAUL L. GRIBBLE AND DAVID J. OSTRY McGill University, Montreal, Quebec H3A 1B1, Canada Gribble, Paul L. and David J. Ostry.

More information

Cross channel correlations in tetrode recordings: implications for spike-sorting.

Cross channel correlations in tetrode recordings: implications for spike-sorting. Rebrik, Wright, & Miller. Cross channel correlations in tetrode recordings. Page 1 of 8 Cross channel correlations in tetrode recordings: implications for spike-sorting. Sergei P. Rebrik 1,*, Brian D.

More information

Retraining upper extremity function in individuals

Retraining upper extremity function in individuals Motor Control and Motor Redundancy in the Upper Extremity: Implications for Neurorehabilitation Boris I. Prilutsky, 1 PhD, David Ashley, MS, 1 Leslie VanHiel, MSPT, 2 Linda Harley, MS, 1 Jason S. Tidwell,

More information

A Property and Casualty Insurance Predictive Modeling Process in SAS

A Property and Casualty Insurance Predictive Modeling Process in SAS Paper 11422-2016 A Property and Casualty Insurance Predictive Modeling Process in SAS Mei Najim, Sedgwick Claim Management Services ABSTRACT Predictive analytics is an area that has been developing rapidly

More information

Lab #7 - Joint Kinetics and Internal Forces

Lab #7 - Joint Kinetics and Internal Forces Purpose: Lab #7 - Joint Kinetics and Internal Forces The objective of this lab is to understand how to calculate net joint forces (NJFs) and net joint moments (NJMs) from force data. Upon completion of

More information

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 93 CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 5.1 INTRODUCTION The development of an active trap based feeder for handling brakeliners was discussed

More information

Electroneuromyographic studies

Electroneuromyographic studies Electroneuromyographic studies in the diagnosis of Pudendal Entrapment Syndrome BY NAGLAA ALI GADALLAH PROFESSOR OF PHYSICAL MEDICINE, RHEUMATOLOGY& REHABILITATION AIN SHAMS UNIVERSITY Pudendal neuralgia

More information

CERVICAL DISC HERNIATION

CERVICAL DISC HERNIATION CERVICAL DISC HERNIATION Most frequent at C 5/6 level but also occur at C 6 7 & to a lesser extent at C4 5 & other levels In relatively younger persons soft disk protrusion is more common than hard disk

More information

This week. CENG 732 Computer Animation. Challenges in Human Modeling. Basic Arm Model

This week. CENG 732 Computer Animation. Challenges in Human Modeling. Basic Arm Model CENG 732 Computer Animation Spring 2006-2007 Week 8 Modeling and Animating Articulated Figures: Modeling the Arm, Walking, Facial Animation This week Modeling the arm Different joint structures Walking

More information

Understanding the DriveRack PA. The diagram below shows the DriveRack PA in the signal chain of a typical sound system.

Understanding the DriveRack PA. The diagram below shows the DriveRack PA in the signal chain of a typical sound system. Understanding the DriveRack PA The diagram below shows the DriveRack PA in the signal chain of a typical sound system. The diagram below shows all the pieces within a sound system that the DriveRack PA

More information

Real-Time Classification of Electromyographic Signals for Robotic Control

Real-Time Classification of Electromyographic Signals for Robotic Control Real-Time Classification of Electromyographic Signals for Robotic Control Beau Crawford Kai Miller Pradeep Shenoy Rajesh Rao Dept. of Computer Science University of Washington {beau,kjmiller,pshenoy,rao}@cs.washington.edu

More information

Dr. Enas Elsayed. Brunnstrom Approach

Dr. Enas Elsayed. Brunnstrom Approach Brunnstrom Approach Learning Objectives: By the end of this lab, the student will be able to: 1. Demonstrate different reflexes including stimulus and muscle tone response. 2. Demonstrate how to evoke

More information

Product Introduction MyoMuscle. Telemyo DTS-System. Telemetry system for EMG and Biomechanical Sensors. www.noraxon.com

Product Introduction MyoMuscle. Telemyo DTS-System. Telemetry system for EMG and Biomechanical Sensors. www.noraxon.com Product Introduction MyoMuscle Telemyo DTS-System Telemetry system for EMG and Biomechanical Sensors DTS Device Family 3 major device categories can be used for the Direct Transmission System technology

More information

Neurotransmission: Muscle Messages

Neurotransmission: Muscle Messages 2 Neurotransmission: Muscle Messages GOAL The goal of this unit is to reinforce the process of neuromuscular transmission with hands-on materials. Set-up: -Reaction Time poster -Nerve-muscle poster -Synapse

More information

Function (& other notes)

Function (& other notes) LAB 8. ANATOMY OF THE HUMAN BRAIN In this exercise you each will map the human brain both anatomy and function so that you can develop a more accurate picture of what s going on in your head :-) EXTERNAL

More information

The Motor System: Lecture 1 Spinal motor system

The Motor System: Lecture 1 Spinal motor system The Motor System: Lecture 1 Spinal motor system Reza Shadmehr Traylor 410, School of Medicine, shadmehr@jhu.edu NOTE: All slides and lecture notes for the motor lectures of Dr. Shadmehr are available at:

More information

Name: Teacher: Olsen Hour:

Name: Teacher: Olsen Hour: Name: Teacher: Olsen Hour: The Nervous System: Part 1 Textbook p216-225 41 In all exercises, quizzes and tests in this class, always answer in your own words. That is the only way that you can show that

More information

1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal.

1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. CHAPTER 3: OSCILLOSCOPE AND SIGNAL GENERATOR 3.1 Introduction to oscilloscope 1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. 2. The graph show signal change

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING

Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING Technological Literacy Review of Robotics I Topics and understand and be able to implement the "design 8.1, 8.2 Technology Through the Ages

More information

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE Karl M. Hink, Executive Vice President Originally presented at the Power Quality 99 Conference ABSTRACT Motor protection

More information

Machine Learning and Data Mining -

Machine Learning and Data Mining - Machine Learning and Data Mining - Perceptron Neural Networks Nuno Cavalheiro Marques (nmm@di.fct.unl.pt) Spring Semester 2010/2011 MSc in Computer Science Multi Layer Perceptron Neurons and the Perceptron

More information

Silicon Models of Visual Cortical Processing

Silicon Models of Visual Cortical Processing Silicon Models of Visual Cortical Processing Luke Theogarajan and L. A. Akers Center for Solid State Electronics Research Arizona State University, Tempe, A2-85287-570 E-mail: lakers@asu.edu ABSTRACT Receptive

More information

THE INFLUENCE OF WALL PAINTING ON SHOULDER MUSCLE ACTIVITY AND HORIZONTAL PUSH FORCE

THE INFLUENCE OF WALL PAINTING ON SHOULDER MUSCLE ACTIVITY AND HORIZONTAL PUSH FORCE THE INFLUENCE OF WALL PAINTING ON SHOULDER MUSCLE ACTIVITY AND HORIZONTAL PUSH FORCE Background: Patricia M. Rosati and Clark R. Dickerson Department of Kinesiology, University of Waterloo, Waterloo, ON

More information

Theta, Gamma, and Working Memory

Theta, Gamma, and Working Memory Theta, Gamma, and Working Memory Lecture 3.8 David S. Touretzky November, 2015 Outline Theta rhythm and gamma rhythms Phase precession in hippocampus Theta and gamma in entorhinal cortex Lisman working

More information

Robot Perception Continued

Robot Perception Continued Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart

More information

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu COPYRIGHT NOTICE: David A. Kendrick, P. Ruben Mercado, and Hans M. Amman: Computational Economics is published by Princeton University Press and copyrighted, 2006, by Princeton University Press. All rights

More information

PID Control. Proportional Integral Derivative (PID) Control. Matrix Multimedia 2011 MX009 - PID Control. by Ben Rowland, April 2011

PID Control. Proportional Integral Derivative (PID) Control. Matrix Multimedia 2011 MX009 - PID Control. by Ben Rowland, April 2011 PID Control by Ben Rowland, April 2011 Abstract PID control is used extensively in industry to control machinery and maintain working environments etc. The fundamentals of PID control are fairly straightforward

More information

Neuro-rehabilitation in Stroke. Amit Kumar Neuro-Occupational Therapist

Neuro-rehabilitation in Stroke. Amit Kumar Neuro-Occupational Therapist Neuro-rehabilitation in Stroke Amit Kumar Neuro-Occupational Therapist Neuro-rehabilitation A process whereby patients who suffer from impairment following neurologic diseases regain their former abilities

More information

6.2.8 Neural networks for data mining

6.2.8 Neural networks for data mining 6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural

More information

The Reflex Arc and Reflexes Laboratory Exercise 28

The Reflex Arc and Reflexes Laboratory Exercise 28 The Reflex Arc and Reflexes Laboratory Exercise 28 Background A reflex arc represents the simplest type of nerve pathway found in the nervous system. This pathway begins with a receptor at the dendrite

More information

12. Nervous System: Nervous Tissue

12. Nervous System: Nervous Tissue 12. Nervous System: Nervous Tissue I. Introduction to the Nervous System General functions of the nervous system The nervous system has three basic functions: 1. Gather sensory input from the environment

More information

Chiropractic Physician and Clinical Director, Advanced Physical Medicine of Yorkville, Ltd., Yorkville, IL, 2003-present

Chiropractic Physician and Clinical Director, Advanced Physical Medicine of Yorkville, Ltd., Yorkville, IL, 2003-present Brian D. Berkey, DC, ACRB-Level 1, CGFI, CFCE 207 Hillcrest Ave. Suite A, Yorkville, IL 60560 630-553-2111 630-553-0022 fax DrBerkey@AdvancedPhysicalMedicine.net SELECTED OCCUPATIONAL HISTORY Chiropractic

More information

EMG and the Electrodiagnostic Consultation for the Family Physician

EMG and the Electrodiagnostic Consultation for the Family Physician EMG and the Electrodiagnostic Consultation for the Family Physician Stephanie Kopey, D.O., P.T. 9/27/15 The American Association of Neuromuscular & Electrodiagnostic Medicine (AANEM) Marketing Committee

More information

Shoulder Extension Exercise Using Theraband

Shoulder Extension Exercise Using Theraband Shoulder Extension Exercise Using Theraband Loop the theraband around the stable surface at chest height Lift your chest and pull your arm behind you Keep your neck long and relaxed Make sure you keep

More information

CONTENT 1. 2. 5-8 9 5. 6. 7.

CONTENT 1. 2. 5-8 9 5. 6. 7. User Manual TM CONTENT 1. 2. 3. 4. 5. 6. 7. 8. 9. Introduction The Autochartist Interface Analysis Toolbar (A) Pattern Display (B) Search Pane (C) Results Pane (Completed Patterns) (D) Results Pane (Emerging

More information

Background: Hedge Funds. Methods: Correlation Analysis

Background: Hedge Funds. Methods: Correlation Analysis Stock Market Behavior Predicted by Rat Neurons by Timothy C. Marzullo, Neuroscience Program, University of Michigan, Ann Arbor Edward G. Rantze, Red Antze, Inc., Cumming, Georgia Gregory J. Gage, Biomedical

More information

Coding and decoding with convolutional codes. The Viterbi Algor

Coding and decoding with convolutional codes. The Viterbi Algor Coding and decoding with convolutional codes. The Viterbi Algorithm. 8 Block codes: main ideas Principles st point of view: infinite length block code nd point of view: convolutions Some examples Repetition

More information

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS UDC: 004.8 Original scientific paper SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS Tonimir Kišasondi, Alen Lovren i University of Zagreb, Faculty of Organization and Informatics,

More information

Contact your Doctor or Nurse for more information.

Contact your Doctor or Nurse for more information. A spinal cord injury is damage to your spinal cord that affects your movement, feeling, or the way your organs work. The injury can happen by cutting, stretching, or swelling of the spinal cord. Injury

More information

Module 1: The Somato-Motor System: Tendon Tap reflex

Module 1: The Somato-Motor System: Tendon Tap reflex Module 1: The Somato-Motor System: Tendon Tap reflex Module Objectives: 1. Describe the anatomic pathway of a tendon tap reflex. 2. Explain how a tendon tap reflex assessment assists in diagnosis of a

More information