CN105138134A - Electromyographic signal recognition segmentation method - Google Patents

Electromyographic signal recognition segmentation method Download PDF

Info

Publication number
CN105138134A
CN105138134A CN201510582264.7A CN201510582264A CN105138134A CN 105138134 A CN105138134 A CN 105138134A CN 201510582264 A CN201510582264 A CN 201510582264A CN 105138134 A CN105138134 A CN 105138134A
Authority
CN
China
Prior art keywords
window
average energy
calculated
electromyographic signal
mobile
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510582264.7A
Other languages
Chinese (zh)
Inventor
李玮琛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
XI'AN ZHONGKE BIQI INNOVATION TECHNOLOGY CO., LTD.
Original Assignee
Xi 'an Cas Star Technological Incubator Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xi 'an Cas Star Technological Incubator Co Ltd filed Critical Xi 'an Cas Star Technological Incubator Co Ltd
Priority to CN201510582264.7A priority Critical patent/CN105138134A/en
Publication of CN105138134A publication Critical patent/CN105138134A/en
Pending legal-status Critical Current

Links

Landscapes

  • Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)

Abstract

The invention relates to an electromyographic signal recognition segmentation method. The method includes the steps that according to original electromyographic signals, instantaneous average energy is obtained through calculation; according to the obtained instantaneous average energy, the average value of moving energy in a window is obtained through calculation; according to the obtained average value of the moving energy in the window, a threshold value is obtained through calculation; according to the obtained average value of the moving energy in the window and the obtained threshold value, whether the window is an active segment or a non-active segment is recognized. The method is easier and more convenient to implement, low in complexity and capable of effectively representing intensity information of section signals of multiple channel active segments and detecting active segments and non-active segments.

Description

