CN109009101B - Electroencephalogram signal self-adaptive real-time denoising method - Google Patents
Electroencephalogram signal self-adaptive real-time denoising method Download PDFInfo
- Publication number
- CN109009101B CN109009101B CN201810842340.7A CN201810842340A CN109009101B CN 109009101 B CN109009101 B CN 109009101B CN 201810842340 A CN201810842340 A CN 201810842340A CN 109009101 B CN109009101 B CN 109009101B
- Authority
- CN
- China
- Prior art keywords
- matrix
- sampling
- calculating
- signal
- source signal
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/24—Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
- A61B5/316—Modalities, i.e. specific diagnostic methods
- A61B5/369—Electroencephalography [EEG]
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/24—Detecting, measuring or recording bioelectric or biomagnetic signals of the body or parts thereof
- A61B5/316—Modalities, i.e. specific diagnostic methods
-
- A—HUMAN NECESSITIES
- A61—MEDICAL OR VETERINARY SCIENCE; HYGIENE
- A61B—DIAGNOSIS; SURGERY; IDENTIFICATION
- A61B5/00—Measuring for diagnostic purposes; Identification of persons
- A61B5/72—Signal processing specially adapted for physiological signals or for diagnostic purposes
- A61B5/7203—Signal processing specially adapted for physiological signals or for diagnostic purposes for noise prevention, reduction or removal
Landscapes
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Engineering & Computer Science (AREA)
- Medical Informatics (AREA)
- Surgery (AREA)
- Biophysics (AREA)
- Pathology (AREA)
- Veterinary Medicine (AREA)
- Biomedical Technology (AREA)
- Heart & Thoracic Surgery (AREA)
- Public Health (AREA)
- Molecular Biology (AREA)
- Physics & Mathematics (AREA)
- Animal Behavior & Ethology (AREA)
- General Health & Medical Sciences (AREA)
- Psychiatry (AREA)
- Signal Processing (AREA)
- Psychology (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physiology (AREA)
- Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)
Abstract
The invention discloses an electroencephalogram signal self-adaptive real-time denoising method; firstly, carrying out centralized processing on a sampling matrix X, calculating a covariance matrix of the sampling matrix X, calculating a characteristic value and a characteristic vector of the covariance matrix, and calculating a filtering self-adaptive coefficient, a filter coefficient and a noise signal y source signal; finally, a source signal matrix is obtained; the invention balances the calculation complexity and the convergence rate, is convenient to realize in PFGA, and can meet the real-time acquisition requirement of electroencephalogram signals. The invention has fast convergence speed, is not easy to change the waveform shape and can effectively remove physiological artifacts and circuit noise.
Description
Technical Field
The invention relates to a denoising method, in particular to an electroencephalogram signal self-adaptive real-time denoising method.
Background
Electroencephalogram (EEG) is a reflection of electrophysiological activity of brain nerve cells on the cerebral cortex or scalp and can be collected by electrodes. The electroencephalogram signals contain rich physiological information, and the accuracy of feature extraction and classification can be improved by effectively filtering the electroencephalogram signals. EEG signals have the following characteristics: the EEG signal is a weak physiological signal, the magnitude is microvolt, and the amplitude is generally 0.1-100 muV; EEG signal frequency is distributed between 0.5 Hz and 3000Hz, and signal energy is mainly concentrated between 2 Hz and 30 Hz; the system is easy to be interfered by noise, including electro-oculogram interference, myoelectricity interference, instrument high-frequency electromagnetic noise interference, acquisition environment power frequency interference and the like; EEG signals are non-stationary random signals, and the neural activity they represent is difficult to detect from the signal itself, making identification of neural commands or clinical diagnosis difficult. It is therefore necessary to de-noise when acquiring and analyzing EEG data. EEG signals are typically complex non-stationary signals whose instantaneous frequency and instantaneous energy need to be analyzed.
Disclosure of Invention
The invention provides an electroencephalogram signal self-adaptive real-time denoising method aiming at the defects of the prior art.
The invention discloses an electroencephalogram signal self-adaptive real-time denoising method, which comprises the following steps:
suppose N is the EEG signal sampling channel number, Q is the EEG signal sampling number, and the source signal matrix is S ═ S1,s2,…,sN]Q×NThe EEG sampling matrix is X ═ X1,x2,…,xN]Q×N,YQ×NFor an additive noise matrix, the following equation is given:
X=S+Y (1)
the objective is to obtain a source signal matrix S from a sampling matrix X so as to achieve the purpose of denoising. The method comprises the following specific steps:
step 1: carrying out centralization processing on the sampling matrix X:
XO=X-UTH (2)
whereinH[n]1,2, …, Q, N, 1,2, …, N. And X (m, n) is the nth voltage value acquired by the mth channel.
Step 2: calculating a covariance matrix of the sampling matrix X, and calculating an eigenvalue and an eigenvector of the sampling matrix X:
C=E[XXT] (3)
where E [. cndot. ] is the desired value. Since the covariance matrix C is a positive definite symmetric matrix, its eigenvectors are real and orthogonal. Let D be a vector of eigenvalues of the X covariance matrix C used to calculate the filter coefficients.
And step 3: for m-1, …, Q-1:
Wherein 0<α<1,0<β, Andrespectively represent coefficient matrixesThe m +1 th and m-th row vectors. XO(m,: represents X)OThe m-th row vector of (2).
Step 3.2: calculating a filter coefficient w:
wherein w (m + 1:) and w (m:) represent the m +1 and m row vectors of w, respectively. D (m) represents the mth component of D. w (1) ═ 0, …, 0.
Step 3.3: estimating the noise signal y:
y(m,:)=wT(m,:)D(m) (6)
the superscript T denotes transpose. Y (m,: indicates the Y mth row vector.
Step 3.4: calculating a source signal:
And 4, step 4: and finally, obtaining a source signal matrix S:
the invention has the beneficial effects that: the invention balances the calculation complexity and the convergence rate, is convenient to realize in PFGA, and can meet the real-time acquisition requirement of electroencephalogram signals. The invention has fast convergence speed, is not easy to change the waveform shape and can effectively remove physiological artifacts and circuit noise.
Drawings
FIG. 1 is a flow chart of the adaptive real-time filtering of electrical signals according to the present invention.
Detailed Description
As shown in fig. 1, a method for adaptively denoising an electroencephalogram signal in real time specifically comprises the following steps:
suppose N is the EEG signal sampling channel number, Q is the EEG signal sampling number, and the source signal matrix is S ═ S1,s2,…,sN]Q×NThe EEG sampling matrix is X ═ X1,x2,…,xN]Q×N,YQ×NFor an additive noise matrix, the following equation is given:
X=S+Y (1)
the objective is to obtain a source signal matrix S from a sampling matrix X so as to achieve the purpose of denoising. The method comprises the following specific steps:
step 1: carrying out centralization processing on the sampling matrix X:
XO=X-UTH (2)
whereinH[n]1,2, …, Q, N, 1,2, …, N. And X (m, n) is the nth voltage value acquired by the mth channel.
Step 2: calculating a covariance matrix of the sampling matrix X, and calculating an eigenvalue and an eigenvector of the sampling matrix X:
C=E[XXT] (3)
where E [. cndot. ] is the desired value. Since the covariance matrix C is a positive definite symmetric matrix, its eigenvectors are real and orthogonal. Let D be a vector of eigenvalues of the X covariance matrix C used to calculate the filter coefficients.
And step 3: for m-1, …, Q-1:
Wherein 0<α<1,0<β, Andrespectively represent coefficient matrixesThe m +1 th and m-th row vectors. XO(m,: represents X)OThe m-th row vector of (2).
Step 3.2: calculating a filter coefficient w:
wherein w (m + 1:) and w (m:) represent the m +1 and m row vectors of w, respectively. D (m) represents the mth component of D. w (1) ═ 0, …, 0.
Step 3.3: estimating the noise signal y:
y(m,:)=wT(m,:)D(m) (6)
the superscript T denotes transpose. Y (m,: indicates the Y mth row vector.
Step 3.4: calculating a source signal:
And 4, step 4: and finally, obtaining a source signal matrix S:
Claims (1)
1. an electroencephalogram signal self-adaptive real-time denoising method comprises the following steps:
suppose N is the EEG signal sampling channel number, Q is the EEG signal sampling number, and the source signal matrix is S ═ S1,s2,…,sN]Q×NThe EEG sampling matrix is X ═ X1,x2,…,xN]Q×N,YQ×NFor an additive noise matrix, the following equation is given:
X=S+Y (1)
the target is to obtain a source signal matrix S from a sampling matrix X so as to achieve the purpose of denoising; the method comprises the following specific steps:
step 1: carrying out centralization processing on the sampling matrix X:
XO=X-UTH (2)
step 2: calculating a covariance matrix of the sampling matrix X, and calculating an eigenvalue and an eigenvector of the sampling matrix X:
C=E[XXT] (3)
wherein E [. cndot. ] is a desired value; the covariance matrix C is a positive definite symmetric matrix, and the eigenvectors of the covariance matrix C are real numbers and are orthogonal; assuming that D is a vector formed by eigenvalues of the X covariance matrix C;
and step 3: for m-1, …, Q-1:
Wherein 0<α<1,0<β, Andrespectively represent coefficient matrixesThe m +1 th and m-th row vectors of (a); xO(m,: represents X)OThe m-th row vector of (1);
step 3.2: calculating a filter coefficient w:
wherein w (m + 1:) and w (m:) represent the m +1 and m row vectors of w, respectively; d (m) denotes the m-th component of D; w (1) ═ 0, …, 0;
step 3.3: estimating the noise signal y:
y(m,:)=wT(m,:)D(m) (6)
superscript T denotes transpose; y (m,: means the Y mth row vector;
step 3.4: calculating a source signal:
and 4, step 4: and finally, obtaining a source signal matrix S:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810842340.7A CN109009101B (en) | 2018-07-27 | 2018-07-27 | Electroencephalogram signal self-adaptive real-time denoising method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810842340.7A CN109009101B (en) | 2018-07-27 | 2018-07-27 | Electroencephalogram signal self-adaptive real-time denoising method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109009101A CN109009101A (en) | 2018-12-18 |
CN109009101B true CN109009101B (en) | 2021-04-06 |
Family
ID=64647059
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810842340.7A Active CN109009101B (en) | 2018-07-27 | 2018-07-27 | Electroencephalogram signal self-adaptive real-time denoising method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109009101B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111740614B (en) * | 2020-06-24 | 2024-04-12 | 东北电力大学 | Y-source two-stage matrix converter analysis method based on state space average model |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080249430A1 (en) * | 2007-04-05 | 2008-10-09 | Erwin Roy John | System and Method for Pain Detection and Computation of a Pain Quantification Index |
CN102488517A (en) * | 2011-12-13 | 2012-06-13 | 湖州康普医疗器械科技有限公司 | Method and device for detecting burst suppression state in brain signal |
US20130096391A1 (en) * | 2011-10-14 | 2013-04-18 | Flint Hills Scientific, L.L.C. | Seizure detection methods, apparatus, and systems using a short term average/long term average algorithm |
CN104091172A (en) * | 2014-07-04 | 2014-10-08 | 北京工业大学 | Characteristic extraction method of motor imagery electroencephalogram signals |
CN104523269A (en) * | 2015-01-15 | 2015-04-22 | 江南大学 | Self-adaptive recognition method orienting epilepsy electroencephalogram transfer environment |
CN106108894A (en) * | 2016-07-18 | 2016-11-16 | 天津大学 | A kind of emotion electroencephalogramrecognition recognition method improving Emotion identification model time robustness |
CN106264521A (en) * | 2016-09-22 | 2017-01-04 | 小菜儿成都信息科技有限公司 | The automatic removal method of lower jaw interference in the multichannel brain signal of telecommunication |
CN106963373A (en) * | 2017-04-12 | 2017-07-21 | 博睿康科技(常州)股份有限公司 | A kind of electric adaptive filter method of brain |
-
2018
- 2018-07-27 CN CN201810842340.7A patent/CN109009101B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080249430A1 (en) * | 2007-04-05 | 2008-10-09 | Erwin Roy John | System and Method for Pain Detection and Computation of a Pain Quantification Index |
US20130096391A1 (en) * | 2011-10-14 | 2013-04-18 | Flint Hills Scientific, L.L.C. | Seizure detection methods, apparatus, and systems using a short term average/long term average algorithm |
CN102488517A (en) * | 2011-12-13 | 2012-06-13 | 湖州康普医疗器械科技有限公司 | Method and device for detecting burst suppression state in brain signal |
CN104091172A (en) * | 2014-07-04 | 2014-10-08 | 北京工业大学 | Characteristic extraction method of motor imagery electroencephalogram signals |
CN104523269A (en) * | 2015-01-15 | 2015-04-22 | 江南大学 | Self-adaptive recognition method orienting epilepsy electroencephalogram transfer environment |
CN106108894A (en) * | 2016-07-18 | 2016-11-16 | 天津大学 | A kind of emotion electroencephalogramrecognition recognition method improving Emotion identification model time robustness |
CN106264521A (en) * | 2016-09-22 | 2017-01-04 | 小菜儿成都信息科技有限公司 | The automatic removal method of lower jaw interference in the multichannel brain signal of telecommunication |
CN106963373A (en) * | 2017-04-12 | 2017-07-21 | 博睿康科技(常州)股份有限公司 | A kind of electric adaptive filter method of brain |
Non-Patent Citations (4)
Title |
---|
Applying evolution strategies to preprocessing EEG signals for brain–computer interfaces;Ricardo Aler等;《Information Sciences 》;20121231;第53-66页 * |
Comprehensive Common Spatial Patterns With Temporal Structure Information of EEG Data: Minimizing Nontask Related EEG Component;Haixian Wang等;《IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING》;20120930;第59卷(第9期);第2496-2505页 * |
基于扩散张量成像的脑组织各向异性电导率计算模型的研究综述;吴占雄 等;《生物物理学报》;20110630;第27卷(第6期);第491-499页 * |
基于运动想象脑电信号的导联排序研究;胡侠 等;《计算机工程与设计》;20101231;第31卷(第19期);第4265-4267页 * |
Also Published As
Publication number | Publication date |
---|---|
CN109009101A (en) | 2018-12-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Sanei et al. | A new adaptive line enhancer based on singular spectrum analysis | |
CN108577834A (en) | A method of it is detected automatically for phase spike between epilepsy | |
EP3554361B1 (en) | Improved signal quality index of multichannel bio-signal using riemannian geometry | |
Vaneghi et al. | A comparative approach to ECG feature extraction methods | |
Jiang et al. | Covariance and time-scale methods for blind separation of delayed sources | |
CN108478215A (en) | EEG Noise Cancellation, storage medium based on wavelet analysis and device | |
CN108836301A (en) | A kind of Single Visual-evoked Potential method based on singular spectrum analysis and rarefaction representation | |
Sharma | EEG signal denoising based on wavelet transform | |
Sevim et al. | Performance evaluation of nonparametric ICA algorithm for fetal ECG extraction | |
Liu et al. | Automatic extracellular spike denoising using wavelet neighbor coefficients and level dependency | |
CN109009101B (en) | Electroencephalogram signal self-adaptive real-time denoising method | |
Sarin et al. | Automated ocular artifacts identification and removal from EEG data using hybrid machine learning methods | |
Xu et al. | An adaptive graph spectral analysis method for feature extraction of an EEG signal | |
Phinyomark et al. | Applications of variance fractal dimension: A survey | |
Azami et al. | Automatic signal segmentation based on singular spectrum analysis and imperialist competitive algorithm | |
Miljković et al. | Independent component analysis (ICA) methods for neonatal EEG artifact extraction: Sensitivity to variation of artifact properties | |
CN112784686A (en) | Adaptive signal analysis method based on continuous multivariable variational modal decomposition | |
Assi et al. | Kmeans-ICA based automatic method for EOG denoising in multi-channel EEG recordings | |
Abdullah et al. | A review for filtering techniques of the Electrooculography (EOG) signals | |
KR20140009635A (en) | Extracting erd/ers feature using pso | |
Salustri et al. | Fetal magnetocardiographic signals extracted by'signal subspace'blind source separation | |
Loza et al. | Unsupervised robust detection of behavioral correlates in ECoG | |
Solis et al. | Adaptive EEG artifact suppression using Gaussian mixture modeling | |
Georgiadis et al. | A subspace method for dynamical estimation of evoked potentials | |
Chen et al. | Automatic extracting event-related potentials within several trials using Infomax ICA algorithm |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |