SlideShare a Scribd company logo
1 of 8
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 15, Issue 2 (Nov. - Dec. 2013), PP 42-49
www.iosrjournals.org
www.iosrjournals.org 42 | Page
Modelling and Control of a Robotic Arm Using Artificial Neural
Network
Satyajit Bhowmick1
, Rajesh Bag1
, SK Masud Hossain1
, Subhajit Ghosh1
,
Shanta Mazumder1
, Sauvik Das Gupta2
1
Department of Electronics and Communication Engineering, WBUT, Kolkata, India
2
School of Electrical and Computer Engineering, Oklahoma State University, OK, USA
Abstract: Often it can be seen that men with a lost arm face severe difficulties doing daily chores. Artificial
Intelligence could be effectively used to provide some respite to those people. Neural networks and their
applications have been an active research topic since recent past in the rehabilitation robotics/machine
learning community, as it can be used to predict posture/gesture which is guided by signals from the human
brain. In this paper, a method is proposed to estimate force from Surface Electromyography (s-EMG) signals
generated by specific hand movements and then design and control a Robotic arm using Artificial Neural
Network (ANN) to replicate human arm. Here the force prediction is a Regression process. A hand model has
been successfully moved using servo motor that has been programmed based on the results obtained from
sample data. The results shown in this paper illustrate how the Robotic arm performs.
Index Terms: Surface EMG, Artificial Neural Network, Robotic arm, Regression.
I. Introduction
This project has been designed on data taken as Surface EMG signals from the human arm. Surface
Electromyography is a non-invasive technique for measuring muscle electrical activity that occurs during mus-
cle contraction and relaxation cycles. EMG signals contain the information about the muscle force which can be
used in human-machine interaction. Force plays an important role in these applications. Rezazadeh et al. [1]
proposed a co-adaptive Human-Machine Interface (HMI) that is developed to control virtual forearm prosthesis
over a long period of operation. This paper has influenced us to make a robotic arm based on the hand EMG
signal. The physical structure of the robotic arm has been modeled such that it can be easily assembled. It has
been simplified such that it has 1 degree of freedom (with capability of rotating 180◦
) while retaining some of
the important motions of the human arm. A five-finger model has been constructed. The working is based on the
simple fact of comparison of performances of EMG signals taken from human arm and the target to be achieved.
This model exhibits the full range of motion required to move the arm with some degree of force. A virtual re-
ality model package has been developed in MATLAB to control the model in such a manner that it is able to
demonstrate the potential of the work. Mobasser et al. [2] used multilayer perceptron ANN for hand force esti-
mation from surface EMG signals for applications in sports activities. Yang et al. [3] demonstrated the use of
ANN, Locally Weighted Projection Regression (LWPR) and SVM to estimate hand grasp force from surface
EMG signals for force control of multi-functional prosthetic hands. Haritha et al. [4] used a method to estimate
the hand force from Surface Electromyography signals using ANN.In this work, we will estimate the predicted
value of force from the surface EMG signals using a feed-forward ANN. The neural network is trained with
both EMG and force data. Then the arm model is moved using servo motor which is programmed based on the
results obtained from sample data.The next section describes the hardware setup of our system. Section III pre-
sents the methodology we proposed for force estimation and operation of the robotic arm. Section IV discusses
the experimental evaluation and results. Section V presents the conclusion of the paper.
II. Hardware Platform
This Module details about the hardware components used in this work. The hardware platform of our
research consists of surface electrode, amplifier, data acquisition board and arm model. Below we will discuss in
more details about the individual components.
A. ELECTRODE
The electrodes are used to collect muscle signals. We are using surface gelled disposable electrodes.
They come in various
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 43 | Page
(a) (b)
Figure 1. (a) Kendall Arbo skin surface electrode and (b) Snap-on electrode cable
Figure 2. Schematic of the EMG extraction along with differential amplifier configuration
shapes and sizes. They are very light. We use the Kendall Arbo [5] skin surface electrodes in this project as the
sensing electrodes.We also have used Snap-On type electrode cable to transmit EMG signals to the amplifier.
B. AMPLIFIER
EMG is a low amplitude signal and raw EMG data from the muscle cannot be read or used for further
processing without amplifying. Hence, an amplifier is connected to the electrodes to get measurable and
process-able EMG data. In our project
Figure 3. Connection diagram of AD620
we have used Instrumentation amplifier AD620.It is a low cost, high accuracy instrumentation amplifier that
requires only one external resistor to set gains of 1 to 1000.The low noise, low input bias current and low power
of the AD620 make it well suited for medical Applications such as ECG and non-invasive blood pressure moni-
tors.
C. DATA ACQUISITION BOARD
The amplified data is acquired by NI USB-6008 [6] data acquisition device and used in this work for
collecting EMG signals. It is an Analog to Digital Converter (ADC) DAQ manufactured by National Instru-
ments. The picture of the device is shown in the section below.
Figure 4. NI USB-6008
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 44 | Page
This device is connected to the PC by a USB cable.
We need EMG and Force data to go further. Forces are collected and pre-saved from a Novint Falcon haptic
device, along with the s-EMG. The Novint Falcon is a haptic device that has a grip or handle that the user can
hold to control it. The grip moves in three dimensions (right-left, forwards-backwards and up-down). However,
only the force in the Z direction is considered to represent the force produced through wrist flexion of the hand.
The force is normalized to match EMG for further analysis. When the grip is moved, the Falcon's software
tracks the movements and sends current to the motor which in turn creates a force that a user can feel. These
EMG and Force data samples are utilized.
D. ARM MODEL
The robotic arm consists of a wooden base connected to another wooden part which is made to resem-
ble the human part from the shoulder to the elbow. The servo motor is placed at the elbow which is clamped to a
hand made up of light metal sheet, covered with crape bandage and a five finger model of cardboard.
Figure 5. Robotic arm model
A servomotor is a rotary actuator that allows for precise control of angular position. It consists of a motor cou-
pled to a sensor for position feedback, through a reduction gear box. We have used servomotor VS1 [7]. The
entire model is made to mimic a human arm. The logic control of the arm is entirely done using an Arduino
board placed at the arm’s base. Arduino [8] is a single-board microcontroller designed to make the process of
(a)
(b) (c)
Figure 6. (a)Arduino decimilia and (b) Servo motor VS1 and (c) The standard USB A plug (left) and B plug
(right)
using electronics in multidisciplinary projects more accessible. The arm is made as light as possible because the
servomotor can take maximum of 200 grams of weight, so the lighter the arm, the better it is. USB connector is
used to connect the arduino to the computer & Serial Communication protocol is used to establish communica-
tion between MATLAB & arduino microcontroller. The basic USB connection is of two male jacks viz. type A
and type B.
Servo Motor
Arduino
USB Connector
Arm
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 45 | Page
Figure 7. Overall method for Movement of the Robotic Arm
III. Methodology
After Data Acquisition, the whole procedure till operating and moving the robotic arm can be broadly
classified into three steps, namely pre-processing, training the ANN and compilation. Before describing the me-
thods, it should be mentioned that we are using data samples, previously collected from falcon. The samples are
not discrete, they are in matrix form. We took five data samples of EMG vector and corresponding 5 samples of
equivalent force vectors. The co-relation is done between sample EMG of matrix (1x3311) and sample Force of
matrix (1x3311).
A. PRE-PROCESSING
i. Feature Extraction
This step extracts important information from EMG signals. Root Mean Square (RMS) is used as the
feature extraction technique in this work & eliminates the dual-axis nature of the acquired EMG data. The ma-
thematical equation for RMS is given as follows:
1
Wher1e,
N = Total number of values
x = Individual data points
A MATLAB code is written in order to get the dynamic RMS values of the EMG signals through an overlap-
ping continuous
window update method for the whole data length of the EMG. The value of the window (N) is fixed to 90 sam-
ples in this case
Figure 9. RMS plot of EMG data
Figure 8. Raw EMG signal
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 46 | Page
ii. Data filtering
Raw EMG data needs to be filtered in order to reduce the noise or improve the Signal-to-Noise Ratio
(SNR). Smoothing filter is applied on the signal to remove the high frequency fluctuations. Here we implement
a Pseudo-Gaussian smoothing filter in MATLAB to achieve the above purpose. The noise is considerably re-
duced and the SNR is improved which in turn facilitates better feature extraction. Seeing the figure we can un-
derstand the importance of this step.
Figure 10. RMS plot of EMG data after filtering
iii. Transformation
Even though, filtered EMG and force values were recorded at the same time and for the same amount
of time, Force transformation or normalization was done by a MATLAB program using the mapstd function in
order to overcome the problem of mismatch in the scale of samples of force values (in Newtons) and EMG val-
ues (in Millivolts). It process matrices by mapping each row’s mean to zero and deviations to one. It is an ap-
proach for scaling network inputs and targets so that they will have zero mean and unity standard deviation. The
input and the target vector to the neural network are the feature vector of EMG values and normalized force vec-
tor values. The regression results are improved.
Figure 11. Normalized EMG data on left and normalized force on right
iv. Dynamic Time Warping
Dynamic Time Warping (DTW) is a well-known technique to find an optimal alignment between two
given (time-dependent) sequences. It gives nonlinear time normalization between the two signals. DTW can be
applied to two waveforms which have approximately the same overall amplitude profiles, but are not close to
each other in the time axes. In spite of the actions being the same, it is impossible to repeat the same action with
same intensity & for the same time-span. Hence, in some actions, though the peak values of forces are same, the
time axes do not match. DTW was used to find an optimal alignment with time series and to improve regression
results. Reference templates for DTW are created by averaging all the signals. DTW is used to eliminate the
distortion in these signals.
Figure 12. Force data after DTW
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 47 | Page
B. TRAINING THE ANN
In this work, a two layer feed forward artificial neural network with sigmoid hidden neurons and linear
output neurons are used for force regression from a single channel of EMG signal. The network is trained with
data samples for flexions. The input to the feed forward neural network is the EMG feature vector and the force
is the target vector (We have taken data samples of force). In order to improve the performance of the network
and to prevent high bias and variance, the data is separated into training set, cross-validation set and testing set.
The network is trained with four different sets of inputs (different sets of data obtained from a single channel of
EMG) and targets (corresponding force values).The Mean Squared Error (mse) is used as the performance
measure. The average training error is found to be 3.05355e-05. Average overall regression value from training,
validation and test set is found to be 0.9999 (maximum value of R is 1).
C. COMPILATION in MATLAB GUI
In this automated callback function, we introduce our required code.
Figure 13. Flowchart of basic steps to make a Matlab GUI
We have constructed a MATLAB GUI in order to simplify the workflow through graphical control & avoid
using huge commands repetitively.
Figure 14. The final GUI looks like this
i. Interfacing and MSE calculation
After the serial port is made available for duplex communication between MATLAB & Arduino, we
check the mse. If the mse is lower than a certain threshold value to match the original signal, then the movement
of motor will be clockwise or counter clockwise as programmed. Otherwise it will not rotate. By observation,
we found this threshold mse value to be 0.05. For our test case, we considered the Flexion movement as our test
case. Movement can be in both ways with greater prospects.
ii. Compilation Workflow
 The mse obtained from ANN is checked.
 If mse is less than 0.05, MATLAB communicates with Arduino with a baud rate of 9600 bits/sec &