Electromyographic signal identification segmentation method
Technical field
The present invention relates to a kind of electromyographic signal identification segmentation method.
Background technology
Along with the develop rapidly of microelectric technique, sensor technology and computer technology, handheld mobile device, Wearable and microcomputer are universal in people's daily life gradually.Such as, but due to the restriction of use scenes and mini-plant, traditional human-computer interaction device, the equipment such as keyboard, mouse can not meet the demand of people.Transportable miniaturization gesture identification equipment is suggested as novel human-computer interaction device.
Muscle electric signal, since being used in control field, experienced by the development of last 100 years, is always studiedly applied to medical diagnosis and bio-mechanical field.Along with the development of biomedical technology, artificial intelligence technology, the method using electromyographic signal to carry out gesture identification is suggested and constantly explores.Most gesture identification method based on muscle electric signal relates to area of pattern recognition, and traditional area of pattern recognition is absorbed in the application such as image recognition, speech recognition more.In the pattern-recognition of muscle electric signal, active segment is as the most elementary cell of pattern-recognition, and its detection method is not by too much discussion.
The detection of active segment is an important step in hyperchannel electromyographic signal gesture recognition system, due to each gesture of user along with muscle from static to change again to static process, therefore need a suitable active segment detection method change section to be extracted, then identify according to different mode identification methods.
The many uses of existing segmentation method carry out active segment detection based on the method (such as, Short Time Fourier Transform method) of frequency domain character, the method (such as, based on the method for entropy theory) of Corpus--based Method.But said method calculates comparatively complicated, cannot meet the restriction of mobile device or Wearable requirement of real-time, calculation resources and storage resources.Cause muscle electric signal Gesture Recognition to be difficult to be miniaturized, wearing.
Therefore, in the urgent need to designing the segmentation method of a kind of applicable mobile device or Wearable.
Summary of the invention
In view of this, be necessary to provide a kind of electromyographic signal identification segmentation method.
The invention provides a kind of electromyographic signal identification segmentation method, the method comprises the steps: that a. calculates its instantaneous average energy according to original electromyographic signal; B. according to instantaneous average energy obtained above, the mobile average energy in window is calculated; C. threshold values is calculated according to the mobile average energy in window obtained above; D. according to the mobile average energy in window obtained above and threshold value, identify that described window is active segment or inactive section.
Preferably, described step a specifically comprises:
By sum-average arithmetic after the original electromyographic signal differential of sequence of M passage square, try to achieve instantaneous average energy, computing method are as follows:
S ‾ ( i ) = 1 M Σ n = 1 M [ S n ( i + k ) - S n ( i ) ] 2 ,
Wherein, k is translating step, and i is specimen number, S nit is the sample of the n-th passage.
Preferably, described step b specifically comprises:
Arrange length of window L, due to the real-time feature of man-machine interaction, when sample frequency is F, L/F should be less than 300.Mobile average energy in window is calculated as follows:
S p ‾ ( i ) = 1 L Σ j = i i + L - 1 S ‾ ( j ) .
Preferably, described step c specifically comprises:
The mobile average energy calculated during spontaneous contractions that muscle is maximum in window is multiplied by P%, calculates threshold values T, and P is empirical value.
Preferably, described steps d specifically comprises:
When the mobile average energy in the window calculated is greater than T, present segment is labeled as active segment; When the mobile average energy in the window calculated is less than or equal to T, present segment is labeled as inactive section, that is,
If this window is active segment
If this window is inactive section.
The invention provides a kind of segmentation method of electromyographic signal identification, use the energy feature of signal, adopting the methods combining maximum spontaneous contractions power threshold values of difference moving average, detecting the active segment in the hyperchannel electromyographic signal system for identifying.The present invention is more easy when implementing relative to additive method, and complexity is low, is more suitable for the muscle electric signal recognition system high to requirement of real-time; The present invention carries out segmentation to single passage incessantly, but the muscle electric signal of multiple passage is carried out segmentation calculating as a whole, can the strength information of Efficient Characterization multiple channel-active section wayside signaling, and effectively detected activity section and inactive section, be more suitable for being applied to the system using multiple passage to carry out the identification of muscle electric signal.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of electromyographic signal identification segmentation method of the present invention;
Fig. 2 is the running status schematic diagram of electromyographic signal identification segmentation method one embodiment of the present invention;
Fig. 3 is the time diagram of electromyographic signal identification segmentation method one embodiment of the present invention.
Embodiment
Below in conjunction with drawings and the specific embodiments, the present invention is further detailed explanation.
Consulting shown in Fig. 1, is the operation process chart of electromyographic signal identification segmentation method of the present invention preferred embodiment.
Step S1, calculates its instantaneous average energy according to original electromyographic signal.Specifically:
By sum-average arithmetic after the original electromyographic signal differential of sequence of M passage square, try to achieve instantaneous average energy.Computing method are as follows:
S ‾ ( i ) = 1 M Σ n = 1 M [ S n ( i + k ) - S n ( i ) ] 2 ,
Wherein, k is translating step, and i is specimen number, S nit is the sample of the n-th passage.
Step S2, according to instantaneous average energy obtained above, calculates the mobile average energy in window.Specifically:
Arrange length of window L, due to the real-time feature of man-machine interaction, when sample frequency is F, L/F should be less than 300.Mobile average energy in window is calculated as follows:
S p ‾ ( i ) = 1 L Σ j = i i + L - 1 S ‾ ( j ) .
Step S3, calculates threshold values according to the mobile average energy in window obtained above.Specifically:
According to step S1, S2, the mobile average energy calculated during spontaneous contractions that muscle is maximum in window is multiplied by P%, calculates threshold values T.
Step S4, according to the mobile average energy in window obtained above and threshold value, identifies that described window is active segment or inactive section.Specifically:
When the mobile average energy in the window calculated is greater than T, present segment is labeled as active segment; When the mobile average energy in the window calculated is less than or equal to T, present segment is labeled as inactive section.With this, signal needing to identify and inactive signal segmentation are opened, the interference simultaneously avoiding user's no intention action to bring and by mistake identification, that is,
If this window is active segment
If this window is inactive section.
It should be noted that, for the selection of step-length k, used system resource should be considered.If system resource is enriched, k can choose less numerical value, to improve the precision that active segment detects; If system resource is in short supply, k should choose larger numerical value, to meet real-time.1 < k < L in the present embodiment.
For the selection of threshold values T, the present embodiment uses off-line definition or the online method judged to determine.Wherein:
Off-line defines: user uses hyperchannel electromyographic signal checkout equipment, carry out the collection of electromyographic signal during maximum spontaneous contractions power, method described in step S1, S2 is used to carry out mobile average energy calculating, result of calculation is multiplied by the number percent determined by experience, uses in equipment of the present invention as immutable constant write.This kind of method is applicable to the equipment of specific user's binding, and namely equipment can not be used by other users.
Online judgement: the collection of electromyographic signal when user carries out maximum spontaneous contractions power before use, method described in step S1, S2 is used to carry out mobile average energy calculating, result of calculation is multiplied by the number percent determined by experience, as variable parameter in use equipment of the present invention.This kind of method does not bind restriction to user and equipment, and namely equipment can be used by different user.
It should be noted that, due to user may exist when using equipment of the present invention different external condition (as, the changes such as temperature, humidity, sensing station), also may exist self-condition difference (as, the factors such as perspiration, hair length, subcutaneous fat thickness, psychologic status), the method that user carries out online decision threshold T before use equipment is ideal.
It should be noted that, the embodiment of the present invention is mainly divided into three running statuses (referring to Fig. 2):
When signal is inactive section, the present embodiment operates in active segment detected state, has the Output rusults that two kinds possible after having detected: active segment mark and inactive segment mark.When detection segment is marked as active segment, Dietary behavior status recognition, carries out pattern-recognition by marked active segment; When detection segment is marked as inactive section, waits for next round sampling, reenter active segment detected state.
When signal is active segment, the present embodiment operates in inactive section of detected state, has same two kinds of possible Output rusults: when detection segment is marked as inactive section, be converted to active segment detected state after having detected; When detection segment is marked as active segment, waits for next round sampling, reenter inactive section of detected state.
During recognizer running status, program carries out the identification of hyperchannel electromyographic signal according to the algorithm for pattern recognition formulated, and automatically enters inactive section of detected state after end of identification.
Fig. 3 is the time diagram of electromyographic signal identification segmentation method one embodiment of the present invention.Active segment detects and inactive section of detection is carried out sampling and computing according to the sequential shown in Fig. 3, and in figure, 1 represents segmentation length of window, and 2 represent translating step:
1, setting segment length L is 128, and under the sample frequency of 1kHz, L 128ms, K consuming time are translating step.
2, when signal is at inactive section, the present embodiment detects whether enter active segment, and choosing translating step k is 1.If signal is in inactive section always, the present embodiment is circulated in active segment detected state always, and every new sampling obtains 1 sample, and the present embodiment recalculates and judges once.
3, when signal is at active segment, enter inactive section when the present embodiment detects, choosing translating step is 128, reserved calculation resources.Namely often sampling obtains 128 samples, and inactive section of detection is recalculated and judge once.
Although the present invention is described with reference to current better embodiment; but those skilled in the art will be understood that; above-mentioned better embodiment is only used for the present invention is described; not be used for limiting protection scope of the present invention; any within the spirit and principles in the present invention scope; any modification of doing, equivalence replacement, improvement etc., all should be included within the scope of the present invention.

