WO2021042971A1 - Surface electromyogram signal processing method and apparatus, and wearable device - Google Patents

Surface electromyogram signal processing method and apparatus, and wearable device Download PDF

Info

Publication number
WO2021042971A1
WO2021042971A1 PCT/CN2020/109486 CN2020109486W WO2021042971A1 WO 2021042971 A1 WO2021042971 A1 WO 2021042971A1 CN 2020109486 W CN2020109486 W CN 2020109486W WO 2021042971 A1 WO2021042971 A1 WO 2021042971A1
Authority
WO
WIPO (PCT)
Prior art keywords
signal
surface emg
emg signal
kernel function
determination
Prior art date
Application number
PCT/CN2020/109486
Other languages
French (fr)
Chinese (zh)
Inventor
田彦秀
韩久琦
牛天增
Original Assignee
北京海益同展信息科技有限公司
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 北京海益同展信息科技有限公司 filed Critical 北京海益同展信息科技有限公司
Publication of WO2021042971A1 publication Critical patent/WO2021042971A1/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/24Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
    • A61B5/316Modalities, i.e. specific diagnostic methods
    • A61B5/389Electromyography [EMG]
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/68Arrangements of detecting, measuring or recording means, e.g. sensors, in relation to patient
    • A61B5/6801Arrangements of detecting, measuring or recording means, e.g. sensors, in relation to patient specially adapted to be attached to or worn on the body surface
    • A61B5/6802Sensor mounted on worn items
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B5/00Measuring for diagnostic purposes; Identification of persons
    • A61B5/72Signal processing specially adapted for physiological signals or for diagnostic purposes
    • A61B5/7235Details of waveform analysis
    • A61B5/7253Details of waveform analysis characterised by using transforms
    • A61B5/726Details of waveform analysis characterised by using transforms using Wavelet transforms