sends a go-ahead flag signal.
 If Arduino receives the go-ahead flag, it commands the servo to rotate at an angle 60◦
and again return
to its original position.
 Thus flexion is replicated.
 If mse is greater than 0.05, it implies, the obtained signal is varied too much from the original signal to
be considered as flexion. Thus no action is taken.
IV. Experimental Evaluation
First of all, the muscle site, the flexor carpi ulnaris muscle is identified to be involved in the flexion ac-
tion. The selected hand area is cleaned with NuPrep abrasive skin cream [9] to remove dry and dead cells in
order to increase signal conduction and skin electrode impedance. Ten20 conductive enhancement paste [10] is
applied to the grey portion of the EMG electrode to enhance conduction. The electrode is connected to the am-
plifier through electrode cable. This amplifier through NI USB-6008 is connected to the computer. Using this
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 48 | Page
arrangement we have collected the EMG data samples for different hand movement using DAQ software and
MATLAB. The second part of the experiment is to operate the robotic arm using the flexion EMG samples. In
this part, we connect the arm using USB connector to the computer. We have randomly chosen three samples,
one for each of flexion (bending of arm from elbow), grasp (grasp of palm) and wave (wrist waving) move-
ments. We have got the mse for those samples, using the previously mentioned methods, as follows:
Table 1: Mean square error between actual and predicted force
Figure15. (a) Regression curve for flexion and (b) validation performance curve for flexion (Training curve,
validation curve, test curve, best fitting curve)
As force is correlated with flexion, grasp and wave show no correlation. So, mse for grasp and wave is higher.
We have set the value of the mse, 0.05, as the condition for movement of the arm. If mse is less than 0.05, then
there will be a movement of the arm (from stable state to upwards or downwards direction and then back to the
stable state). When we run the Matlab GUI then we found that the robotic arm moved UP and DOWN only for
the input EMG of flexion as this is the best fitting curve, matches closely with the force and the mse is within
the range. For the rest of the signals the arm does not move as mse does not match with that of the condition.
V. Discussions And Conclusions
This paper presents a method to estimate the muscle force from the surface EMG signals using ANN
and replicate it through a robotic arm. It is a very basic model. Here we have collected data from only one mus-
cle as involving different muscle would make it more complicated. The network trained for one subject may not
be applied for other subjects since the muscle force exerted may not be the same for all the subjects. Hence, the
network has to be re-trained when the subject changes. Moving on to the part of replication through robotic arm,
current generation of robotic arms generally contains six degrees of freedom. But for the sake of simplicity, we
have considered only one. Moreover, only the arm joint of the hand has been replicated, while joints of fingers
Action MSE
Flexion 3.50355e-5
Grasp 0.095
Wave 0.074
(b)
Modelling And Control Of A Robotic Arm Using Artificial Neural Network
www.iosrjournals.org 49 | Page
have been ignored. A force feedback system would also increase sensitivity. Though there are some shortcom-
ings, the model could effectively be used in future with some modifications and advancement for purposes like
prosthetic arm, force multiplication using EEG signals etc.
Acknowledgement
This project is supported by WBUT and ESL, Salt Lake, Kolkata.
References
[1] I.M. Rezazadeh, M. Firoozabadi, H. Hu and M. Reza Hashemi Golpayegani, “Co-Adaptive and Affective Human-Machine Inter-
face for Improving Training Performances of Virtual Myoelectric Forearm Prosthesis”, IEEE Transactions on Affective Computing,
Vol. 3, No. 3, 2012, pages 285-297.
[2] F. Mobasser and K. Hashtrudi-Zaad, “Rowing Stroke Force Estimation with EMG Signals using Artificial Neural Networks”, in
Proc. 2005IEEE Conference on Control Applications, Toronto, Canada, August 28-31, 2005, pp. 825-830.
[3] D. Yang, J. Zhao, Y. Gu, L. Jiang and H. Liu,“Estimation of Hand Grasp Force based on Forearm Surface EMG”, in Proc. 2009
IEEE International Conference on Mechatronics and Automation, Changchun, China, August 9-12, pp. 1795-1799.
[4] Haritha Srinivasan., Sauvik Gupta, Weihua Sheng and Heping Chen, “Estimation of Hand Force from Surface Electromyography
Signals using Artificial Neural Network”, The 10th
., World Congress on Intelligent Control and Automation (WCICA), 2012, Bei-
jing, China, 6-8 July 2012, pages 584-589.
[5] “Kendall ARBO disposable EMG/EKG Electrodes”, [Online], Available:http://bio-medical.com/products/kendall-tyco-
arbodisposable-electrodes-50pkg.html
[6] “NI USB-6008 DAQ”, [online], Available: http://sine.ni.com/nips/cds/view/p/lang/en/nid/201986
[7] Servomotor http://en.wikipedia.org/wiki/ServoMotor
[8] Arduino http://www.arduino.cc/
[9] “NuPrep skin preparation gel” [Online].Available: http://biomedical.com/products/nuprep-eegecg-skin-prep-gel-3-pack-of-
4oztubes.html
[10] “Ten20 Conductive Paste” [Online]. Available: http://www.doweaver.com/ten20.html