Claims (5)

1. an electromyographic signal identification segmentation method, is characterized in that, the method comprises the steps:
A. its instantaneous average energy is calculated according to original electromyographic signal;
B. according to instantaneous average energy obtained above, the mobile average energy in window is calculated;
C. threshold values is calculated according to the mobile average energy in window obtained above;
D. according to the mobile average energy in window obtained above and threshold value, identify that described window is active segment or inactive section.
2. the method for claim 1, is characterized in that, described step a specifically comprises:
By sum-average arithmetic after the original electromyographic signal differential of sequence of M passage square, try to achieve instantaneous average energy, computing method are as follows:
S &OverBar; ( i ) = 1 M &Sigma; n = 1 M &lsqb; S n ( i + k ) - S n ( i ) &rsqb; 2 ,
Wherein, k is translating step, and i is specimen number, S nit is the sample of the n-th passage.
3. method as claimed in claim 2, it is characterized in that, described step b specifically comprises:
Arrange length of window L, due to the real-time feature of man-machine interaction, when sample frequency is F, L/F should be less than 300.Mobile average energy in window is calculated as follows:
S p &OverBar; ( i ) = 1 L &Sigma; j = 1 i + L - 1 S &OverBar; ( j ) .
4. method as claimed in claim 3, it is characterized in that, described step c specifically comprises:
The mobile average energy calculated during spontaneous contractions that muscle is maximum in window is multiplied by P%, calculates threshold values T, and P is empirical value.
5. method as claimed in claim 4, it is characterized in that, described steps d specifically comprises:
When the mobile average energy in the window calculated is greater than T, present segment is labeled as active segment; When the mobile average energy in the window calculated is less than or equal to T, present segment is labeled as inactive section, that is,
If this window is active segment
If this window is inactive section.
CN201510582264.7A 2015-09-14 2015-09-14 Electromyographic signal recognition segmentation method Pending CN105138134A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510582264.7A CN105138134A (en) 2015-09-14 2015-09-14 Electromyographic signal recognition segmentation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510582264.7A CN105138134A (en) 2015-09-14 2015-09-14 Electromyographic signal recognition segmentation method

Publications (1)

Publication Number Publication Date
CN105138134A true CN105138134A (en) 2015-12-09

Family

ID=54723505

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510582264.7A Pending CN105138134A (en) 2015-09-14 2015-09-14 Electromyographic signal recognition segmentation method

Country Status (1)