Definitions

  • the present disclosure relates to the technical field of smart wearable devices, in particular to a surface EMG signal processing method, device and wearable device.
  • the surface EMG signal is generally divided into resting potential segment and action potential segment.
  • Action segment detection refers to determining the starting and ending positions of action potentials. Effectively distinguishing resting potentials and action potentials is one of the important steps in gesture recognition of EMG signals.
  • a surface EMG signal processing method which includes: obtaining a surface EMG signal; importing the surface EMG signal into a kernel function for isometric integration processing to obtain a determination signal, wherein, The kernel function includes the surface EMG signal before the current surface EMG signal in chronological order; when the determination signal is greater than a predetermined threshold, it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
  • the isometric integration processing is performed according to the surface EMG signal imported into the kernel function, and obtaining the determination signal includes: importing a single surface EMG signal into the kernel function to update the kernel function; calculating the unit of the kernel function based on the trapezoidal method, etc. Distance integration, determine the judgment signal.
  • importing the surface EMG signal into the kernel function to perform equidistant integration processing, and obtaining the determination signal further includes: initializing the kernel function to 0; according to the order of acquisition time from first to last, the surface EMG signal is concentrated The surface EMG signals are imported into the kernel function one by one. After each surface EMG signal is imported, the kernel function is updated, and isometric integration is performed to obtain the judgment signal corresponding to the current surface EMG signal; complete the import of each surface EMG signal in the surface signal concentration Then, the determination signal set corresponding to the surface signal set is obtained.
  • obtaining the surface EMG signal includes: collecting initial surface EMG signal data; correcting the initial surface signal data based on a baseline threshold to obtain the surface EMG signal.
  • correcting the initial surface signal data based on the predetermined baseline threshold includes: when the initial surface EMG signal is less than the baseline threshold, the surface EMG signal is 0; when the initial surface EMG signal is greater than or equal to the baseline threshold , The surface EMG signal is the collected initial surface signal data.
  • the surface EMG signal processing method further includes: according to the formula:
  • MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data
  • i is a positive integer between 1 and k
  • k is the number of sliding windows
  • A is The predetermined constant.
  • determining that the surface EMG signal corresponding to the determination signal is in the action segment includes: when the previous one or more determination signals are less than or equal to a predetermined threshold, if the determination signal is switched to be greater than the predetermined threshold, then the current determination signal corresponds to The surface EMG signal of the action segment is the signal at the start point of the action segment; when the previous one or more determination signals are greater than the predetermined threshold, if the determination signal is switched to be less than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is the end of the action segment Point signal.
  • a surface EMG signal processing device including: a signal acquisition unit configured to acquire a surface EMG signal; and a determination signal acquisition unit configured to import the surface EMG signal
  • the kernel function performs equidistant integration processing to obtain the determination signal, where the kernel function includes the surface EMG signal before the current surface EMG signal in chronological order; the action segment determination unit is configured to determine when the signal is greater than a predetermined threshold In this case, it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
  • the determination signal acquisition unit is configured to: import a single surface EMG signal into the kernel function, update the kernel function; calculate the unit isometric integral of the kernel function based on the trapezoid method, and determine the determination signal.
  • the determination signal acquisition unit is further configured to: initialize the kernel function to 0; according to the order of acquisition time from first to last, import the concentrated surface EMG signals into the kernel function one by one. After a surface EMG signal is updated, the kernel function is updated and equidistant integration is performed to obtain the determination signal corresponding to the current surface EMG signal; after completing the import of each surface EMG signal in the surface signal set, the determination signal set corresponding to the surface signal set is obtained.
  • the signal acquisition unit is configured to: collect initial surface EMG signal data; correct the initial surface signal data based on a baseline threshold to acquire the surface EMG signal.
  • the signal acquisition unit is configured to: when the initial surface EMG signal is less than the baseline threshold, the surface EMG signal is 0; when the initial surface EMG signal is greater than or equal to the baseline threshold, the surface EMG signal is greater than or equal to the baseline threshold.
  • the signal is the collected initial surface signal data.
  • the signal acquisition unit is further configured to follow the formula:
  • MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data
  • i is a positive integer between 1 and k
  • k is the number of sliding windows
  • A is The predetermined constant.
  • the action segment determination unit is configured to: in the case where the previous one or more determination signals are less than or equal to the predetermined threshold, if the determination signal is switched to be greater than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is The signal of the starting point of the action segment; in the case that the previous one or more determination signals are greater than the predetermined threshold, if the determination signal is switched to be less than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is the end point signal of the action segment.
  • a surface EMG signal processing device including: a memory; and a processor coupled to the memory, and the processor is configured to execute any one of the above based on instructions stored in the memory.
  • a surface EMG signal processing method including: a memory; and a processor coupled to the memory, and the processor is configured to execute any one of the above based on instructions stored in the memory.
  • a computer-readable storage medium on which computer program instructions are stored, and when the instructions are executed by a processor, the steps of any of the above surface EMG signal processing methods are realized.
  • a wearable device which includes: an electromyography signal acquisition device configured to collect surface electromyography signals; and any of the above surface electromyography signal processing devices.
  • the electromyographic signal acquisition device includes a detector attached to the surface of the user's body to be detected.
  • FIG. 1 is a flowchart of some embodiments of the surface EMG signal processing method of the present disclosure.
  • FIG. 2 is a flowchart of other embodiments of the surface EMG signal processing method of the present disclosure.
  • 3A to 3C are schematic diagrams of some embodiments of surface EMG signal processing of the present disclosure.
  • FIG. 4 is a schematic diagram of some embodiments of the surface EMG signal processing device of the present disclosure.
  • FIG. 5 is a schematic diagram of other embodiments of the surface EMG signal processing device of the present disclosure.
  • FIG. 6 is a schematic diagram of still other embodiments of the surface EMG signal processing device of the present disclosure.
  • FIG. 7 is a schematic diagram of some embodiments of the wearable device of the present disclosure.
  • Moving average method First find the average value of the surface EMG signal, then find the norm of the average value, and use the window function to perform moving average processing on the instantaneous energy of the surface EMG signal, and the obtained value and the appropriate threshold are judged , It is considered that the signal greater than the threshold is the action potential segment, and the signal less than the threshold is the resting potential segment.
  • Standard deviation and absolute mean detection use the standard deviation and absolute mean of the surface EMG signal to establish a single or double threshold for judgment.
  • Wavelet transform method use continuous wavelet transform decomposition to calculate the maximum value of a set of matched filter outputs at different scales, compare this value with a threshold, and determine the start and end positions of the action segment.
  • Statistical criterion decision-making method It is a model-based detection method of the active segment.
  • the start of the active segment is used as a sudden change in the time-varying parameters of the statistical process model to adapt to the measured signal.
  • the accuracy can be assessed by statistical models.
  • the moving average method has a large amount of calculation, and the use of sliding window plus the running time of the algorithm itself will cause delay; the dependence on the threshold is relatively strong, if the amount of noise in the surface EMG signal is large, accurate detection cannot be achieved well The purpose of this, and the threshold universality caused by individual differences is not high.
  • the wavelet transform method is a time-frequency analysis method with a large amount of calculation.
  • the decomposition of different scales depends on the choice of the mother wavelet function, which requires prior knowledge for verification.
  • the statistical criterion decision-making method needs to continuously obtain prior knowledge such as the current EMG signal level to establish a pre-model, and the amount of calculation is large.
  • FIG. 1 The flowchart of some embodiments of the surface EMG signal processing method of the present disclosure is shown in FIG. 1.
  • a surface EMG signal is acquired.
  • the surface EMG signal may be collected by an EMG signal collecting device attached to the surface of the user's body.
  • the directly collected signal can be used as the initial surface EMG signal data, and the surface EMG signal is obtained after correction processing.
  • the surface EMG signal is introduced into the kernel function for isometric integration processing to obtain a determination signal.
  • the kernel function may be a data set including the preamble signal of the current surface EMG signal, the initial state of the kernel function is 0, and the data therein is gradually enriched during the signal processing.
  • each surface EMG signal corresponds to a decision signal.
  • step 103 it is determined whether the determination signal is greater than a predetermined threshold. If it is determined that the signal is greater than the predetermined threshold, step 104 is executed; otherwise, it is determined that the surface EMG signal corresponding to the signal is in a resting state.
  • step 104 it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
  • the surface EMG signal can be processed based on the kernel function first, and then the judgment signal can be obtained after equidistant integration. According to the judgment signal, it can be determined whether it is in the action section, thereby reducing the threshold setting of the action section detection. Dependence improves the accuracy of motion segment detection.
  • FIG. 2 The flowchart of other embodiments of the surface EMG signal processing method of the present disclosure is shown in FIG. 2.
  • the initial surface EMG signal data is collected by a detector attached to the surface of the user to be detected.
  • the initial surface EMG signal data may be as shown in FIG. 3A, where the higher amplitude is the action segment, and the stable part between the active segments is the resting segment.
  • a baseline threshold is determined according to the resting surface EMG signal data.
  • the detected user may be asked to be in a resting state and collect data, the data being confirmed resting state surface EMG signal data.
  • the baseline threshold thr can be determined according to a formula,
  • mean is the operator for averaging operation
  • MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data
  • i is a positive integer between 1 and k
  • k is the number of sliding windows.
  • A is a predetermined constant.
  • a predetermined constant A may be set based on experience, and A may be adjusted during the measurement process to improve accuracy.
  • the initial surface signal data is corrected based on the baseline threshold, and the surface EMG signal is obtained.
  • the surface EMG signal is 0; when the initial surface EMG signal is greater than or equal to the baseline threshold, the surface EMG signal is collected Initial surface signal data.
  • the surface EMG signal is imported into the kernel function, and the kernel function is updated.
  • the kernel function is a collection of data points and a data set including imported surface EMG signals.
  • the unit equidistant integral of the kernel function is calculated based on the trapezoidal method, and the determination signal is determined.
  • the kernel function is regarded as a one-dimensional time series, and isometric integral calculation is performed. For example, the surface EMG s i after the introduction of a kernel function, the computing trapezoidal method based on the kernel function equally integral unit, to obtain a corresponding determination signal s i Y i; in accordance with the next timing of surface EMG signals s i after passing +1 kernel function, the integral is calculated to obtain a determination signal s i + y i + 1 1 corresponds.
  • the determination signal determined for a series of surface EMG signals may be as shown in FIG. 3B.
  • step 206 it is determined whether one or more signals before the current determination signal are less than or equal to a predetermined threshold. If it is less than or equal to the predetermined threshold, it means that it was in the resting state before, and step 207 is executed; otherwise, it means that it was in the active state before and step 210 is executed.
  • step 207 it is determined whether the current determination signal is less than or equal to a predetermined threshold. If it is less than or equal to the predetermined threshold, go to step 208; otherwise, go to step 209.
  • step 208 the currently detected user remains at rest.
  • step 213 is executed.
  • step 209 the surface EMG signal corresponding to the current determination signal is the start point signal of the action segment, and the currently detected user switches from the resting state to the active state.
  • step 213 is executed.
  • step 210 it is determined whether the current determination signal is less than a predetermined threshold. If it is less than the predetermined threshold, step 211 is executed, otherwise, step 212 is executed.
  • step 211 the surface EMG signal corresponding to the current determination signal is the end point signal of the action segment, and the currently detected user is switched from the active state to the resting state.
  • step 213 is executed.
  • step 212 the currently detected user remains at rest.
  • step 213 is executed.
  • Fig. 3C shows the relationship between the action segment and the resting segment distinguished based on the judgment signal below and the initial surface EMG signal corresponding to the upper side. It can be seen from the comparison in Figure 3C that the initial surface EMG signal data has a small amplitude when it just enters the action segment or just leaves the action segment, and it is difficult to distinguish from the resting segment data, and it is easy to misjudge, and its accuracy depends heavily on ⁇ Threshold.
  • the determination signal corresponding to the initial surface EMG signal has a large amplitude change when it just enters the action segment or just leaves the action segment, thereby improving the accuracy of the judgment.
  • step 213 the buffered next surface EMG signal is obtained in the order of acquisition time from first to last, and step 204 is executed.
  • step 204 is executed.
  • centralized processing can be performed to obtain the corresponding surface EMG signal set, and the concentrated surface EMG signals of the surface EMG signal can be imported into the kernel function one by one; the surface is completed After each surface EMG signal in the signal set is imported, the determination signal set corresponding to the surface signal set is obtained.
  • step 201 when the signal acquisition and analysis processing are executed simultaneously, after completing the operations of steps 208, 209, 211, or 212, skip to step 201 to obtain the next initial surface EMG signal collected. .
  • FIG. 4 A schematic diagram of some embodiments of the surface EMG signal processing device of the present disclosure is shown in FIG. 4.
  • the signal acquisition unit 401 can acquire surface EMG signals.
  • the surface EMG signal may be collected by an EMG signal collecting device attached to the surface of the user's body.
  • the directly collected signal can be used as the initial surface EMG signal, and the surface EMG signal is obtained after the correction processing.
  • the determination signal acquisition unit 402 can import the surface EMG signal into the kernel function for equidistant integration processing to obtain the determination signal.
  • the kernel function may be a data set including the preamble signal of the current surface EMG signal, the initial state of the kernel function is 0, and the data therein is gradually enriched during the signal processing.
  • each surface EMG signal corresponds to a decision signal.
  • the action segment determination unit 403 can determine that the surface EMG signal corresponding to the determination signal is in the action segment when the determination signal is greater than the predetermined threshold; when the determination signal is not greater than the predetermined threshold, determine that the surface EMG signal corresponding to the determination signal is in the action segment. Resting segment.
  • the action segment determining unit 403 can determine to maintain the resting state if the current determination signal is less than or equal to the predetermined threshold when the action segment determination unit 403 is in the resting state; if the current signal is greater than the predetermined threshold, determine the current determination signal
  • the corresponding surface EMG signal is the signal of the starting point of the action segment, and the currently detected user switches from the resting state to the active state.
  • the action segment determination unit 403 can determine to remain active if the current determination signal is greater than or equal to a predetermined threshold when the action segment determination unit 403 is previously active; if the current signal is less than the predetermined threshold, determine that the current determination signal corresponds to The surface EMG signal is the signal of the end point of the action segment, and the currently detected user switches from the active state to the resting state.
  • Such a surface EMG signal processing device can first process the surface EMG signal based on the kernel function, obtain a determination signal after equidistant integration, and determine whether it is in the action section according to the determination signal, thereby reducing the threshold value of the action section detection
  • the dependence of the setting improves the accuracy of the motion segment detection.
  • the process of processing the surface EMG signal by the determination signal acquisition unit 402 may include: importing a single surface EMG signal into the kernel function, updating the kernel function; calculating the unit isometric integral of the kernel function based on the trapezoid method, and determining Determine the signal.
  • the method for constructing the kernel function may include:
  • Such a surface EMG signal processing device can gradually construct a kernel function in the processing process, so that the kernel function has the intensity information of all the signals before the current signal, and increases the small difference between the resting potential and the action potential. Improve the accuracy of subsequent detection.
  • the signal acquisition unit 401 can first collect the initial surface EMG signal data, and then correct the collected initial data to obtain the surface EMG signal. Such as based on formula
  • the signal acquisition unit can also determine the baseline threshold according to the resting state data, such as according to the formula:
  • MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data
  • i is a positive integer between 1 and k
  • k is the number of sliding windows
  • A is The predetermined constant.
  • the surface EMG signal processing device includes a memory 501 and a processor 502.
  • the memory 501 may be a magnetic disk, flash memory or any other non-volatile storage medium.
  • the memory is used to store the instructions in the corresponding embodiment of the above surface EMG signal processing method.
  • the processor 502 is coupled to the memory 501 and can be implemented as one or more integrated circuits, such as a microprocessor or a microcontroller.
  • the processor 502 is configured to execute the instructions stored in the memory, which can reduce the dependence of the action segment detection on the threshold setting, and improve the accuracy of the action segment detection.
  • the surface EMG signal processing device 600 includes a memory 601 and a processor 602.
  • the processor 602 is coupled to the memory 601 through the BUS bus 603.
  • the surface EMG signal processing device 600 can also be connected to an external storage device 605 through a storage interface 604 to call external data, and can also be connected to a network or another computer system (not shown) through a network interface 606. No more detailed introduction here.
  • the memory stores the data instructions and the processor processes the above instructions, which can reduce the dependence of the action segment detection on the threshold setting and improve the accuracy of the action segment detection.
  • a computer-readable storage medium has computer program instructions stored thereon, and when the instructions are executed by a processor, the steps of the surface EMG signal processing method corresponding to the method in the embodiment are realized.
  • the embodiments of the present disclosure can be provided as a method, an apparatus, or a computer program product. Therefore, the present disclosure may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware.
  • the present disclosure may take the form of a computer program product implemented on one or more computer-usable non-transitory storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer-usable program codes. .
  • the electromyographic signal collecting device 71 may be a detector attached to the surface of the user's body to be detected, and can collect the electromyographic signal of the user's surface.
  • the surface EMG signal processing device 72 can be any of the above-mentioned ones.
  • the surface EMG signal processing device 72 can be integrated in the terminal of the wearable device, and the detector can also send the detection data to the remote data processing side in a wired or wireless manner, and the surface EMG signal processing on the data processing side
  • the device 72 executes the surface EMG signal processing method as mentioned above.
  • Such a wearable device can first process the surface EMG signal based on the kernel function, obtain a determination signal after equidistant integration, and determine whether it is in the action segment based on the determination signal, thereby reducing the threshold setting of the action segment detection Dependence improves the accuracy of motion segment detection.
  • These computer program instructions can also be stored in a computer-readable memory that can guide a computer or other programmable data processing equipment to work in a specific manner, so that the instructions stored in the computer-readable memory produce an article of manufacture including the instruction device.
  • the device implements the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
  • These computer program instructions can also be loaded on a computer or other programmable data processing equipment, so that a series of operation steps are executed on the computer or other programmable equipment to produce computer-implemented processing, so as to execute on the computer or other programmable equipment.
  • the instructions provide steps for implementing the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
  • the method and apparatus of the present disclosure may be implemented in many ways.
  • the method and apparatus of the present disclosure can be implemented by software, hardware, firmware or any combination of software, hardware, and firmware.
  • the above-mentioned order of the steps for the method is for illustration only, and the steps of the method of the present disclosure are not limited to the order specifically described above, unless specifically stated otherwise.
  • the present disclosure can also be implemented as programs recorded in a recording medium, and these programs include machine-readable instructions for implementing the method according to the present disclosure.
  • the present disclosure also covers a recording medium storing a program for executing the method according to the present disclosure.

Abstract

A surface electromyogram signal processing method and apparatus, and a wearable device, which relate to the technical field of intelligent wearable devices. The surface electromyogram signal processing method comprises: acquiring a surface electromyogram signal (101); importing the surface electromyogram signal into a kernel function for equidistant integration so as to obtain a determination signal (102); and when the determination signal is greater than a predetermined threshold value, determining that the surface electromyogram signal corresponding to the determination signal is in an action stage. By means of the described method, a surface electromyogram signal may first be processed on the basis of a kernel function, a determination signal may be obtained after equidistant integration, and it may be determined according to the determination signal whether the surface electromyogram signal is in an action stage or not, thereby reducing the dependence of the detection of an action stage on the setting of a threshold value, and improving the accuracy of the detection of an action stage.

Description

表面肌电信号处理方法、装置和可穿戴设备Surface electromyography signal processing method, device and wearable device
相关申请的交叉引用Cross-references to related applications
本申请是以CN申请号为201910825053.X,申请日为2019年9月3日的申请为基础,并主张其优先权,该CN申请的公开内容在此作为整体引入本申请中。This application is based on the application with the CN application number 201910825053.X and the filing date of September 3, 2019, and claims its priority. The disclosure of the CN application is hereby incorporated into this application as a whole.
技术领域Technical field
本公开涉及智能可穿戴设备技术领域,特别是一种表面肌电信号处理方法、装置和可穿戴设备。The present disclosure relates to the technical field of smart wearable devices, in particular to a surface EMG signal processing method, device and wearable device.
背景技术Background technique
表面肌电信号一般分为静息电位段和动作电位段。动作段检测是指确定动作电位的起始和终止位置。有效地区分静息电位和动作电位是肌电信号手势动作识别的重要步骤之一。The surface EMG signal is generally divided into resting potential segment and action potential segment. Action segment detection refers to determining the starting and ending positions of action potentials. Effectively distinguishing resting potentials and action potentials is one of the important steps in gesture recognition of EMG signals.
发明内容Summary of the invention
根据本公开的一些实施例的一个方面,提出一种表面肌电信号处理方法,包括:获取表面肌电信号;将表面肌电信号导入核函数中做等距积分处理,获得判定信号,其中,核函数中包括按照时间顺序在当前表面肌电信号之前的表面肌电信号;在判定信号大于预定阈值的情况下,确定判定信号对应的表面肌电信号处于动作段。According to an aspect of some embodiments of the present disclosure, a surface EMG signal processing method is provided, which includes: obtaining a surface EMG signal; importing the surface EMG signal into a kernel function for isometric integration processing to obtain a determination signal, wherein, The kernel function includes the surface EMG signal before the current surface EMG signal in chronological order; when the determination signal is greater than a predetermined threshold, it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
在一些实施例中,根据表面肌电信号导入核函数中做等距积分处理,获得判定信号包括:将单个表面肌电信号导入核函数中,更新核函数;基于梯形法计算该核函数单位等距积分,确定判定信号。In some embodiments, the isometric integration processing is performed according to the surface EMG signal imported into the kernel function, and obtaining the determination signal includes: importing a single surface EMG signal into the kernel function to update the kernel function; calculating the unit of the kernel function based on the trapezoidal method, etc. Distance integration, determine the judgment signal.
在一些实施例中,根据表面肌电信号导入核函数中做等距积分处理,获得判定信号还包括:初始化核函数为0;按照采集时间从先到后的顺序,将表面肌电信号集中的表面肌电信号逐个导入核函数中,每导入一个表面肌电信号后更新核函数,并做等距积分,获得当前表面肌电信号对应的判定信号;完成表面信号集中的各个表面肌电信号导入后,获得表面信号集对应的判定信号集。In some embodiments, importing the surface EMG signal into the kernel function to perform equidistant integration processing, and obtaining the determination signal further includes: initializing the kernel function to 0; according to the order of acquisition time from first to last, the surface EMG signal is concentrated The surface EMG signals are imported into the kernel function one by one. After each surface EMG signal is imported, the kernel function is updated, and isometric integration is performed to obtain the judgment signal corresponding to the current surface EMG signal; complete the import of each surface EMG signal in the surface signal concentration Then, the determination signal set corresponding to the surface signal set is obtained.
在一些实施例中,获取表面肌电信号包括:采集初始表面肌电信号数据;基于基线阈值校正初始表面信号数据,获取表面肌电信号。In some embodiments, obtaining the surface EMG signal includes: collecting initial surface EMG signal data; correcting the initial surface signal data based on a baseline threshold to obtain the surface EMG signal.
在一些实施例中,基于预定基线阈值校正初始表面信号数据包括:在初始表面肌电信号小于基线阈值的情况下,表面肌电信号为0;在初始表面肌电信号大于等于基线阈值的情况下,表面肌电信号为采集的初始表面信号数据。In some embodiments, correcting the initial surface signal data based on the predetermined baseline threshold includes: when the initial surface EMG signal is less than the baseline threshold, the surface EMG signal is 0; when the initial surface EMG signal is greater than or equal to the baseline threshold , The surface EMG signal is the collected initial surface signal data.
在一些实施例中,表面肌电信号处理方法还包括:根据公式:In some embodiments, the surface EMG signal processing method further includes: according to the formula:
thr=mean{MAV 1,MAV 2,MAV 3,…,MAV k}+A thr=mean{MAV 1 ,MAV 2 ,MAV 3 ,…,MAV k }+A
确定基线阈值thr,其中,MAV i为初始表面肌电信号数据的静息态数据中滑动窗口内信号的最大值,i为1到k之间的正整数,k为滑动窗口个数,A为预定常数。 Determine the baseline threshold thr, where MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data, i is a positive integer between 1 and k, k is the number of sliding windows, and A is The predetermined constant.
在一些实施例中,确定判定信号对应的表面肌电信号处于动作段包括:在前一个或多个判定信号小于等于预定阈值的情况下,若判定信号切换为大于预定阈值,则当前判定信号对应的表面肌电信号为动作段起始点信号;在前一个或多个判定信号大于预定阈值的情况下,若判定信号切换为小于预定阈值,则当前判定信号对应的表面肌电信号为动作段终止点信号。In some embodiments, determining that the surface EMG signal corresponding to the determination signal is in the action segment includes: when the previous one or more determination signals are less than or equal to a predetermined threshold, if the determination signal is switched to be greater than the predetermined threshold, then the current determination signal corresponds to The surface EMG signal of the action segment is the signal at the start point of the action segment; when the previous one or more determination signals are greater than the predetermined threshold, if the determination signal is switched to be less than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is the end of the action segment Point signal.
根据本公开的一些实施例的一个方面,提出一种表面肌电信号处理装置,包括:信号获取单元,被配置为获取表面肌电信号;判定信号获取单元,被配置为将表面肌电信号导入核函数中做等距积分处理,获得判定信号,其中,核函数中包括按照时间顺序在当前表面肌电信号之前的表面肌电信号;动作段确定单元,被配置为在判定信号大于预定阈值的情况下,确定判定信号对应的表面肌电信号处于动作段。According to an aspect of some embodiments of the present disclosure, a surface EMG signal processing device is provided, including: a signal acquisition unit configured to acquire a surface EMG signal; and a determination signal acquisition unit configured to import the surface EMG signal The kernel function performs equidistant integration processing to obtain the determination signal, where the kernel function includes the surface EMG signal before the current surface EMG signal in chronological order; the action segment determination unit is configured to determine when the signal is greater than a predetermined threshold In this case, it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
在一些实施例中,判定信号获取单元被配置为:将单个表面肌电信号导入核函数中,更新核函数;基于梯形法计算该核函数单位等距积分,确定判定信号。In some embodiments, the determination signal acquisition unit is configured to: import a single surface EMG signal into the kernel function, update the kernel function; calculate the unit isometric integral of the kernel function based on the trapezoid method, and determine the determination signal.
在一些实施例中,判定信号获取单元还被配置为:初始化核函数为0;按照采集时间从先到后的顺序,将表面肌电信号集中的表面肌电信号逐个导入核函数中,每导入一个表面肌电信号后更新核函数,并做等距积分,获得当前表面肌电信号对应的判定信号;完成表面信号集中的各个表面肌电信号导入后,获得表面信号集对应的判定信号集。In some embodiments, the determination signal acquisition unit is further configured to: initialize the kernel function to 0; according to the order of acquisition time from first to last, import the concentrated surface EMG signals into the kernel function one by one. After a surface EMG signal is updated, the kernel function is updated and equidistant integration is performed to obtain the determination signal corresponding to the current surface EMG signal; after completing the import of each surface EMG signal in the surface signal set, the determination signal set corresponding to the surface signal set is obtained.
在一些实施例中,信号获取单元被配置为:采集初始表面肌电信号数据;基于基线阈值校正初始表面信号数据,获取表面肌电信号。In some embodiments, the signal acquisition unit is configured to: collect initial surface EMG signal data; correct the initial surface signal data based on a baseline threshold to acquire the surface EMG signal.
在一些实施例中,信号获取单元被配置为:在初始表面肌电信号小于基线阈值的情况下,表面肌电信号为0;在初始表面肌电信号大于等于基线阈值的情况下,表面肌电信号为采集的初始表面信号数据。In some embodiments, the signal acquisition unit is configured to: when the initial surface EMG signal is less than the baseline threshold, the surface EMG signal is 0; when the initial surface EMG signal is greater than or equal to the baseline threshold, the surface EMG signal is greater than or equal to the baseline threshold. The signal is the collected initial surface signal data.
在一些实施例中,信号获取单元还被配置为根据公式:In some embodiments, the signal acquisition unit is further configured to follow the formula:
thr=mean{MAV 1,MAV 2,MAV 3,…,MAV k}+A thr=mean{MAV 1 ,MAV 2 ,MAV 3 ,…,MAV k }+A
确定基线阈值thr,其中,MAV i为初始表面肌电信号数据的静息态数据中滑动窗口内信号的最大值,i为1到k之间的正整数,k为滑动窗口个数,A为预定常数。 Determine the baseline threshold thr, where MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data, i is a positive integer between 1 and k, k is the number of sliding windows, and A is The predetermined constant.
在一些实施例中,动作段确定单元被配置为:在前一个或多个判定信号小于等于预定阈值的情况下,若判定信号切换为大于预定阈值,则当前判定信号对应的表面肌电信号为动作段起始点信号;在前一个或多个判定信号大于预定阈值的情况下,若判定信号切换为小于预定阈值,则当前判定信号对应的表面肌电信号为动作段终止点信号。In some embodiments, the action segment determination unit is configured to: in the case where the previous one or more determination signals are less than or equal to the predetermined threshold, if the determination signal is switched to be greater than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is The signal of the starting point of the action segment; in the case that the previous one or more determination signals are greater than the predetermined threshold, if the determination signal is switched to be less than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is the end point signal of the action segment.
根据本公开的一些实施例的一个方面,提出一种表面肌电信号处理装置,包括:存储器;以及耦接至存储器的处理器,处理器被配置为基于存储在存储器的指令执行上文中任意一种表面肌电信号处理方法。According to an aspect of some embodiments of the present disclosure, a surface EMG signal processing device is provided, including: a memory; and a processor coupled to the memory, and the processor is configured to execute any one of the above based on instructions stored in the memory. A surface EMG signal processing method.
根据本公开的一些实施例的一个方面,提出一种计算机可读存储介质,其上存储有计算机程序指令,该指令被处理器执行时实现上文中任意一种表面肌电信号处理方法的步骤。According to an aspect of some embodiments of the present disclosure, a computer-readable storage medium is provided, on which computer program instructions are stored, and when the instructions are executed by a processor, the steps of any of the above surface EMG signal processing methods are realized.
另外,根据本公开的一些实施例的一个方面,提出一种可穿戴设备,包括:肌电信号采集装置,被配置为采集表面肌电信号;和上文中任意一种表面肌电信号处理装置。In addition, according to an aspect of some embodiments of the present disclosure, a wearable device is provided, which includes: an electromyography signal acquisition device configured to collect surface electromyography signals; and any of the above surface electromyography signal processing devices.
在一些实施例中,肌电信号采集装置包括附着于被探测的用户身体表面的探测器。In some embodiments, the electromyographic signal acquisition device includes a detector attached to the surface of the user's body to be detected.
附图说明Description of the drawings
此处所说明的附图用来提供对本公开的进一步理解,构成本公开的一部分,本公开的示意性实施例及其说明用于解释本公开,并不构成对本公开的不当限定。在附图中:The drawings described here are used to provide a further understanding of the present disclosure and constitute a part of the present disclosure. The exemplary embodiments and descriptions of the present disclosure are used to explain the present disclosure, and do not constitute an improper limitation of the present disclosure. In the attached picture:
图1为本公开的表面肌电信号处理方法的一些实施例的流程图。FIG. 1 is a flowchart of some embodiments of the surface EMG signal processing method of the present disclosure.
图2为本公开的表面肌电信号处理方法的另一些实施例的流程图。FIG. 2 is a flowchart of other embodiments of the surface EMG signal processing method of the present disclosure.
图3A~3C为本公开的表面肌电信号处理的一些实施例的示意图。3A to 3C are schematic diagrams of some embodiments of surface EMG signal processing of the present disclosure.
图4为本公开的表面肌电信号处理装置的一些实施例的示意图。FIG. 4 is a schematic diagram of some embodiments of the surface EMG signal processing device of the present disclosure.
图5为本公开的表面肌电信号处理装置的另一些实施例的示意图。FIG. 5 is a schematic diagram of other embodiments of the surface EMG signal processing device of the present disclosure.
图6为本公开的表面肌电信号处理装置的又一些实施例的示意图。FIG. 6 is a schematic diagram of still other embodiments of the surface EMG signal processing device of the present disclosure.
图7为本公开的可穿戴设备的一些实施例的示意图。FIG. 7 is a schematic diagram of some embodiments of the wearable device of the present disclosure.
具体实施方式detailed description
相关技术中动作段检测方法有如下几种:There are several methods for detecting motion segments in related technologies:
(1)移动平均法:先求表面肌电信号的平均值,然后求其平均值的范数,采用窗函数对表面肌电信号瞬时能量进行移动平均处理,得出的值与适当的阈值判断,认为大于该阈值的信号为动作电位段,小于该阈值为静息电位段。(1) Moving average method: First find the average value of the surface EMG signal, then find the norm of the average value, and use the window function to perform moving average processing on the instantaneous energy of the surface EMG signal, and the obtained value and the appropriate threshold are judged , It is considered that the signal greater than the threshold is the action potential segment, and the signal less than the threshold is the resting potential segment.
(2)标准差与绝对均值检测:利用表面肌电信号的标准差和绝对均值,建立单一或双阈值进行判断。(2) Standard deviation and absolute mean detection: use the standard deviation and absolute mean of the surface EMG signal to establish a single or double threshold for judgment.
(3)小波变换法:利用连续小波变换分解,计算不同尺度下的一组匹配滤波器输出的最大值,将该值与阈值比较,判断动作段的起始与终止位置。(3) Wavelet transform method: use continuous wavelet transform decomposition to calculate the maximum value of a set of matched filter outputs at different scales, compare this value with a threshold, and determine the start and end positions of the action segment.
(4)统计判据决策法:是一种基于模型的活动段检测方法,活动段的起始在统计过程模型的时变参数中作为一种突变量来适应所测量的信号,且该算法的准确性可通过统计模型来评估。(4) Statistical criterion decision-making method: It is a model-based detection method of the active segment. The start of the active segment is used as a sudden change in the time-varying parameters of the statistical process model to adapt to the measured signal. The accuracy can be assessed by statistical models.
发明人发现,相关技术中的动作段检测存在以下问题:The inventor found that the motion segment detection in the related technology has the following problems:
1.移动平均法的计算量大,采用滑动窗口加上算法本身运行时间均会产生延迟;对阈值的依赖性比较强,如果表面肌电信号的噪声量较大,不能较好地达到精确检测的目的,且由于个体差异造成的阈值普适性不高。1. The moving average method has a large amount of calculation, and the use of sliding window plus the running time of the algorithm itself will cause delay; the dependence on the threshold is relatively strong, if the amount of noise in the surface EMG signal is large, accurate detection cannot be achieved well The purpose of this, and the threshold universality caused by individual differences is not high.
2.标准差与绝对均值检测虽然比较简单,但检测精度不高。当滑动窗口数据量少时,异常值对活动段的检测准确率影响很大,当滑动窗数据大时,就会产生延迟,且对噪声比较敏感。2. Although the standard deviation and absolute mean detection is relatively simple, the detection accuracy is not high. When the amount of data in the sliding window is small, the abnormal value has a great influence on the detection accuracy of the active segment. When the data in the sliding window is large, it will cause delay and be more sensitive to noise.
3.小波变换法是一种时频分析方法,计算量很大,不同尺度的分解依赖于母小波函数的选择,需要先验知识进行验证。3. The wavelet transform method is a time-frequency analysis method with a large amount of calculation. The decomposition of different scales depends on the choice of the mother wavelet function, which requires prior knowledge for verification.
4.统计判据决策法需要不断获取当前肌电信号水平等先验知识建立预先模型,且计算量大。4. The statistical criterion decision-making method needs to continuously obtain prior knowledge such as the current EMG signal level to establish a pre-model, and the amount of calculation is large.
本公开的表面肌电信号处理方法的一些实施例的流程图如图1所示。The flowchart of some embodiments of the surface EMG signal processing method of the present disclosure is shown in FIG. 1.
在步骤101中,获取表面肌电信号。在一些实施例中,可以利用附着于被探测用户的身体表面的肌电信号采集装置采集表面肌电信号。在一些实施例中,直接采集的信号可以作为初始表面肌电信号数据,在校正处理后得到表面肌电信号。In step 101, a surface EMG signal is acquired. In some embodiments, the surface EMG signal may be collected by an EMG signal collecting device attached to the surface of the user's body. In some embodiments, the directly collected signal can be used as the initial surface EMG signal data, and the surface EMG signal is obtained after correction processing.
在步骤102中,将表面肌电信号导入核函数中做等距积分处理,获得判定信号。在一些实施例中,核函数可以为包括当前表面肌电信号的前序信号的数据集,核函数的初始状态为0,在信号处理过程中逐渐丰富其中的数据。在一些实施例中,每个表 面肌电信号对应于一个判定信号。In step 102, the surface EMG signal is introduced into the kernel function for isometric integration processing to obtain a determination signal. In some embodiments, the kernel function may be a data set including the preamble signal of the current surface EMG signal, the initial state of the kernel function is 0, and the data therein is gradually enriched during the signal processing. In some embodiments, each surface EMG signal corresponds to a decision signal.
在步骤103中,判断判定信号是否大于预定阈值。若判定信号大于预定阈值,则执行步骤104,否则,判定信号对应的表面肌电信号处于静息态。In step 103, it is determined whether the determination signal is greater than a predetermined threshold. If it is determined that the signal is greater than the predetermined threshold, step 104 is executed; otherwise, it is determined that the surface EMG signal corresponding to the signal is in a resting state.
在步骤104中,确定判定信号对应的表面肌电信号处于动作段。In step 104, it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
通过这样的方法,能够先对表面肌电信号进行基于核函数的处理,在等距积分后得到判定信号,根据判定信号来确定是否处于动作段,从而减小了动作段检测对阈值设定的依赖,提高了动作段检测的准确性。Through this method, the surface EMG signal can be processed based on the kernel function first, and then the judgment signal can be obtained after equidistant integration. According to the judgment signal, it can be determined whether it is in the action section, thereby reducing the threshold setting of the action section detection. Dependence improves the accuracy of motion segment detection.
本公开的表面肌电信号处理方法的另一些实施例的流程图如图2所示。The flowchart of other embodiments of the surface EMG signal processing method of the present disclosure is shown in FIG. 2.
在步骤201中,通过附着于被探测的用户表面的探测器采集初始表面肌电信号数据。在一些实施例中,初始表面肌电信号数据可以如图3A所示,其中幅度较高的为动作段,活动段之间平稳的部分为静息段。In step 201, the initial surface EMG signal data is collected by a detector attached to the surface of the user to be detected. In some embodiments, the initial surface EMG signal data may be as shown in FIG. 3A, where the higher amplitude is the action segment, and the stable part between the active segments is the resting segment.
在步骤202中,根据静息态表面肌电信号数据确定基线阈值。在一些实施例中,可以请被探测用户处于静息态并采集数据,该数据为确认的静息态表面肌电信号数据。在一些实施例中,可以根据公式确定基线阈值thr,In step 202, a baseline threshold is determined according to the resting surface EMG signal data. In some embodiments, the detected user may be asked to be in a resting state and collect data, the data being confirmed resting state surface EMG signal data. In some embodiments, the baseline threshold thr can be determined according to a formula,
thr=mean{MAV 1,MAV 2,MAV 3,…,MAV k}+A thr=mean{MAV 1 ,MAV 2 ,MAV 3 ,…,MAV k }+A
其中,mean为取平均操作的运算符,MAV i为初始表面肌电信号数据的静息态数据中滑动窗口内信号的最大值,i为1到k之间的正整数,k为滑动窗口个数,A为预定常数。在一些实施例中,可以基于经验设定预定常数A,并在测量过程中调整A以提高准确度。 Among them, mean is the operator for averaging operation, MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data, i is a positive integer between 1 and k, and k is the number of sliding windows. Number, A is a predetermined constant. In some embodiments, a predetermined constant A may be set based on experience, and A may be adjusted during the measurement process to improve accuracy.
在步骤203中,基于基线阈值校正初始表面信号数据,获取表面肌电信号。在一些实施例中,可以设定在初始表面肌电信号小于基线阈值的情况下,表面肌电信号为0;在初始表面肌电信号大于等于基线阈值的情况下,表面肌电信号为采集的初始表面信号数据。如基于公式In step 203, the initial surface signal data is corrected based on the baseline threshold, and the surface EMG signal is obtained. In some embodiments, it can be set that when the initial surface EMG signal is less than the baseline threshold, the surface EMG signal is 0; when the initial surface EMG signal is greater than or equal to the baseline threshold, the surface EMG signal is collected Initial surface signal data. Such as based on formula
Figure PCTCN2020109486-appb-000001
Figure PCTCN2020109486-appb-000001
修正初始表面肌电信号数据,得到表面肌电信号,其中x i为采集的初始表面肌电信号数据,thr为初始肌电信号数据的基线阈值。 Correct the initial surface EMG signal data to obtain the surface EMG signal, where x i is the collected initial surface EMG signal data, and thr is the baseline threshold of the initial EMG signal data.
在步骤204中,将表面肌电信号导入核函数中,并更新核函数。在一些实施例中,核函数是数据点与包括已导入表面肌电信号的数据集的集合。In step 204, the surface EMG signal is imported into the kernel function, and the kernel function is updated. In some embodiments, the kernel function is a collection of data points and a data set including imported surface EMG signals.
在一些实施例中,在第一个表面肌电信号到来之前,初始化核函数为0,初始化 核函数的形式为kernel(j k)=0,j 1,j 2,j 3,…,j n,其中,0、j 1~j n表示核函数中的数据点;在表面肌电信号s i传入核函数中后(假设s i导入前尚未导入其他表面肌电信号数据),核函数更新为kernel={j 2,…,j n,s i},j 2,…,j n;在按照时序的下一个表面肌电信号s i+1传入核函数中后,核函数更新为kernel={j 3,…,j n,s i,s i+1},j 3,j 4,…,j nIn some embodiments, before the arrival of the first surface EMG signal, the initial kernel function is 0, and the form of the initial kernel function is kernel(j k )=0, j 1 , j 2 , j 3 ,..., j n , Where 0, j 1 ~j n represent the data points in the kernel function; after the surface EMG signal s i is transferred into the kernel function (assuming that no other surface EMG signal data has been imported before s i is imported), the kernel function is updated Is kernel={j 2 ,…,j n ,s i },j 2 ,…,j n ; after the next surface EMG signal s i+1 in accordance with the time sequence is passed into the kernel function, the kernel function is updated to kernel ={j 3 ,...,j n ,s i ,s i+1 },j 3 ,j 4 ,...,j n .
在步骤205中,基于梯形法计算该核函数单位等距积分,确定判定信号。在一些实施例中,将核函数看作一维时间序列,做等距积分计算。如,在表面肌电信号s i传入核函数中后,基于梯形法计算该核函数单位等距积分,得到s i对应的判定信号y i;在按照时序的下一个表面肌电信号s i+1传入核函数中后,计算积分得到s i+1对应的判定信号y i+1。在一些实施例中,针对一系列的表面肌电信号确定的判定信号可以如图3B所示。 In step 205, the unit equidistant integral of the kernel function is calculated based on the trapezoidal method, and the determination signal is determined. In some embodiments, the kernel function is regarded as a one-dimensional time series, and isometric integral calculation is performed. For example, the surface EMG s i after the introduction of a kernel function, the computing trapezoidal method based on the kernel function equally integral unit, to obtain a corresponding determination signal s i Y i; in accordance with the next timing of surface EMG signals s i after passing +1 kernel function, the integral is calculated to obtain a determination signal s i + y i + 1 1 corresponds. In some embodiments, the determination signal determined for a series of surface EMG signals may be as shown in FIG. 3B.
在步骤206中,判断当前的判定信号前一个或多个信号是否小于等于预定阈值。若小于等于预定阈值,则说明之前处于静息态,执行步骤207;否则,说明之前处于活动态,执行步骤210。In step 206, it is determined whether one or more signals before the current determination signal are less than or equal to a predetermined threshold. If it is less than or equal to the predetermined threshold, it means that it was in the resting state before, and step 207 is executed; otherwise, it means that it was in the active state before and step 210 is executed.
在步骤207中,判断当前判定信号是否小于等于预定阈值。若小于等于预定阈值,则执行步骤208;否则,执行步骤209。In step 207, it is determined whether the current determination signal is less than or equal to a predetermined threshold. If it is less than or equal to the predetermined threshold, go to step 208; otherwise, go to step 209.
在步骤208中,当前被探测的用户保持静息态。在当前处理的判定信号还包括后续信号的情况下,执行步骤213。In step 208, the currently detected user remains at rest. In the case where the currently processed determination signal also includes subsequent signals, step 213 is executed.
在步骤209中,当前判定信号对应的表面肌电信号为动作段起始点信号,当前被探测的用户从静息态切换为活动态。在当前处理的判定信号还包括后续信号的情况下,执行步骤213。In step 209, the surface EMG signal corresponding to the current determination signal is the start point signal of the action segment, and the currently detected user switches from the resting state to the active state. In the case where the currently processed determination signal also includes subsequent signals, step 213 is executed.
在步骤210中,判断当前判定信号是否小于预定阈值。若小于预定阈值,则执行步骤211,否则执行步骤212。In step 210, it is determined whether the current determination signal is less than a predetermined threshold. If it is less than the predetermined threshold, step 211 is executed, otherwise, step 212 is executed.
在步骤211中,当前判定信号对应的表面肌电信号为动作段终止点信号,当前被探测的用户从活动态切换为静息态。在当前处理的判定信号还包括后续信号的情况下,执行步骤213。In step 211, the surface EMG signal corresponding to the current determination signal is the end point signal of the action segment, and the currently detected user is switched from the active state to the resting state. In the case where the currently processed determination signal also includes subsequent signals, step 213 is executed.
在步骤212中,当前被探测的用户保持静息态。在当前处理的判定信号还包括后续信号的情况下,执行步骤213。In step 212, the currently detected user remains at rest. In the case where the currently processed determination signal also includes subsequent signals, step 213 is executed.
图3C中给出了基于下方的判断信号区分的动作段和静息段,与上方对应的初始表面肌电信号的关系。从图3C的对照中能够看出,由于刚刚进入动作段或者刚刚离 开动作段时,初始表面肌电信号数据的幅度较小,难以与静息段数据区分,容易误判,其准确度严重依赖于阈值。而初始表面肌电信号对应的判定信号在刚刚进入动作段或者刚刚离开动作段时都有较大的幅度变化,从而提高了判断的准确性。Fig. 3C shows the relationship between the action segment and the resting segment distinguished based on the judgment signal below and the initial surface EMG signal corresponding to the upper side. It can be seen from the comparison in Figure 3C that the initial surface EMG signal data has a small amplitude when it just enters the action segment or just leaves the action segment, and it is difficult to distinguish from the resting segment data, and it is easy to misjudge, and its accuracy depends heavily on于 Threshold. The determination signal corresponding to the initial surface EMG signal has a large amplitude change when it just enters the action segment or just leaves the action segment, thereby improving the accuracy of the judgment.
在步骤213中,按照采集时间从先到后的顺序获得缓存的下一个表面肌电信号,并执行步骤204。在一些实施例中,可以在采集到一段初始表面肌电信号数据后做集中处理,得到对应的表面肌电信号集,将表面肌电信号集中的表面肌电信号逐个导入核函数中;完成表面信号集中的各个表面肌电信号导入后,获得表面信号集对应的判定信号集。In step 213, the buffered next surface EMG signal is obtained in the order of acquisition time from first to last, and step 204 is executed. In some embodiments, after collecting a piece of initial surface EMG signal data, centralized processing can be performed to obtain the corresponding surface EMG signal set, and the concentrated surface EMG signals of the surface EMG signal can be imported into the kernel function one by one; the surface is completed After each surface EMG signal in the signal set is imported, the determination signal set corresponding to the surface signal set is obtained.
在一些实施例中,在信号采集和分析处理同步执行的情况下还可以在完成步骤208、209、211或212的操作后,跳转至步骤201,获取下一个采集到的初始表面肌电信号。In some embodiments, when the signal acquisition and analysis processing are executed simultaneously, after completing the operations of steps 208, 209, 211, or 212, skip to step 201 to obtain the next initial surface EMG signal collected. .
通过这样的方法,能够先进行基线校正,后利用核函数概念得到判定信号,相当于对原始信号进行了二次转换,增大了静息电位与动作电位之间微小的差异值,提升了后续检测的准确度,且该算法采用核函数的概念缩小了滑动窗口在识别起始点时带来的时间延迟。Through this method, it is possible to perform baseline correction first, and then use the kernel function concept to obtain the judgment signal, which is equivalent to a secondary conversion of the original signal, which increases the small difference between the resting potential and the action potential, and improves the follow-up The accuracy of detection, and the algorithm adopts the concept of kernel function to reduce the time delay caused by the sliding window in identifying the starting point.
本公开的表面肌电信号处理装置的一些实施例的示意图如图4所示。A schematic diagram of some embodiments of the surface EMG signal processing device of the present disclosure is shown in FIG. 4.
信号获取单元401能够获取表面肌电信号。在一些实施例中,可以利用附着于被探测用户的身体表面的肌电信号采集装置采集表面肌电信号。在一些实施例中,直接采集的信号可以作为初始表面肌电信号,在校正处理后得到表面肌电信号。The signal acquisition unit 401 can acquire surface EMG signals. In some embodiments, the surface EMG signal may be collected by an EMG signal collecting device attached to the surface of the user's body. In some embodiments, the directly collected signal can be used as the initial surface EMG signal, and the surface EMG signal is obtained after the correction processing.
判定信号获取单元402能够将表面肌电信号导入核函数中做等距积分处理,获得判定信号。在一些实施例中,核函数可以为包括当前表面肌电信号的前序信号的数据集,核函数的初始状态为0,在信号处理过程中逐渐丰富其中的数据。在一些实施例中,每个表面肌电信号对应于一个判定信号。The determination signal acquisition unit 402 can import the surface EMG signal into the kernel function for equidistant integration processing to obtain the determination signal. In some embodiments, the kernel function may be a data set including the preamble signal of the current surface EMG signal, the initial state of the kernel function is 0, and the data therein is gradually enriched during the signal processing. In some embodiments, each surface EMG signal corresponds to a decision signal.
动作段确定单元403能够在判定信号大于预定阈值的情况下,确定判定信号对应的表面肌电信号处于动作段;在判定信号不大于预定阈值的情况下,确定判定信号对应的表面肌电信号处于静息段。The action segment determination unit 403 can determine that the surface EMG signal corresponding to the determination signal is in the action segment when the determination signal is greater than the predetermined threshold; when the determination signal is not greater than the predetermined threshold, determine that the surface EMG signal corresponding to the determination signal is in the action segment. Resting segment.
在一些实施例中,动作段确定单元403能够在之前处于静息态的情况下,若当前判定信号小于等于预定阈值,则确定保持静息态;若当前信号大于预定阈值,则确定当前判定信号对应的表面肌电信号为动作段起始点信号,当前被探测的用户从静息态切换为活动态。In some embodiments, the action segment determining unit 403 can determine to maintain the resting state if the current determination signal is less than or equal to the predetermined threshold when the action segment determination unit 403 is in the resting state; if the current signal is greater than the predetermined threshold, determine the current determination signal The corresponding surface EMG signal is the signal of the starting point of the action segment, and the currently detected user switches from the resting state to the active state.
在一些实施例中,动作段确定单元403能够在之前处于活动态的情况下,若当前判定信号大于等于预定阈值,则确定保持活动态;若当前信号小于预定阈值,则确定当前判定信号对应的表面肌电信号为动作段结束点信号,当前被探测的用户从活动态切换为静息态。In some embodiments, the action segment determination unit 403 can determine to remain active if the current determination signal is greater than or equal to a predetermined threshold when the action segment determination unit 403 is previously active; if the current signal is less than the predetermined threshold, determine that the current determination signal corresponds to The surface EMG signal is the signal of the end point of the action segment, and the currently detected user switches from the active state to the resting state.
这样的表面肌电信号处理装置能够先对表面肌电信号进行基于核函数的处理,在等距积分后得到判定信号,根据判定信号来确定是否处于动作段,从而减小了动作段检测对阈值设定的依赖,提高了动作段检测的准确性。Such a surface EMG signal processing device can first process the surface EMG signal based on the kernel function, obtain a determination signal after equidistant integration, and determine whether it is in the action section according to the determination signal, thereby reducing the threshold value of the action section detection The dependence of the setting improves the accuracy of the motion segment detection.
在一些实施例中,判定信号获取单元402对表面肌电信号的处理过程可以包括:将单个表面肌电信号导入核函数中,更新核函数;基于梯形法计算该核函数单位等距积分,确定判定信号。In some embodiments, the process of processing the surface EMG signal by the determination signal acquisition unit 402 may include: importing a single surface EMG signal into the kernel function, updating the kernel function; calculating the unit isometric integral of the kernel function based on the trapezoid method, and determining Determine the signal.
在一些实施例中,核函数的构建方法可以包括:In some embodiments, the method for constructing the kernel function may include:
初始化核函数为0,初始化核函数的形式为kernel(j k)=0,j 1,j 2,j 3,…,j n;在表面肌电信号s i传入核函数中后,核函数更新为kernel={j 2,…,j n,s i},j 2,…,j n=0,在表面肌电信号s i传入核函数中后基于梯形法计算该核函数单位等距积分,得到s i对应的判定信号y i;在按照时序的下一个表面肌电信号s i+1传入核函数中后,核函数更新为kernel={j 3,…,j n,s i,s i+1},j 3,j 4,…,j n=0,在按照时序的下一个表面肌电信号s i+1传入核函数中后,计算积分得到s i+1对应的判定信号y i+1The kernel function is initialized to 0, and the kernel function is initialized in the form of kernel(j k )=0,j 1 ,j 2 ,j 3 ,...,j n ; after the surface EMG signal s i is passed into the kernel function, the kernel function Update to kernel={j 2 ,…,j n ,s i },j 2 ,…,j n =0, after the surface EMG signal s i is passed into the kernel function, the unit equidistance of the kernel function is calculated based on the trapezoid method integrated to obtain a signal y i s i corresponding to the determination; in accordance with the following pass after a surface EMG kernel, the kernel update timing of s i + 1 is the kernel = {j 3, ..., j n, s i ,s i+1 },j 3 ,j 4 ,…,j n =0, after the next surface EMG signal s i+1 in accordance with the time sequence is passed into the kernel function, the integral is calculated to obtain the corresponding s i+1 The decision signal y i+1 .
这样的表面肌电信号处理装置能够在处理过程中逐步的构建核函数,使核函数中具备当前信号之前的所有信号的强度信息,增大了静息电位与动作电位之间微小的差异值,提升了后续检测的准确度。Such a surface EMG signal processing device can gradually construct a kernel function in the processing process, so that the kernel function has the intensity information of all the signals before the current signal, and increases the small difference between the resting potential and the action potential. Improve the accuracy of subsequent detection.
在一些实施例中,信号获取单元401能够先采集初始表面肌电信号数据,再对采集的初始数据进行校正,获取表面肌电信号。如如基于公式In some embodiments, the signal acquisition unit 401 can first collect the initial surface EMG signal data, and then correct the collected initial data to obtain the surface EMG signal. Such as based on formula
Figure PCTCN2020109486-appb-000002
Figure PCTCN2020109486-appb-000002
修正初始表面肌电信号数据,得到表面肌电信号,其中x i为采集的初始表面肌电信号数据,thr为初始肌电信号数据的基线阈值。 Correct the initial surface EMG signal data to obtain the surface EMG signal, where x i is the collected initial surface EMG signal data, and thr is the baseline threshold of the initial EMG signal data.
在一些实施例中,信号获取单元还能够根据静息态数据确定基线阈值,如根据公式:In some embodiments, the signal acquisition unit can also determine the baseline threshold according to the resting state data, such as according to the formula:
thr=mean{MAV 1,MAV 2,MAV 3,…,MAV k}+A thr=mean{MAV 1 ,MAV 2 ,MAV 3 ,…,MAV k }+A
确定基线阈值thr,其中,MAV i为初始表面肌电信号数据的静息态数据中滑动窗口内信号的最大值,i为1到k之间的正整数,k为滑动窗口个数,A为预定常数。 Determine the baseline threshold thr, where MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data, i is a positive integer between 1 and k, k is the number of sliding windows, and A is The predetermined constant.
本公开表面肌电信号处理装置的一个实施例的结构示意图如图5所示。表面肌电信号处理装置包括存储器501和处理器502。其中:存储器501可以是磁盘、闪存或其它任何非易失性存储介质。存储器用于存储上文中表面肌电信号处理方法的对应实施例中的指令。处理器502耦接至存储器501,可以作为一个或多个集成电路来实施,例如微处理器或微控制器。该处理器502用于执行存储器中存储的指令,能够减小动作段检测对阈值设定的依赖,提高动作段检测的准确性。A schematic structural diagram of an embodiment of the surface EMG signal processing device of the present disclosure is shown in FIG. 5. The surface EMG signal processing device includes a memory 501 and a processor 502. Wherein: the memory 501 may be a magnetic disk, flash memory or any other non-volatile storage medium. The memory is used to store the instructions in the corresponding embodiment of the above surface EMG signal processing method. The processor 502 is coupled to the memory 501 and can be implemented as one or more integrated circuits, such as a microprocessor or a microcontroller. The processor 502 is configured to execute the instructions stored in the memory, which can reduce the dependence of the action segment detection on the threshold setting, and improve the accuracy of the action segment detection.
在一个实施例中,还可以如图6所示,表面肌电信号处理装置600包括存储器601和处理器602。处理器602通过BUS总线603耦合至存储器601。该表面肌电信号处理装置600还可以通过存储接口604连接至外部存储装置605以便调用外部数据,还可以通过网络接口606连接至网络或者另外一台计算机系统(未标出)。此处不再进行详细介绍。In an embodiment, as shown in FIG. 6, the surface EMG signal processing device 600 includes a memory 601 and a processor 602. The processor 602 is coupled to the memory 601 through the BUS bus 603. The surface EMG signal processing device 600 can also be connected to an external storage device 605 through a storage interface 604 to call external data, and can also be connected to a network or another computer system (not shown) through a network interface 606. No more detailed introduction here.
在该实施例中,通过存储器存储数据指令,再通过处理器处理上述指令,能够减小动作段检测对阈值设定的依赖,提高动作段检测的准确性。In this embodiment, the memory stores the data instructions and the processor processes the above instructions, which can reduce the dependence of the action segment detection on the threshold setting and improve the accuracy of the action segment detection.
在另一个实施例中,一种计算机可读存储介质,其上存储有计算机程序指令,该指令被处理器执行时实现表面肌电信号处理方法对应实施例中的方法的步骤。本领域内的技术人员应明白,本公开的实施例可提供为方法、装置、或计算机程序产品。因此,本公开可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本公开可采用在一个或多个其中包含有计算机可用程序代码的计算机可用非瞬时性存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。In another embodiment, a computer-readable storage medium has computer program instructions stored thereon, and when the instructions are executed by a processor, the steps of the surface EMG signal processing method corresponding to the method in the embodiment are realized. Those skilled in the art should understand that the embodiments of the present disclosure can be provided as a method, an apparatus, or a computer program product. Therefore, the present disclosure may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware. Moreover, the present disclosure may take the form of a computer program product implemented on one or more computer-usable non-transitory storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer-usable program codes. .
本公开的可穿戴设备的一些实施例的示意图如图7所示。肌电信号采集装置71可以为附着于被探测的用户身体表面的探测器,能够采集用户表面肌电信号。表面肌电信号处理装置72可以为上文中提到的任意一种。表面肌电信号处理装置72可以集成于可穿戴设备的终端中,也可以由探测器将探测数据通过有线或无线的方式发送至远端的数据处理侧,由数据处理侧的表面肌电信号处理装置72执行如上文中提到的表面肌电信号处理方法。A schematic diagram of some embodiments of the wearable device of the present disclosure is shown in FIG. 7. The electromyographic signal collecting device 71 may be a detector attached to the surface of the user's body to be detected, and can collect the electromyographic signal of the user's surface. The surface EMG signal processing device 72 can be any of the above-mentioned ones. The surface EMG signal processing device 72 can be integrated in the terminal of the wearable device, and the detector can also send the detection data to the remote data processing side in a wired or wireless manner, and the surface EMG signal processing on the data processing side The device 72 executes the surface EMG signal processing method as mentioned above.
这样的可穿戴设备能够先对表面肌电信号进行基于核函数的处理,在等距积分后得到判定信号,根据判定信号来确定是否处于动作段,从而减小了动作段检测对阈值 设定的依赖,提高了动作段检测的准确性。Such a wearable device can first process the surface EMG signal based on the kernel function, obtain a determination signal after equidistant integration, and determine whether it is in the action segment based on the determination signal, thereby reducing the threshold setting of the action segment detection Dependence improves the accuracy of motion segment detection.
本公开是参照根据本公开实施例的方法、设备(系统)和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present disclosure is described with reference to flowcharts and/or block diagrams of methods, devices (systems) and computer program products according to embodiments of the present disclosure. It should be understood that each process and/or block in the flowchart and/or block diagram and the combination of processes and/or blocks in the flowchart and/or block diagram can be implemented by computer program instructions. These computer program instructions can be provided to the processor of a general-purpose computer, a special-purpose computer, an embedded processor, or other programmable data processing equipment to generate a machine, so that the instructions executed by the processor of the computer or other programmable data processing equipment are generated It is a device that realizes the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions can also be stored in a computer-readable memory that can guide a computer or other programmable data processing equipment to work in a specific manner, so that the instructions stored in the computer-readable memory produce an article of manufacture including the instruction device. The device implements the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing equipment, so that a series of operation steps are executed on the computer or other programmable equipment to produce computer-implemented processing, so as to execute on the computer or other programmable equipment. The instructions provide steps for implementing the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
至此,已经详细描述了本公开。为了避免遮蔽本公开的构思,没有描述本领域所公知的一些细节。本领域技术人员根据上面的描述,完全可以明白如何实施这里公开的技术方案。So far, the present disclosure has been described in detail. In order to avoid obscuring the concept of the present disclosure, some details known in the art are not described. Based on the above description, those skilled in the art can fully understand how to implement the technical solutions disclosed herein.
可能以许多方式来实现本公开的方法以及装置。例如,可通过软件、硬件、固件或者软件、硬件、固件的任何组合来实现本公开的方法以及装置。用于所述方法的步骤的上述顺序仅是为了进行说明,本公开的方法的步骤不限于以上具体描述的顺序,除非以其它方式特别说明。此外,在一些实施例中,还可将本公开实施为记录在记录介质中的程序,这些程序包括用于实现根据本公开的方法的机器可读指令。因而,本公开还覆盖存储用于执行根据本公开的方法的程序的记录介质。The method and apparatus of the present disclosure may be implemented in many ways. For example, the method and apparatus of the present disclosure can be implemented by software, hardware, firmware or any combination of software, hardware, and firmware. The above-mentioned order of the steps for the method is for illustration only, and the steps of the method of the present disclosure are not limited to the order specifically described above, unless specifically stated otherwise. In addition, in some embodiments, the present disclosure can also be implemented as programs recorded in a recording medium, and these programs include machine-readable instructions for implementing the method according to the present disclosure. Thus, the present disclosure also covers a recording medium storing a program for executing the method according to the present disclosure.
最后应当说明的是:以上实施例仅用以说明本公开的技术方案而非对其限制;尽管参照较佳实施例对本公开进行了详细的说明,所属领域的普通技术人员应当理解:依然可以对本公开的具体实施方式进行修改或者对部分技术特征进行等同替换;而不脱离本公开技术方案的精神,其均应涵盖在本公开请求保护的技术方案范围当中。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present disclosure and not to limit them; although the present disclosure has been described in detail with reference to the preferred embodiments, those of ordinary skill in the art should understand that: The disclosed specific embodiments are modified or some technical features are equivalently replaced; without departing from the spirit of the technical solutions of the present disclosure, they should all be covered in the scope of the technical solutions claimed by the present disclosure.

