| Literature DB >> 21512582 |
Forrest Sheng Bao1, Xin Liu, Christina Zhang.
Abstract
Computer-aided diagnosis of neural diseases from EEG signals (or other physiological signals that can be treated as time series, e.g., MEG) is an emerging field that has gained much attention in past years. Extracting features is a key component in the analysis of EEG signals. In our previous works, we have implemented many EEG feature extraction functions in the Python programming language. As Python is gaining more ground in scientific computing, an open source Python module for extracting EEG features has the potential to save much time for computational neuroscientists. In this paper, we introduce PyEEG, an open source Python module for EEG feature extraction.Entities:
Mesh:
Year: 2011 PMID: 21512582 PMCID: PMC3070217 DOI: 10.1155/2011/406391
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1PyEEG framework.
PyEEG-supported features and extraction functions with their return types.
| Feature name | Function name | Return type |
|---|---|---|
| Power Spectral Intensity (PSI) and Relative Intensity Ratio (RIR) |
| Two 1-D vectors |
| Petrosian Fractal Dimension (PFD) |
| A scalar |
| Higuchi Fractal Dimension (HFD) |
| A scalar |
| Hjorth mobility and complexity |
| Two scalars |
| Spectral Entropy (Shannon's entropy of RIRs) |
| A scalar |
| SVD Entropy |
| A scalar |
| Fisher Information |
| A scalar |
| Approximate Entropy (ApEn) |
| A scalar |
| Detrended Fluctuation Analysis (DFA) |
| A scalar |
| Hurst Exponent (Hurst) |
| A scalar |
Figure 2Distributions of ten features extracted by PyEEG in each set.
Figure 3Average PSI of each set. Note that the scale in y-axis of set E is much larger than that of other sets.
Values of parameters used in our example.
| Parameter name | Value | In feature(s) |
|---|---|---|
|
| 5 | HFD |
|
| ||
|
| 4 | SVD Entropy |
|
| 10 | Fisher Information |
|
| ||
|
| 0.3 | ApEn |
|
| 10 | |
|
| ||
|
| 173 | Spectral Entropy |
|
| [1,3, 5,…, 85] | PSI and RIR |
1 σ is the standard deviation of the EEG segment.