More Related Content

What's hot

A novel efficient human computer interface using an electrooculogram
A novel efficient human computer interface using an electrooculogramA novel efficient human computer interface using an electrooculogram
A novel efficient human computer interface using an electrooculogrameSAT Publishing House
 
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interfaceEEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interfaceWilly Marroquin (WillyDevNET)
 
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...IRJET Journal
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Deviceoblu.io
 
EECS452EMGFinalProjectReportPDF
EECS452EMGFinalProjectReportPDFEECS452EMGFinalProjectReportPDF
EECS452EMGFinalProjectReportPDFAngie Zhang
 
Multi Inertial Measurement Units (MIMU) Platforms: Designs & Applications
Multi Inertial Measurement Units (MIMU)  Platforms: Designs & ApplicationsMulti Inertial Measurement Units (MIMU)  Platforms: Designs & Applications
Multi Inertial Measurement Units (MIMU) Platforms: Designs & Applicationsoblu.io
 
Osmium MIMU4444: Massive Multi-IMU Array
Osmium MIMU4444: Massive Multi-IMU ArrayOsmium MIMU4444: Massive Multi-IMU Array
Osmium MIMU4444: Massive Multi-IMU Arrayoblu.io
 
NET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air musclesNET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air musclesRosemary James T
 
NET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air musclesNET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air musclesRosemary James T
 
Osmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation Module
Osmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation ModuleOsmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation Module
Osmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation Moduleoblu.io
 
A Review on Bionic Arm
A Review on Bionic ArmA Review on Bionic Arm
A Review on Bionic Armijtsrd
 
EE-198BFinalWrittenReport.docx
EE-198BFinalWrittenReport.docxEE-198BFinalWrittenReport.docx
EE-198BFinalWrittenReport.docxDaniel Beebe
 
Massive Sensors Array for Precision Sensing
Massive Sensors Array for Precision SensingMassive Sensors Array for Precision Sensing
Massive Sensors Array for Precision Sensingoblu.io
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETERDESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETERIJCSEA Journal
 
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensorEvolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensoroblu.io
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systemsoblu.io
 

What's hot (20)

A novel efficient human computer interface using an electrooculogram
A novel efficient human computer interface using an electrooculogramA novel efficient human computer interface using an electrooculogram
A novel efficient human computer interface using an electrooculogram
 
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interfaceEEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
EEG Mouse:A Machine Learning-Based Brain Computer Interface_interface
 
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Device
 
EECS452EMGFinalProjectReportPDF
EECS452EMGFinalProjectReportPDFEECS452EMGFinalProjectReportPDF
EECS452EMGFinalProjectReportPDF
 
Multi Inertial Measurement Units (MIMU) Platforms: Designs & Applications
Multi Inertial Measurement Units (MIMU)  Platforms: Designs & ApplicationsMulti Inertial Measurement Units (MIMU)  Platforms: Designs & Applications
Multi Inertial Measurement Units (MIMU) Platforms: Designs & Applications
 
30120140506012 2
30120140506012 230120140506012 2
30120140506012 2
 
Osmium MIMU4444: Massive Multi-IMU Array
Osmium MIMU4444: Massive Multi-IMU ArrayOsmium MIMU4444: Massive Multi-IMU Array
Osmium MIMU4444: Massive Multi-IMU Array
 
NET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air musclesNET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
 
NET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air musclesNET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air muscles
 
Osmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation Module
Osmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation ModuleOsmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation Module
Osmium MIMU22BT: A Micro Wireless Multi-IMU (MIMU) Inertial Navigation Module
 
report_komal
report_komalreport_komal
report_komal
 
20120140502021 2
20120140502021 220120140502021 2
20120140502021 2
 
A Review on Bionic Arm
A Review on Bionic ArmA Review on Bionic Arm
A Review on Bionic Arm
 
EE-198BFinalWrittenReport.docx
EE-198BFinalWrittenReport.docxEE-198BFinalWrittenReport.docx
EE-198BFinalWrittenReport.docx
 
Massive Sensors Array for Precision Sensing
Massive Sensors Array for Precision SensingMassive Sensors Array for Precision Sensing
Massive Sensors Array for Precision Sensing
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETERDESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
DESIGN AND DEVELOPMENT OF WRIST-TILT BASED PC CURSOR CONTROL USING ACCELEROMETER
 
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensorEvolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systems
 

Viewers also liked

Structural analysis of multiplate clutch
Structural analysis of multiplate clutchStructural analysis of multiplate clutch
Structural analysis of multiplate clutchIOSR Journals
 
Importance of Development of Quality Checklists
Importance of Development of Quality ChecklistsImportance of Development of Quality Checklists
Importance of Development of Quality ChecklistsIOSR Journals
 
Prevention of Selective Jamming Attacks by Using Packet Hiding Methods
Prevention of Selective Jamming Attacks by Using Packet Hiding MethodsPrevention of Selective Jamming Attacks by Using Packet Hiding Methods
Prevention of Selective Jamming Attacks by Using Packet Hiding MethodsIOSR Journals
 
Simulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorSimulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorIOSR Journals
 
CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...
CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...
CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...IOSR Journals
 

Viewers also liked (20)

Structural analysis of multiplate clutch
Structural analysis of multiplate clutchStructural analysis of multiplate clutch
Structural analysis of multiplate clutch
 
K017655963
K017655963K017655963
K017655963
 
C011111523
C011111523C011111523
C011111523
 
O01021101112
O01021101112O01021101112
O01021101112
 