Claims (15)

  1. 一种表面肌电信号处理方法,包括:A surface EMG signal processing method, including:
    获取表面肌电信号;Obtain surface EMG signal;
    将表面肌电信号导入核函数中,对所述核函数做等距积分处理,获得判定信号,其中,所述核函数中包括按照时间顺序在当前表面肌电信号之前的表面肌电信号;和在判定信号大于预定阈值的情况下,确定判定信号对应的表面肌电信号处于动作段。Import the surface EMG signal into a kernel function, perform equidistant integration processing on the kernel function to obtain a determination signal, wherein the kernel function includes the surface EMG signal before the current surface EMG signal in chronological order; and When the determination signal is greater than the predetermined threshold, it is determined that the surface EMG signal corresponding to the determination signal is in the action segment.
  2. 根据权利要求1所述的表面肌电信号处理方法,其中,所述根据表面肌电信号导入核函数中,对所述核函数做等距积分处理,获得判定信号包括:The surface EMG signal processing method according to claim 1, wherein the importing a kernel function according to the surface EMG signal and performing equidistant integration processing on the kernel function to obtain the determination signal comprises:
    将单个表面肌电信号导入核函数中,更新核函数;和Import a single surface EMG signal into the kernel function and update the kernel function; and
    基于梯形法计算核函数单位等距积分,确定判定信号。Calculate the unit equidistant integral of the kernel function based on the trapezoid method to determine the judgment signal.
  3. 根据权利要求2所述的表面肌电信号处理方法,其中,所述根据表面肌电信号导入核函数中,对所述核函数做等距积分处理,获得判定信号还包括:The surface EMG signal processing method according to claim 2, wherein the importing the kernel function according to the surface EMG signal and performing equidistant integration processing on the kernel function to obtain the determination signal further comprises:
    初始化核函数为0;Initialize the kernel function to 0;
    按照采集时间从先到后的顺序,将表面肌电信号集中的表面肌电信号逐个导入核函数中,每导入一个所述表面肌电信号后更新所述核函数,并做等距积分,获得当前表面肌电信号对应的判定信号;和According to the order of acquisition time from first to last, import the concentrated surface EMG signals into the kernel function one by one, update the kernel function after each import of the surface EMG signal, and perform equidistant integration to obtain The judgment signal corresponding to the current surface EMG signal; and
    完成表面信号集中的各个表面肌电信号导入后,获得所述表面信号集对应的判定信号集。After completing the import of each surface EMG signal in the surface signal set, the determination signal set corresponding to the surface signal set is obtained.
  4. 根据权利要求1所述的表面肌电信号处理方法,其中,所述获取表面肌电信号包括:The surface EMG signal processing method according to claim 1, wherein said obtaining the surface EMG signal comprises:
    采集初始表面肌电信号数据;和Collect initial surface EMG signal data; and
    基于基线阈值校正所述初始表面信号数据,获取所述表面肌电信号。The initial surface signal data is corrected based on the baseline threshold, and the surface EMG signal is obtained.
  5. 根据权利要求4所述的表面肌电信号处理方法,其中,所述基于预定基线阈值校正所述初始表面信号数据包括:The surface EMG signal processing method according to claim 4, wherein said correcting said initial surface signal data based on a predetermined baseline threshold value comprises:
    在所述初始表面肌电信号小于基线阈值的情况下,所述表面肌电信号为0;和In the case that the initial surface EMG signal is less than the baseline threshold, the surface EMG signal is 0; and
    在所述初始表面肌电信号大于等于基线阈值的情况下,所述表面肌电信号为采集的所述初始表面信号数据。In the case that the initial surface EMG signal is greater than or equal to the baseline threshold, the surface EMG signal is the collected initial surface signal data.
  6. 根据权利要求4或5所述的表面肌电信号处理方法,还包括:根据公式确定所述基线阈值thr,The surface EMG signal processing method according to claim 4 or 5, further comprising: determining the baseline threshold thr according to a formula,
    thr=mean{MAV 1,MAV 2,MAV 3,…,MAV k}+A thr=mean{MAV 1 ,MAV 2 ,MAV 3 ,…,MAV k }+A
    其中,MAV i为初始表面肌电信号数据的静息态数据中滑动窗口内信号的最大值,i为1到k之间的正整数,k为滑动窗口个数,A为预定常数。 Among them, MAV i is the maximum value of the signal in the sliding window in the resting state data of the initial surface EMG signal data, i is a positive integer between 1 and k, k is the number of sliding windows, and A is a predetermined constant.
  7. 根据权利要求1所述的表面肌电信号处理方法,其中,所述确定所述判定信号对应的表面肌电信号处于动作段包括:The surface EMG signal processing method according to claim 1, wherein the determining that the surface EMG signal corresponding to the determination signal is in an action segment comprises:
    在前一个或多个判定信号小于等于预定阈值的情况下,若判定信号切换为大于预定阈值,则当前判定信号对应的表面肌电信号为动作段起始点信号;和In the case where the previous one or more determination signals are less than or equal to the predetermined threshold, if the determination signal is switched to be greater than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is the starting point signal of the action segment; and
    在前一个或多个判定信号大于预定阈值的情况下,若判定信号切换为小于预定阈值,则当前判定信号对应的表面肌电信号为动作段终止点信号。In the case where the previous one or more determination signals are greater than the predetermined threshold, if the determination signal is switched to be less than the predetermined threshold, the surface EMG signal corresponding to the current determination signal is the end point signal of the action segment.
  8. 一种表面肌电信号处理装置,包括:A surface EMG signal processing device, including:
    信号获取单元,被配置为获取表面肌电信号;The signal acquisition unit is configured to acquire the surface EMG signal;
    判定信号获取单元,被配置为将表面肌电信号导入核函数中,对所述核函数做等距积分处理,获得判定信号,其中,所述核函数中包括按照时间顺序在当前表面肌电信号之前的表面肌电信号;和The determination signal acquisition unit is configured to import the surface EMG signal into the kernel function, perform equidistant integration processing on the kernel function, and obtain the determination signal, wherein the kernel function includes the current surface EMG signal in chronological order Previous surface EMG signal; and
    动作段确定单元,被配置为在判定信号大于预定阈值的情况下,确定判定信号对应的表面肌电信号处于动作段。The action segment determination unit is configured to determine that the surface EMG signal corresponding to the determination signal is in the action segment when the determination signal is greater than a predetermined threshold.
  9. 根据权利要求8所述的表面肌电信号处理装置,其中,所述判定信号获取单元被配置为:The surface EMG signal processing device according to claim 8, wherein the determination signal acquisition unit is configured to:
    将单个表面肌电信号导入核函数中,更新核函数;和Import a single surface EMG signal into the kernel function and update the kernel function; and
    基于梯形法计算核函数单位等距积分,确定判定信号。Calculate the unit equidistant integral of the kernel function based on the trapezoidal method to determine the judgment signal.
  10. 根据权利要求9所述的表面肌电信号处理装置,其中,所述判定信号获取单元还被配置为:The surface EMG signal processing device according to claim 9, wherein the determination signal acquisition unit is further configured to:
    初始化核函数为0;Initialize the kernel function to 0;
    按照采集时间从先到后的顺序,将表面肌电信号集中的表面肌电信号逐个导入核函数中,每导入一个所述表面肌电信号后更新所述核函数,并做等距积分,获得当前表面肌电信号对应的判定信号;和According to the order of acquisition time from first to last, import the concentrated surface EMG signals into the kernel function one by one, update the kernel function after each import of the surface EMG signal, and perform equidistant integration to obtain The judgment signal corresponding to the current surface EMG signal; and
    完成表面信号集中的各个表面肌电信号导入后,获得所述表面信号集对应的判定 信号集。After completing the import of each surface EMG signal in the surface signal set, the determination signal set corresponding to the surface signal set is obtained.
  11. 根据权利要求8所述的表面肌电信号处理装置,其中,所述信号获取单元被配置为:The surface EMG signal processing device according to claim 8, wherein the signal acquisition unit is configured to:
    采集初始表面肌电信号数据;和Collect initial surface EMG signal data; and
    基于基线阈值校正所述初始表面信号数据,获取所述表面肌电信号。The initial surface signal data is corrected based on the baseline threshold, and the surface EMG signal is obtained.
  12. 一种表面肌电信号处理装置,包括:A surface EMG signal processing device, including:
    存储器;以及Memory; and
    耦接至所述存储器的处理器,所述处理器被配置为基于存储在所述存储器的指令执行如权利要求1至7任一项所述的方法。A processor coupled to the memory, the processor being configured to execute the method according to any one of claims 1 to 7 based on instructions stored in the memory.
  13. 一种计算机可读存储介质,其上存储有计算机程序指令,该指令被处理器执行时实现权利要求1至7任意一项所述的方法的步骤。A computer-readable storage medium having computer program instructions stored thereon, and when the instructions are executed by a processor, the steps of the method according to any one of claims 1 to 7 are realized.
  14. 一种可穿戴设备,包括:A wearable device including:
    肌电信号采集装置,被配置为采集表面肌电信号;和An electromyographic signal acquisition device configured to collect surface electromyographic signals; and
    权利要求8~12任意一项所述的表面肌电信号处理装置。The surface EMG signal processing device according to any one of claims 8-12.
  15. 根据权利要求14所述的可穿戴设备,其中,所述肌电信号采集装置包括附着于被探测的用户身体表面的探测器。The wearable device according to claim 14, wherein the electromyographic signal acquisition device comprises a detector attached to the surface of the user's body to be detected.
