Analysis and Classification EMG Signals
Analysis and Classification EMG Signals
(EMG) Signals
Nur Hasanah Binti Shafei, Nur Sabrina Binti Risman, Kartini Binti Ibrahim, Idayu Binti Mohamed Rasid
II. METHODOLOGY
b) There are several parameters that can be used % Parameter4: Maximum power
as an input of rule base classifier. The system z = abs (Y);
designed for obtaining results by simply using maxz = max (z)
one of the following signal parameters. % Classification for the result process
xH = 0;
% Parameter1: Median value if (maxz < 5200)
medianx = median (Y) % xH = avex1;
absx = abs(median msgbox('The signal belong to patient 1')
% Classification for the result process elseif(maxz > 5200)
xH = 0; % xH = avex2
if (absx < 580) msgbox('The signal belong to patient 2')
% xH = avex1; end
msgbox('The signal belong to patient 1')
elseif(absx > 580) % Parameter5: Minimum power
% xH = avex2 z = abs (Y);
msgbox('The signal belong to patient 2') minz = min (z)
end % Classification for the result process
xH = 0;
% Parameter2: Average value if (minz < 20)
avex = mean (Y) % xH = avex1;
absx= abs(avex) msgbox('The signal belong to patient 1')
% Classification for the result process elseif(minz > 20)
xH = 0; % xH = avex2
if (absx < 10) msgbox('The signal belong to patient 2')
% xH = avex1; end
msgbox('The signal belong to patient 1')
Last but not least, the analysis and
classification of EMG signal to differentiate the
signal coming from which patient can be verified.
V. REFERENCES
Figure 8(a): the result obtaining for patient 1 by
using GUI
[1]. Martin, L., Diagnosis of Neuromuscular
disease using surface EMG with neural network
analysis. COIN512(Comp.) Project Brief
[2]. David, M. Blake, Procedures Offered for
Lexington Neurology General Services. Lexington,
KY.
[3]. Malcown, C. Brown, The Medical
Equipment Dictionary- Electromygram. 2007.
Liverpool, United Kingdom.
[4]. M.B.I Raez, et al. Zhu, J., et al. Techniques
of EMG Signal Analysis: Detection, Processing,
Classification and Applications. 2006
Figure 8(b): the result obtaining for patient 2 by [5]. Wan Mohd Bukhari Bin Wan Daud
using GUI Classification of EOG signals of Eye Movement
Potentials. 2009
Simply using only one of the above signal
parameter, the system was able to differentiate the