P18030492101
P18030492101P18030492101
P18030492101
 
N0106198102
N0106198102N0106198102
N0106198102
 
N010328691
N010328691N010328691
N010328691
 
Importance of Development of Quality Checklists
Importance of Development of Quality ChecklistsImportance of Development of Quality Checklists
Importance of Development of Quality Checklists
 
P01213112116
P01213112116P01213112116
P01213112116
 
U180304130141
U180304130141U180304130141
U180304130141
 
M010427686
M010427686M010427686
M010427686
 
J1302036468
J1302036468J1302036468
J1302036468
 
B012530710
B012530710B012530710
B012530710
 
P130303111116
P130303111116P130303111116
P130303111116
 
E012632429
E012632429E012632429
E012632429
 
Prevention of Selective Jamming Attacks by Using Packet Hiding Methods
Prevention of Selective Jamming Attacks by Using Packet Hiding MethodsPrevention of Selective Jamming Attacks by Using Packet Hiding Methods
Prevention of Selective Jamming Attacks by Using Packet Hiding Methods
 
Simulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorSimulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal Simulator
 
G010343844
G010343844G010343844
G010343844
 
D010112031
D010112031D010112031
D010112031
 
CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...
CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...
CFD Simulation of Swirling Effect in S-Shaped Diffusing Duct by Swirl Angle o...
 

Similar to Modelling and Control of a Robotic Arm Using Artificial Neural Network

Motor Imagery based Brain Computer Interface for Windows Operating System
Motor Imagery based Brain Computer Interface for Windows Operating SystemMotor Imagery based Brain Computer Interface for Windows Operating System
Motor Imagery based Brain Computer Interface for Windows Operating SystemIRJET Journal
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...IJERD Editor
 
Recognition of new gestures using myo armband for myoelectric prosthetic appl...
Recognition of new gestures using myo armband for myoelectric prosthetic appl...Recognition of new gestures using myo armband for myoelectric prosthetic appl...
Recognition of new gestures using myo armband for myoelectric prosthetic appl...IJECEIAES
 
A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...IJECEIAES
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Using deep neural networks in classifying electromyography signals for hand g...
Using deep neural networks in classifying electromyography signals for hand g...Using deep neural networks in classifying electromyography signals for hand g...
Using deep neural networks in classifying electromyography signals for hand g...IAESIJAI
 
Semi-Automated Control System for Reaching Movements in EMG Shoulder
Semi-Automated Control System for Reaching Movements in EMG ShoulderSemi-Automated Control System for Reaching Movements in EMG Shoulder
Semi-Automated Control System for Reaching Movements in EMG ShoulderIRJET Journal
 
Final Thesis Presentation
Final Thesis PresentationFinal Thesis Presentation
Final Thesis PresentationSajid Rasheed
 
Iisrt ramkumar
Iisrt ramkumarIisrt ramkumar
Iisrt ramkumarIISRT
 
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...IRJET Journal
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 
Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...IOSRJMCE
 
Prosthetic hand using Artificial Neural Network
Prosthetic hand using Artificial Neural NetworkProsthetic hand using Artificial Neural Network
Prosthetic hand using Artificial Neural NetworkSreenath S
 
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORTHUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORTgautam221094
 
Iaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd Iaetsd
 
OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...
OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...
OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...ijaia
 

Similar to Modelling and Control of a Robotic Arm Using Artificial Neural Network (20)

Motor Imagery based Brain Computer Interface for Windows Operating System
Motor Imagery based Brain Computer Interface for Windows Operating SystemMotor Imagery based Brain Computer Interface for Windows Operating System
Motor Imagery based Brain Computer Interface for Windows Operating System
 
Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...Hand movements based control of an intelligent wheelchair Using Accelerometer...
Hand movements based control of an intelligent wheelchair Using Accelerometer...
 
Recognition of new gestures using myo armband for myoelectric prosthetic appl...
Recognition of new gestures using myo armband for myoelectric prosthetic appl...Recognition of new gestures using myo armband for myoelectric prosthetic appl...
Recognition of new gestures using myo armband for myoelectric prosthetic appl...
 
A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...A nonlinearities inverse distance weighting spatial interpolation approach ap...
A nonlinearities inverse distance weighting spatial interpolation approach ap...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Using deep neural networks in classifying electromyography signals for hand g...
Using deep neural networks in classifying electromyography signals for hand g...Using deep neural networks in classifying electromyography signals for hand g...
Using deep neural networks in classifying electromyography signals for hand g...
 
Semi-Automated Control System for Reaching Movements in EMG Shoulder
Semi-Automated Control System for Reaching Movements in EMG ShoulderSemi-Automated Control System for Reaching Movements in EMG Shoulder
Semi-Automated Control System for Reaching Movements in EMG Shoulder
 
Final Thesis Presentation
Final Thesis PresentationFinal Thesis Presentation
Final Thesis Presentation
 
Iisrt ramkumar
Iisrt ramkumarIisrt ramkumar
Iisrt ramkumar
 
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
IRJET-V9I114.pdfA Review Paper on Economical Bionic Arm with Predefined Grasp...
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
1569736195
15697361951569736195
1569736195
 
Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...Application of Artificial Neural Networking for Determining the Plane of Vibr...
Application of Artificial Neural Networking for Determining the Plane of Vibr...
 
Prosthetic hand using Artificial Neural Network
Prosthetic hand using Artificial Neural NetworkProsthetic hand using Artificial Neural Network
Prosthetic hand using Artificial Neural Network
 
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORTHUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
HUMAN MACHINE INTERFACE THROUGH ELECTROMYOGRAPHY MINOR PROJECT FULL REPORT
 
Iaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gestures
 
OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...
OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...
OPTIMIZATION OF NEURAL NETWORK ARCHITECTURE FOR BIOMECHANIC CLASSIFICATION TA...
 
Ijetcas14 393
Ijetcas14 393Ijetcas14 393
Ijetcas14 393
 
L41047379
L41047379L41047379
L41047379
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 

Recently uploaded (20)

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 

Modelling and Control of a Robotic Arm Using Artificial Neural Network

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 15, Issue 2 (Nov. - Dec. 2013), PP 42-49 www.iosrjournals.org www.iosrjournals.org 42 | Page Modelling and Control of a Robotic Arm Using Artificial Neural Network Satyajit Bhowmick1 , Rajesh Bag1 , SK Masud Hossain1 , Subhajit Ghosh1 , Shanta Mazumder1 , Sauvik Das Gupta2 1 Department of Electronics and Communication Engineering, WBUT, Kolkata, India 2 School of Electrical and Computer Engineering, Oklahoma State University, OK, USA Abstract: Often it can be seen that men with a lost arm face severe difficulties doing daily chores. Artificial Intelligence could be effectively used to provide some respite to those people. Neural networks and their applications have been an active research topic since recent past in the rehabilitation robotics/machine learning community, as it can be used to predict posture/gesture which is guided by signals from the human brain. In this paper, a method is proposed to estimate force from Surface Electromyography (s-EMG) signals generated by specific hand movements and then design and control a Robotic arm using Artificial Neural Network (ANN) to replicate human arm. Here the force prediction is a Regression process. A hand model has been successfully moved using servo motor that has been programmed based on the results obtained from sample data. The results shown in this paper illustrate how the Robotic arm performs. Index Terms: Surface EMG, Artificial Neural Network, Robotic arm, Regression. I. Introduction This project has been designed on data taken as Surface EMG signals from the human arm. Surface Electromyography is a non-invasive technique for measuring muscle electrical activity that occurs during mus- cle contraction and relaxation cycles. EMG signals contain the information about the muscle force which can be used in human-machine interaction. Force plays an important role in these applications. Rezazadeh et al. [1] proposed a co-adaptive Human-Machine Interface (HMI) that is developed to control virtual forearm prosthesis over a long period of operation. This paper has influenced us to make a robotic arm based on the hand EMG signal. The physical structure of the robotic arm has been modeled such that it can be easily assembled. It has been simplified such that it has 1 degree of freedom (with capability of rotating 180◦ ) while retaining some of the important motions of the human arm. A five-finger model has been constructed. The working is based on the simple fact of comparison of performances of EMG signals taken from human arm and the target to be achieved. This model exhibits the full range of motion required to move the arm with some degree of force. A virtual re- ality model package has been developed in MATLAB to control the model in such a manner that it is able to demonstrate the potential of the work. Mobasser et al. [2] used multilayer perceptron ANN for hand force esti- mation from surface EMG signals for applications in sports activities. Yang et al. [3] demonstrated the use of ANN, Locally Weighted Projection Regression (LWPR) and SVM to estimate hand grasp force from surface EMG signals for force control of multi-functional prosthetic hands. Haritha et al. [4] used a method to estimate the hand force from Surface Electromyography signals using ANN.In this work, we will estimate the predicted value of force from the surface EMG signals using a feed-forward ANN. The neural network is trained with both EMG and force data. Then the arm model is moved using servo motor which is programmed based on the results obtained from sample data.The next section describes the hardware setup of our system. Section III pre- sents the methodology we proposed for force estimation and operation of the robotic arm. Section IV discusses the experimental evaluation and results. Section V presents the conclusion of the paper. II. Hardware Platform This Module details about the hardware components used in this work. The hardware platform of our research consists of surface electrode, amplifier, data acquisition board and arm model. Below we will discuss in more details about the individual components. A. ELECTRODE The electrodes are used to collect muscle signals. We are using surface gelled disposable electrodes. They come in various
  • 2. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 43 | Page (a) (b) Figure 1. (a) Kendall Arbo skin surface electrode and (b) Snap-on electrode cable Figure 2. Schematic of the EMG extraction along with differential amplifier configuration shapes and sizes. They are very light. We use the Kendall Arbo [5] skin surface electrodes in this project as the sensing electrodes.We also have used Snap-On type electrode cable to transmit EMG signals to the amplifier. B. AMPLIFIER EMG is a low amplitude signal and raw EMG data from the muscle cannot be read or used for further processing without amplifying. Hence, an amplifier is connected to the electrodes to get measurable and process-able EMG data. In our project Figure 3. Connection diagram of AD620 we have used Instrumentation amplifier AD620.It is a low cost, high accuracy instrumentation amplifier that requires only one external resistor to set gains of 1 to 1000.The low noise, low input bias current and low power of the AD620 make it well suited for medical Applications such as ECG and non-invasive blood pressure moni- tors. C. DATA ACQUISITION BOARD The amplified data is acquired by NI USB-6008 [6] data acquisition device and used in this work for collecting EMG signals. It is an Analog to Digital Converter (ADC) DAQ manufactured by National Instru- ments. The picture of the device is shown in the section below. Figure 4. NI USB-6008
  • 3. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 44 | Page This device is connected to the PC by a USB cable. We need EMG and Force data to go further. Forces are collected and pre-saved from a Novint Falcon haptic device, along with the s-EMG. The Novint Falcon is a haptic device that has a grip or handle that the user can hold to control it. The grip moves in three dimensions (right-left, forwards-backwards and up-down). However, only the force in the Z direction is considered to represent the force produced through wrist flexion of the hand. The force is normalized to match EMG for further analysis. When the grip is moved, the Falcon's software tracks the movements and sends current to the motor which in turn creates a force that a user can feel. These EMG and Force data samples are utilized. D. ARM MODEL The robotic arm consists of a wooden base connected to another wooden part which is made to resem- ble the human part from the shoulder to the elbow. The servo motor is placed at the elbow which is clamped to a hand made up of light metal sheet, covered with crape bandage and a five finger model of cardboard. Figure 5. Robotic arm model A servomotor is a rotary actuator that allows for precise control of angular position. It consists of a motor cou- pled to a sensor for position feedback, through a reduction gear box. We have used servomotor VS1 [7]. The entire model is made to mimic a human arm. The logic control of the arm is entirely done using an Arduino board placed at the arm’s base. Arduino [8] is a single-board microcontroller designed to make the process of (a) (b) (c) Figure 6. (a)Arduino decimilia and (b) Servo motor VS1 and (c) The standard USB A plug (left) and B plug (right) using electronics in multidisciplinary projects more accessible. The arm is made as light as possible because the servomotor can take maximum of 200 grams of weight, so the lighter the arm, the better it is. USB connector is used to connect the arduino to the computer & Serial Communication protocol is used to establish communica- tion between MATLAB & arduino microcontroller. The basic USB connection is of two male jacks viz. type A and type B. Servo Motor Arduino USB Connector Arm
  • 4. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 45 | Page Figure 7. Overall method for Movement of the Robotic Arm III. Methodology After Data Acquisition, the whole procedure till operating and moving the robotic arm can be broadly classified into three steps, namely pre-processing, training the ANN and compilation. Before describing the me- thods, it should be mentioned that we are using data samples, previously collected from falcon. The samples are not discrete, they are in matrix form. We took five data samples of EMG vector and corresponding 5 samples of equivalent force vectors. The co-relation is done between sample EMG of matrix (1x3311) and sample Force of matrix (1x3311). A. PRE-PROCESSING i. Feature Extraction This step extracts important information from EMG signals. Root Mean Square (RMS) is used as the feature extraction technique in this work & eliminates the dual-axis nature of the acquired EMG data. The ma- thematical equation for RMS is given as follows: 1 Wher1e, N = Total number of values x = Individual data points A MATLAB code is written in order to get the dynamic RMS values of the EMG signals through an overlap- ping continuous window update method for the whole data length of the EMG. The value of the window (N) is fixed to 90 sam- ples in this case Figure 9. RMS plot of EMG data Figure 8. Raw EMG signal
  • 5. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 46 | Page ii. Data filtering Raw EMG data needs to be filtered in order to reduce the noise or improve the Signal-to-Noise Ratio (SNR). Smoothing filter is applied on the signal to remove the high frequency fluctuations. Here we implement a Pseudo-Gaussian smoothing filter in MATLAB to achieve the above purpose. The noise is considerably re- duced and the SNR is improved which in turn facilitates better feature extraction. Seeing the figure we can un- derstand the importance of this step. Figure 10. RMS plot of EMG data after filtering iii. Transformation Even though, filtered EMG and force values were recorded at the same time and for the same amount of time, Force transformation or normalization was done by a MATLAB program using the mapstd function in order to overcome the problem of mismatch in the scale of samples of force values (in Newtons) and EMG val- ues (in Millivolts). It process matrices by mapping each row’s mean to zero and deviations to one. It is an ap- proach for scaling network inputs and targets so that they will have zero mean and unity standard deviation. The input and the target vector to the neural network are the feature vector of EMG values and normalized force vec- tor values. The regression results are improved. Figure 11. Normalized EMG data on left and normalized force on right iv. Dynamic Time Warping Dynamic Time Warping (DTW) is a well-known technique to find an optimal alignment between two given (time-dependent) sequences. It gives nonlinear time normalization between the two signals. DTW can be applied to two waveforms which have approximately the same overall amplitude profiles, but are not close to each other in the time axes. In spite of the actions being the same, it is impossible to repeat the same action with same intensity & for the same time-span. Hence, in some actions, though the peak values of forces are same, the time axes do not match. DTW was used to find an optimal alignment with time series and to improve regression results. Reference templates for DTW are created by averaging all the signals. DTW is used to eliminate the distortion in these signals. Figure 12. Force data after DTW
  • 6. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 47 | Page B. TRAINING THE ANN In this work, a two layer feed forward artificial neural network with sigmoid hidden neurons and linear output neurons are used for force regression from a single channel of EMG signal. The network is trained with data samples for flexions. The input to the feed forward neural network is the EMG feature vector and the force is the target vector (We have taken data samples of force). In order to improve the performance of the network and to prevent high bias and variance, the data is separated into training set, cross-validation set and testing set. The network is trained with four different sets of inputs (different sets of data obtained from a single channel of EMG) and targets (corresponding force values).The Mean Squared Error (mse) is used as the performance measure. The average training error is found to be 3.05355e-05. Average overall regression value from training, validation and test set is found to be 0.9999 (maximum value of R is 1). C. COMPILATION in MATLAB GUI In this automated callback function, we introduce our required code. Figure 13. Flowchart of basic steps to make a Matlab GUI We have constructed a MATLAB GUI in order to simplify the workflow through graphical control & avoid using huge commands repetitively. Figure 14. The final GUI looks like this i. Interfacing and MSE calculation After the serial port is made available for duplex communication between MATLAB & Arduino, we check the mse. If the mse is lower than a certain threshold value to match the original signal, then the movement of motor will be clockwise or counter clockwise as programmed. Otherwise it will not rotate. By observation, we found this threshold mse value to be 0.05. For our test case, we considered the Flexion movement as our test case. Movement can be in both ways with greater prospects. ii. Compilation Workflow  The mse obtained from ANN is checked.  If mse is less than 0.05, MATLAB communicates with Arduino with a baud rate of 9600 bits/sec & sends a go-ahead flag signal.  If Arduino receives the go-ahead flag, it commands the servo to rotate at an angle 60◦ and again return to its original position.  Thus flexion is replicated.  If mse is greater than 0.05, it implies, the obtained signal is varied too much from the original signal to be considered as flexion. Thus no action is taken. IV. Experimental Evaluation First of all, the muscle site, the flexor carpi ulnaris muscle is identified to be involved in the flexion ac- tion. The selected hand area is cleaned with NuPrep abrasive skin cream [9] to remove dry and dead cells in order to increase signal conduction and skin electrode impedance. Ten20 conductive enhancement paste [10] is applied to the grey portion of the EMG electrode to enhance conduction. The electrode is connected to the am- plifier through electrode cable. This amplifier through NI USB-6008 is connected to the computer. Using this
  • 7. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 48 | Page arrangement we have collected the EMG data samples for different hand movement using DAQ software and MATLAB. The second part of the experiment is to operate the robotic arm using the flexion EMG samples. In this part, we connect the arm using USB connector to the computer. We have randomly chosen three samples, one for each of flexion (bending of arm from elbow), grasp (grasp of palm) and wave (wrist waving) move- ments. We have got the mse for those samples, using the previously mentioned methods, as follows: Table 1: Mean square error between actual and predicted force Figure15. (a) Regression curve for flexion and (b) validation performance curve for flexion (Training curve, validation curve, test curve, best fitting curve) As force is correlated with flexion, grasp and wave show no correlation. So, mse for grasp and wave is higher. We have set the value of the mse, 0.05, as the condition for movement of the arm. If mse is less than 0.05, then there will be a movement of the arm (from stable state to upwards or downwards direction and then back to the stable state). When we run the Matlab GUI then we found that the robotic arm moved UP and DOWN only for the input EMG of flexion as this is the best fitting curve, matches closely with the force and the mse is within the range. For the rest of the signals the arm does not move as mse does not match with that of the condition. V. Discussions And Conclusions This paper presents a method to estimate the muscle force from the surface EMG signals using ANN and replicate it through a robotic arm. It is a very basic model. Here we have collected data from only one mus- cle as involving different muscle would make it more complicated. The network trained for one subject may not be applied for other subjects since the muscle force exerted may not be the same for all the subjects. Hence, the network has to be re-trained when the subject changes. Moving on to the part of replication through robotic arm, current generation of robotic arms generally contains six degrees of freedom. But for the sake of simplicity, we have considered only one. Moreover, only the arm joint of the hand has been replicated, while joints of fingers Action MSE Flexion 3.50355e-5 Grasp 0.095 Wave 0.074 (b)
  • 8. Modelling And Control Of A Robotic Arm Using Artificial Neural Network www.iosrjournals.org 49 | Page have been ignored. A force feedback system would also increase sensitivity. Though there are some shortcom- ings, the model could effectively be used in future with some modifications and advancement for purposes like prosthetic arm, force multiplication using EEG signals etc. Acknowledgement This project is supported by WBUT and ESL, Salt Lake, Kolkata. References [1] I.M. Rezazadeh, M. Firoozabadi, H. Hu and M. Reza Hashemi Golpayegani, “Co-Adaptive and Affective Human-Machine Inter- face for Improving Training Performances of Virtual Myoelectric Forearm Prosthesis”, IEEE Transactions on Affective Computing, Vol. 3, No. 3, 2012, pages 285-297. [2] F. Mobasser and K. Hashtrudi-Zaad, “Rowing Stroke Force Estimation with EMG Signals using Artificial Neural Networks”, in Proc. 2005IEEE Conference on Control Applications, Toronto, Canada, August 28-31, 2005, pp. 825-830. [3] D. Yang, J. Zhao, Y. Gu, L. Jiang and H. Liu,“Estimation of Hand Grasp Force based on Forearm Surface EMG”, in Proc. 2009 IEEE International Conference on Mechatronics and Automation, Changchun, China, August 9-12, pp. 1795-1799. [4] Haritha Srinivasan., Sauvik Gupta, Weihua Sheng and Heping Chen, “Estimation of Hand Force from Surface Electromyography Signals using Artificial Neural Network”, The 10th ., World Congress on Intelligent Control and Automation (WCICA), 2012, Bei- jing, China, 6-8 July 2012, pages 584-589. [5] “Kendall ARBO disposable EMG/EKG Electrodes”, [Online], Available:http://bio-medical.com/products/kendall-tyco- arbodisposable-electrodes-50pkg.html [6] “NI USB-6008 DAQ”, [online], Available: http://sine.ni.com/nips/cds/view/p/lang/en/nid/201986 [7] Servomotor http://en.wikipedia.org/wiki/ServoMotor [8] Arduino http://www.arduino.cc/ [9] “NuPrep skin preparation gel” [Online].Available: http://biomedical.com/products/nuprep-eegecg-skin-prep-gel-3-pack-of- 4oztubes.html [10] “Ten20 Conductive Paste” [Online]. Available: http://www.doweaver.com/ten20.html