PCT/CN2020/109486 2019-09-03 2020-08-17 Surface electromyogram signal processing method and apparatus, and wearable device WO2021042971A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910825053.XA CN110420025B (en) 2019-09-03 2019-09-03 Surface electromyogram signal processing method and device and wearable device
CN201910825053.X 2019-09-03

Publications (1)

Publication Number Publication Date
WO2021042971A1 true WO2021042971A1 (en) 2021-03-11

Family

ID=68418566

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/109486 WO2021042971A1 (en) 2019-09-03 2020-08-17 Surface electromyogram signal processing method and apparatus, and wearable device

Country Status (2)

Country Link
CN (1) CN110420025B (en)
WO (1) WO2021042971A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113157095A (en) * 2021-04-23 2021-07-23 上海交通大学 Embedded real-time self-adaptive control method and system based on surface electromyogram signal
CN115114962A (en) * 2022-07-19 2022-09-27 歌尔股份有限公司 Control method and device based on surface electromyogram signal and wearable device

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110420025B (en) * 2019-09-03 2022-02-01 京东科技信息技术有限公司 Surface electromyogram signal processing method and device and wearable device
CN111241983B (en) * 2020-01-07 2023-09-26 京东科技信息技术有限公司 Gesture detection method, device and system, electronic equipment and storage medium
CN111387978B (en) * 2020-03-02 2023-09-26 京东科技信息技术有限公司 Method, device, equipment and medium for detecting action segment of surface electromyographic signal
CN113589920A (en) * 2020-04-30 2021-11-02 北京海益同展信息科技有限公司 Gesture recognition method, man-machine interaction method, device, equipment and storage medium
CN111603162B (en) * 2020-05-07 2023-05-30 京东科技信息技术有限公司 Myoelectric signal processing method and device, intelligent wearable equipment and storage medium
CN111616846A (en) * 2020-05-29 2020-09-04 北京海益同展信息科技有限公司 Prosthesis control method, device, electronic device and storage medium
CN111714122A (en) * 2020-06-22 2020-09-29 北京海益同展信息科技有限公司 Electromyographic pattern recognition method, electromyographic pattern recognition device, electromyographic pattern recognition equipment and computer-readable storage medium
CN111839847B (en) * 2020-07-02 2023-09-01 京东科技信息技术有限公司 Myoelectric prosthetic limb control method, myoelectric prosthetic limb control device, electronic equipment and computer readable medium
CN111844032B (en) * 2020-07-15 2022-04-12 京东科技信息技术有限公司 Electromyographic signal processing and exoskeleton robot control method and device
CN111938656A (en) * 2020-07-28 2020-11-17 南京审计大学 Real-time walking mode identification method and system based on knee joint exoskeleton
CN112123332A (en) * 2020-08-10 2020-12-25 北京海益同展信息科技有限公司 Construction method of gesture classifier, exoskeleton robot control method and device
CN111923048A (en) * 2020-08-14 2020-11-13 北京海益同展信息科技有限公司 Electromyographic signal classification and exoskeleton robot control method and device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6171258B1 (en) * 1998-10-08 2001-01-09 Sleep Solutions, Inc. Multi-channel self-contained apparatus and method for diagnosis of sleep disorders
US20110040349A1 (en) * 2009-08-12 2011-02-17 Daniel Graupe Noninvasive electrical stimulation system for standing and walking by paraplegic patients
CN103984962A (en) * 2014-05-30 2014-08-13 河北工业大学 Exoskeleton walking mode identification method based on electromyographic signals
CN105446484A (en) * 2015-11-19 2016-03-30 浙江大学 Electromyographic signal gesture recognition method based on hidden markov model
CN106527716A (en) * 2016-11-09 2017-03-22 努比亚技术有限公司 Wearable equipment based on electromyographic signals and interactive method between wearable equipment and terminal
CN109394476A (en) * 2018-12-06 2019-03-01 上海神添实业有限公司 The automatic intention assessment of brain flesh information and upper limb intelligent control method and system
CN109567798A (en) * 2018-12-26 2019-04-05 杭州电子科技大学 Daily behavior recognition methods based on myoelectricity small echo coherence and support vector machines
CN109589114A (en) * 2018-12-26 2019-04-09 杭州电子科技大学 Myoelectricity noise-eliminating method based on CEEMD and interval threshold
CN110420025A (en) * 2019-09-03 2019-11-08 北京海益同展信息科技有限公司 Surface electromyogram signal processing method, device and wearable device
CN111387978A (en) * 2020-03-02 2020-07-10 北京海益同展信息科技有限公司 Method, device, equipment and medium for detecting action section of surface electromyogram signal

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102133103B (en) * 2010-12-15 2012-08-15 河北工业大学 Method for recognizing human walking gait cycle with electromyographic signal
CN104398326B (en) * 2014-12-10 2017-01-25 重庆大学 Electrical stimulation muscle electric inducing feedback control method and device for stabilizing output of muscle electric prosthetic hand strength
US10010259B2 (en) * 2015-05-01 2018-07-03 Advancer Technologies, Llc EMG circuit
CN107198508B (en) * 2016-08-26 2021-01-22 常州市钱璟康复股份有限公司 Recovery degree sequencing method and combined interactive training system
CN110151177A (en) * 2019-05-28 2019-08-23 长春理工大学 Drop foot detection device and detection method based on surface electromyogram signal

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6171258B1 (en) * 1998-10-08 2001-01-09 Sleep Solutions, Inc. Multi-channel self-contained apparatus and method for diagnosis of sleep disorders
US20110040349A1 (en) * 2009-08-12 2011-02-17 Daniel Graupe Noninvasive electrical stimulation system for standing and walking by paraplegic patients
CN103984962A (en) * 2014-05-30 2014-08-13 河北工业大学 Exoskeleton walking mode identification method based on electromyographic signals
CN105446484A (en) * 2015-11-19 2016-03-30 浙江大学 Electromyographic signal gesture recognition method based on hidden markov model
CN106527716A (en) * 2016-11-09 2017-03-22 努比亚技术有限公司 Wearable equipment based on electromyographic signals and interactive method between wearable equipment and terminal
CN109394476A (en) * 2018-12-06 2019-03-01 上海神添实业有限公司 The automatic intention assessment of brain flesh information and upper limb intelligent control method and system
CN109567798A (en) * 2018-12-26 2019-04-05 杭州电子科技大学 Daily behavior recognition methods based on myoelectricity small echo coherence and support vector machines
CN109589114A (en) * 2018-12-26 2019-04-09 杭州电子科技大学 Myoelectricity noise-eliminating method based on CEEMD and interval threshold
CN110420025A (en) * 2019-09-03 2019-11-08 北京海益同展信息科技有限公司 Surface electromyogram signal processing method, device and wearable device
CN111387978A (en) * 2020-03-02 2020-07-10 北京海益同展信息科技有限公司 Method, device, equipment and medium for detecting action section of surface electromyogram signal

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113157095A (en) * 2021-04-23 2021-07-23 上海交通大学 Embedded real-time self-adaptive control method and system based on surface electromyogram signal
CN115114962A (en) * 2022-07-19 2022-09-27 歌尔股份有限公司 Control method and device based on surface electromyogram signal and wearable device