Country Link
CN (1) CN105138134A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893959A (en) * 2016-03-30 2016-08-24 北京奇艺世纪科技有限公司 Gesture identifying method and device
CN106491128A (en) * 2016-12-12 2017-03-15 天津职业技术师范大学 A kind of sensor of measurement surface electromyographic signal and measuring method
CN108903938A (en) * 2018-05-08 2018-11-30 西北工业大学 A kind of adaptive electromyography signal active segment detection method
CN109635638A (en) * 2018-10-31 2019-04-16 中国科学院计算技术研究所 For the feature extracting method and system of human motion, recognition methods and system
CN111783719A (en) * 2020-07-13 2020-10-16 中国科学技术大学 Myoelectric control method and device
CN111898445A (en) * 2020-06-29 2020-11-06 中国矿业大学(北京) Active segment detection method for multi-channel facial surface electromyographic signals

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930285A (en) * 2009-11-23 2010-12-29 上海交通大学 Handwriting recognition method based on surface electromyographic signal

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930285A (en) * 2009-11-23 2010-12-29 上海交通大学 Handwriting recognition method based on surface electromyographic signal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
成娟: "基于表面肌电和加速度信号融合的动作识别和人体行乃分析研究", 《中国博士学位论文全文数据库 信息科技辑》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893959A (en) * 2016-03-30 2016-08-24 北京奇艺世纪科技有限公司 Gesture identifying method and device
CN105893959B (en) * 2016-03-30 2019-04-12 北京奇艺世纪科技有限公司 A kind of gesture identification method and device
CN106491128A (en) * 2016-12-12 2017-03-15 天津职业技术师范大学 A kind of sensor of measurement surface electromyographic signal and measuring method
CN106491128B (en) * 2016-12-12 2023-09-26 天津职业技术师范大学 Sensor and method for measuring surface electromyographic signals
CN108903938A (en) * 2018-05-08 2018-11-30 西北工业大学 A kind of adaptive electromyography signal active segment detection method
CN109635638A (en) * 2018-10-31 2019-04-16 中国科学院计算技术研究所 For the feature extracting method and system of human motion, recognition methods and system
CN109635638B (en) * 2018-10-31 2021-03-09 中国科学院计算技术研究所 Feature extraction method and system and recognition method and system for human body motion
CN111898445A (en) * 2020-06-29 2020-11-06 中国矿业大学(北京) Active segment detection method for multi-channel facial surface electromyographic signals
CN111898445B (en) * 2020-06-29 2023-12-12 中国矿业大学(北京) Active segment detection method for multichannel facial surface electromyographic signals
CN111783719A (en) * 2020-07-13 2020-10-16 中国科学技术大学 Myoelectric control method and device

Similar Documents

Publication Publication Date Title
CN105138134A (en) Electromyographic signal recognition segmentation method
CN105242779B (en) A kind of method and mobile intelligent terminal of identification user action
Zhang et al. A real-time classification method of power quality disturbances
CN101930285B (en) Handwriting recognition method based on surface electromyographic signal
CN104409080A (en) Voice end node detection method and device
CN104636240B (en) A kind of acquisition methods and terminal of information report
CN103892830A (en) Emotion detection method and system based on human skin resistance changes
CN112420055A (en) Substation state identification method and device based on voiceprint characteristics
CN105159135A (en) Intelligent household electrical appliance control method and system
CN105955644A (en) Screen capture method and mobile terminal
CN102890777B (en) The computer system of recognizable facial expression
CN106596394A (en) Hair detection method, terminal and comb
CN105260119A (en) User terminal control method and user terminal
KR20180058113A (en) System and Method for household appliance classification using extracting eigen value of household appliance
CN109324516A (en) A kind of method, apparatus, control equipment and the storage medium at switching interface
CN110991812A (en) Power grid data management system based on natural language processing technology
CN111898694B (en) Non-invasive load identification method and device based on random tree classification
CN104750415B (en) A kind of terminal operation method and terminal
McColl et al. A socially assistive robot that can monitor affect of the elderly during mealtime assistance
CN105867618A (en) Terminal and holding strength detecting method thereof
Sabic et al. Threshold of spearcon recognition for auditory menus
CN113363979B (en) Non-contact power load decomposition sensing method and system
CN115935267A (en) Load data identification method and device and storage medium
CN115186258A (en) Edge side online non-invasive load identification method based on CUSUM-Bi-LSTM
CN106020453B (en) Brain-computer interface method based on grey theory

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20160219

Address after: 204, 60, arc building, No. 710000, West Avenue, new industrial zone, hi tech Zone, Xi'an, Shaanxi

Applicant after: XI'AN ZHONGKE BIQI INNOVATION TECHNOLOGY CO., LTD.

Address before: 710077 Shaanxi Province, Xi'an Lianhu District Fengdeng Road No. six building No. 1 Hospital No. 17

Applicant before: Li Weichen

Applicant before: XI 'AN CAS STAR TECHNOLOGICAL INCUBATOR CO., LTD.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20151209