Also Published As

Publication number Publication date
CN110420025B (en) 2022-02-01
CN110420025A (en) 2019-11-08

Similar Documents

Publication Publication Date Title
WO2021042971A1 (en) Surface electromyogram signal processing method and apparatus, and wearable device
US20220296157A1 (en) Motion speed analysis method and apparatus, and wearable device
KR102257289B1 (en) Method and apparatus for authenticating user using ecg signal
CN108324271B (en) Electrocardiosignal identification method and system and electrocardiosignal monitoring equipment
CN109743667B (en) Earphone wearing detection method and earphone
Fernandez-Lopez et al. Optimizing resources on smartphone gait recognition
CN111345816A (en) Multi-lead QRS complex detection method, device, equipment and storage medium
CN111513706A (en) Method and device for detecting electrocardiosignals containing abnormal R waves
US20180242909A1 (en) Meal intake detection device and meal intake detection method
US11403877B2 (en) Face recognition method and electronic device using same
US11804059B2 (en) Pedestrian re-identification method and apparatus
TW202034845A (en) Baseline correction and extraction of heartbeat profiles
CN109567869B (en) Method and system for processing accelerated activities on fetal heart rate curve
Malawski et al. Real-time action detection and analysis in fencing footwork
WO2018058930A1 (en) Method and device for extracting qrs complex
WO2018014432A1 (en) Voice application triggering control method, device and terminal
CN110945464B (en) Identification method of sliding signal, MCU, touch equipment and storage medium
CN103006205B (en) Device and method for electrocardiosignal baseline recognition
JPWO2014141682A1 (en) Sensor terminal and signal acquisition method
JP2015217060A (en) Heartbeat detection method and heartbeat detector
CN108197082B (en) Step counting method based on step reliability estimation
CN112800922A (en) Face recognition method and device, electronic equipment and storage medium
WO2020019171A1 (en) Identity authentication method and apparatus, electronic device, and storage medium
JP6765539B2 (en) Fingerprint registration method and electronic devices that use it
CN111860445B (en) Dynamic gesture recognition method

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20861662

Country of ref document: EP

Kind code of ref document: A1