Skip to main content

TECHNOLOGY REPORT article

Front. Neuroinform., 22 June 2016
Volume 10 - 2016 | https://doi.org/10.3389/fninf.2016.00022

Python Executable Script for Estimating Two Effective Parameters to Individualize Brain-Computer Interfaces: Individual Alpha Frequency and Neurophysiological Predictor

  • Escuela de Ingeniería y Ciencias, Tecnológico de Monterrey, Mexico City, Mexico

A brain-computer interface (BCI) aims to establish communication between the human brain and a computing system so as to enable the interaction between an individual and his environment without using the brain output pathways. Individuals control a BCI system by modulating their brain signals through mental tasks (e.g., motor imagery or mental calculation) or sensory stimulation (e.g., auditory, visual, or tactile). As users modulate their brain signals at different frequencies and at different levels, the appropriate characterization of those signals is necessary. The modulation of brain signals through mental tasks is furthermore a skill that requires training. Unfortunately, not all the users acquire such skill. A practical solution to this problem is to assess the user probability of controlling a BCI system. Another possible solution is to set the bandwidth of the brain oscillations, which is highly sensitive to the users' age, sex and anatomy. With this in mind, NeuroIndex, a Python executable script, estimates a neurophysiological prediction index and the individual alpha frequency (IAF) of the user in question. These two parameters are useful to characterize the user EEG signals, and decide how to go through the complex process of adapting the human brain and the computing system on the basis of previously proposed methods. NeuroIndeX is not only the implementation of those methods, but it also complements the methods each other and provides an alternative way to obtain the prediction parameter. However, an important limitation of this application is its dependency on the IAF value, and some results should be interpreted with caution. The script along with some electroencephalographic datasets are available on a GitHub repository in order to corroborate the functionality and usability of this application.

Introduction

A brain-computer interface (BCI) is a system that attempts to establish communication between the human brain and a computing system, in order to achieve interaction between an individual and his environment without using the brain output pathways (nerves and muscles). At the initial stages of BCI development, the systems were designed for people suffering from severe neuromuscular deficits provoked by disorders such as multiple sclerosis, or spinal cord injuries. Recently, the interest in BCI research has grown exponentially and current applications include entertainment, rehabilitation, diagnosis, treatment, and intelligent housing systems (Hassanien and Azar, 2014).

A BCI system essentially functions as follows. Firstly, the brain signals are sensed, amplified and processed. Such signals are typically recorded using electroencephalography (EEG), a non-invasive method that measures the electrical activity of the cerebral cortex. Secondly, the system seeks and extracts useful electrophysiological features of the EEG signals, which reflect the user desires of controlling the system. Finally, the system associates the meaningful EEG features with specific control commands of a target device (Lotte and Jeunet, 2015). Note that the user is notified about the system status at any time. See Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. General structure of EEG-based BCI systems. In these systems, internal (such as other electrophysiological activity) and external (such as the line source) artifacts are first rejected. Then, the user desires are decoded by extracting signal features that can reflect the control tasks in use. Finally, such features are related to the control commands of the device of interest. Note that the user is notified about the system status at any time.

The electrophysiological neuro-mechanisms employed to establish brain-computer communication generally fall into three broad categories: endogenous, exogenous, and combination thereof. The endogenous mechanism depends on the quantification of brain oscillations that are modulated through specific mental tasks, including motor imagery (MI), mental calculation, or association of imaginary words. The exogenous mechanism is based on the detection of evoked potentials, resulting from auditory, visual, or tactile stimuli (Bashashati et al., 2007; Fatourechi et al., 2007). Both mechanisms are referred to as control task. One commonly used control task is MI, which refers to the kinaesthetic imagination of a part of the body that is usually a hand, a foot or the tongue. Imaginary movements synchronize and desynchronize the neural activity of the sensory-motor cortex, almost at the same extend as actual movements. The neural de-synchronization events that characterize MI activity are alpha (≈8–12 Hz) and beta (≈16–24 Hz) band desynchronization, locally restricted to the contralateral sensory-motor cortex (Neuper et al., 2006; Szurhaj and Derambure, 2006; Farina et al., 2013).

The modulation of the EEG signals through MI related control tasks is a skill that must be acquired, what means that users need to be trained. Users modulate their EEG signals at different frequencies and different levels due to training duration, aptitude, age, sex, and anatomy. Some users are unfortunately unable to modulate their EEG signals, even after training (Blankertz et al., 2010). The characterization of the user brain signals, and the anticipation of the user aptitude to control a MI based BCI, can be two feasible solutions to achieve brain-computer communication by means of MI related control tasks.

So far, some neurophysiological methods have been proposed to adjust the bandwidth of the brain oscillations according to the nature of the user EEG signals, and some others have been suggested to predict the user performance (Grosse-Wentrup and Scholkopf, 2012; Hammer et al., 2012; Zhang et al., 2015). As far as I know, no implementations of those methods are available yet. On this basis, a Python executable script called NeuroIndex was programmed with two main objectives:

(1) To find the particular frequency oscillation of the sensory-motor rhythms of every user according to the individual alpha frequency (IAF) parameter, and thus preventing anatomic, age, and gender conflicts.

(2) To estimate a neurophysiological indicator based on the previously adjusted sensory-motor rhythms, which could predict the user aptitude for modulating the EEG signals by using MI related control tasks.

As was aforementioned, NeuroIndex is an executable script written in Python programming language. The script was built on top of Numpy and Scipy (Van Der Walt et al., 2011), in addition to Matplotlib (Hunter, 2007), a plotting library, and lmfit (Newville and Stensitzki, 2015), a curve fitting library. By double-clicking the script, a command prompt window will be opened and three items of information must be provided: (1) sample rate at which EEG signals were recorded, (2) a text file (or mat-file) containing an EEG recording in eyes-open (EO) condition for 3 min, and (3) a text file containing an EEG recoding in eyes-close (EC) condition for 3 min. Note that the default EEG layout corresponds to the 10/10 system with 64 channels enumerated according to the BIOSEMI Company1. Once the program is run, two figures will be created in the same folder in which text files are localized: one corresponding to the IAF, and the other corresponding to the neurophysiological predictor.

Software Description

As was introduced in the previous section, one of the major drawbacks of BCI technology is the considerable variation intra- and inter-subject. Therefore, several methods have been proposed in order to personalize a BCI system, and thus minimizing subject variance effects. NeuroIndeX is an application that determines the IAF and a neurophysiological indicator. The IAF is a parameter utilized to tune the frequency oscillation of the sensory-motor rhythms, and the neurophysiological indicator is a prediction index that quantifies the user aptitude for controlling a MI based BCI. The procedure adopted for determining these two parameters is fully described below.

To obtain the IAF, NeuroIndex follows the method proposed by Posthuma et al. (2001) and two 3-min-long EEG recordings in EC and EO conditions are necessary. The IAF is obtained from two occipital channels (O1 and O2), wherefrom the power spectral density (PSD) is estimated by applying the Welch's method, and using 4-s-long epochs (Figure 2). Once NeuroIndex has determined the IAF, this value can be used to define two narrow alpha bandwidths in the following way: from {IAF−2} to {IAF}, and from {IAF} to {IAF+2}. Klimesch (1999) recommended the individualization of the alpha band frequency around IAF and within narrow bands of around 2 Hz, since alpha band changes in accordance with the mental state, age and gender of the individual in question. As a result, the frequency oscillation of the alpha rhythms is set to the user signal features, instead of making use of the usually preset frequency bands.

FIGURE 2
www.frontiersin.org

Figure 2. Architecture of the NeuroIndeX software. This application is a Python executable script that estimates the IAF and the neurophysiological prediction index. Only two 3-min-long EEG recordings are necessary, one in EO condition and another one in EC condition. The software and some datasets for testing purposes are available in a GitHub repository.

To estimate the neurophysiological predictor, NeuroIndex makes use of the method proposed by Blankertz et al. (2010). The method requires a 2-min-long EEG recording in EO condition. The general procedure consists in calculating the PSD of two central recording sites: C3 and C4. Thereafter, both PSDs are fitted through a mathematical model based on a constant, a power law function and two probability density functions: one concerning the alpha band peak, and another one concerning the beta band peak (Equation 1). Once an optimal model has been obtained, the prediction index is calculated by the maximum difference between that model and the power law function (Figure 2). As larger the index is, the user aptitude is higher. The early identification of low aptitude users avoids long and tiring training sessions spent in a pointless user-system adaptation.

ModelPSD=f1+f2(x;A2,k2)+f3(x;A3,μ,σ)                    =k1+A2xk2+A3σ2πe(xμ2)/2σ2     (1)

Illustrative Examples

In order to exemplify the functionality of NeuroIndex, I have made use of a database created by Alonso-Valerdi and Sepulveda (2014). The database contains EEG and Electrocardiography (ECG) recordings of 11 participants who were exposed to nine different scenarios. In every scenario, the sensory-cognitive workload was gradually increased so as to achieve a better user-system adaptation. From the nine scenarios, seven of them were used to adapt the user with the platform in use. The rest of them were employed to test the user aptitude for establishing brain-computer communication under simulated living situations. At the beginning of each experimental session, all the participants were asked to stay in two conditions: EC and EO. Both conditions were recorded for 3 min at 128 Hz, while the nine scenarios were recorded at 256 Hz. In any case, EEG and ECG signals were recorded using an ActiveTwo amplifier and ActiView software (BIOSEMI Company—The Netherlands). To register the EEG signals, sixty one recording sites in line with the 10/10 System were employed, while the lead I of the Einthoven triangle was used to register the ECG signal. The experimental procedure undertaken to obtain the recordings was approved by the Ethics Committee of the University of Essex, and written informed consent from all the participants was obtained as well. From the entire database, only EC and EO conditions were taken to illustrate the usability of the present program. Note that EEG signals are required for the NeuroIndex software, whereas the ECG signal is only necessary for the evaluation of the software, which will be discussed in Section System Performance.

According to the performance of each participant reported by Alonso-Valerdi and Sepulveda (2014), two of the 11 participants (P1–P2) were unable to establish brain-computer communication. Five of the 11 ones (P3–P7) were able to establish communication in one of the two simulated living situations. The rest of them (P8–P11) established communication in both simulated living situations. The EEG recordings of P2, P6, P7, and P11 (one participant from two categories and two participants from one of the categories) were selected to show the NeuroIndeX functionality. The EEG recordings of these four participants, as well as the NeuroIndeX software output of the eleven participants, are available on a GitHub repository2.

Figure 3 presents the IAF of P11. As can be seen from the figure, the whole process is graphically set out. At the top, PSD obtained from O1 and O2 channels in EC condition is shown. In the middle, the PSD in EO condition is provided. At the bottom, the difference of both conditions is illustrated and the average of the corresponding peak values is finally the IAF. For the rest of the participants, similar graphs were obtained. Those outcomes can be revised on the repository.

FIGURE 3
www.frontiersin.org

Figure 3. Individual alpha frequency estimated for P11. On the left side, the PSD of channel O1 is presented in three conditions: EC, EO, and EC-EO. Similarly, the PSD of channel O2 is shown on the right side. The average of the third condition (EC-EO) in both channels (red line) is the IAF and the NeuroIndex output. This values titles the figure.

With respect to the neurophysiological predictor, the values for P2, P6, P7, and P11 are respectively presented in Figures 47. As can be seen from Figure 4, the best model and the power law model for the PSD of P2 are overlapped. As a result, the neurophysiological predictor cannot be estimated as was proposed by Blankertz et al. (2010), i.e., max (BestModel—PowerLawModel). Alternatively, NeuroIndex provides the maximum difference between the original PSD and the power law model. The neurophysiological predictor has a very small value, which agrees with the poor performance of P2 reported by Alonso-Valerdi and Sepulveda (2014). For P6 (Figure 5), NeuroIndex failed to determine an appropriate model that could be fitted to the alpha band peak on C3, giving a smaller neurophysiological indicator in comparison to the alternative value provided by the software. Note that the alternative value agrees with the overall performance of P6. For P7 (Figure 6), NeuroIndex was completely unable to model the PSD, resulting in an incorrect calculation of the neurophysiological predictor. In this case, the user performance could not be predicted. Lastly, in Figure 7, the software output for P11 is provided. The figure illustrates a very nice curve fitting in which both values are quiet similar. This result perfectly agrees with the performance of P11, who was a user able to establish efficient brain-computer communication.

FIGURE 4
www.frontiersin.org

Figure 4. Neurophysiological predictor determined for P2. The best model (blue line) of the PSD (black line) is very similar to the power law function (green and dotted line). Therefore, the neurophysiological index is calculated by differentiating the PSD and the power law function, instead of using the best model as Blankertz et al. (2010) proposed.

FIGURE 5
www.frontiersin.org

Figure 5. Neurophysiological predictor determined for P6. The best model (blue line) of the PSD (black line) is very similar to the power law function (green and dotted line) on channel C3, while it is shifted to the left on channel C4. As a consequence, the feasible neurophysiological index is that calculated using the PSD, instead of the best model.

FIGURE 6
www.frontiersin.org

Figure 6. Neurophysiological predictor determined for P7. The best model (blue line) of the PSD (black line) is very similar to the power law function (green and dotted line). In addition, the PSD waveform is very unusual, resulting in an incorrect neurophysiological index.

FIGURE 7
www.frontiersin.org

Figure 7. Neurophysiological predictor determined for P11. The best model (blue line) of the PSD (black line) is nicely fitted, producing very similar neurophysiological indexes. One index is estimated by the differentiation between the best model and the power law function (green dotted line). Another index is estimated by the differentiation between the PSD and the power law function.

System Performance

To evaluate the NeuroIndex performance, other similar applications were searched. However, only an EEGLAB plugin to analyze the IAF was found (Goljahani et al., 2014), while no software was found to estimate the neurophysiological predictor proposed by Blankertz et al. (2010). The application developed by Goljahani et al. (2014) is an EEGLAB plugin to analyze individual EEG alpha rhythms using the channel reactivity-based method proposed by Goljahani et al. (2012). This method measures an overall IAF by identifying the EEG power variations across different channels, while the subject in question is performing specific tasks. Herein, the computation of the IAF depends on the dynamic neurophysiological process of the brain, where reference and test mental states are compared. As this EEGLAB plugin requires event-related data and its purpose is not consistent with that of NeuroIndex, it was not possible to obtain IAF values from the datasets at hand in order to compare them with the NeuroIndex output.

In the light of the above issues, it was decided to determine theoretical IAFs and compare those values with the NeuroIndex output. As the neurophysiological predictor index depends on the IAF value, the evaluation of the application could be considered objective.

Theoretical IAF Values

According to Klimesch (2013), there exists a brain-body interaction that may be described as a complex system that couples and decouples on the basis of a specific harmonic frequency structure mathematically defined by

fd(i)=s*2i where i=0,1,2,3,...    (2)

Klimesch suggested that s is the cardiac frequency in Hz and can be found when i = 0. Having the cardiac frequency, the central frequency of the typical EEG frequency bands (δ, θ, α, β, γ) can be obtained by evaluating Equation (2). For example, if s = 1.25 Hz (75 beats per minute), the EEG frequency bands are defined as follows

fd(1)=1.25*21=2.5Hz=δfd(2)=1.25*22=5.0Hz=θfd(3)=1.25*23=10Hz=αfd(4)=1.25*24=20Hz=βfd(5)=1.25*25=40Hz=γ

On this basis, the cardiac frequency was calculated using the lead I of the Einthoven triangle, and thus estimating the theoretical IAF by Equation (2). To calculate the cardiac frequency, the ECG signal was first high-pass filtered at 0.1 Hz; QRS complexes were then detected by the Pan-Tompkins method (Pan and Tompkins, 1985) implemented by Sedghamiz (2014); and the NN intervals (time distance between two adjacent QRS complexes) were finally determined. Those NN intervals were averaged and inversed, thereby obtaining the cardiac frequency (s). To estimate the theoretical IAF, Equation (2) was evaluated when i = 3.

Comparison between Theoretical and Empirical IAFs

The cardiac frequency, the theoretical IAF and the NeuroIndex output are compared in Figure 8. By applying the Student's t-test, the theoretical IAFs and the NeuroIndex outputs are not significantly different (p = 0.2204). However, a difference of 1 Hz in the process of determining the EEG frequency bands must be considered carefully. As can be seen from the figure, P2 and P7 show the largest different between theoretical and empirical IAFs. In both cases, the alpha peaks of the PSD (P2: Figure 4, P7: Figure 6) are between 10 and 15 Hz. It seems that the theoretical IAFs (P2: 10,784 Hz, P7: 11,936 Hz) may be a better approach in comparison to the NeuroIndex outputs (P2: 7 Hz, P7: 7 Hz), which were obtained from EC-EO conditions and using the method proposed by Posthuma et al. (2001). By replacing the empirical IAFs for the theoretical one, the PSD fitting can be improved, and in turn, the neurophysiological index could be accurately detected. It seems possible that brain-body coupling model proposed by Klimesch (2013) may improve the NeuroIndex performance.

FIGURE 8
www.frontiersin.org

Figure 8. Comparison between the NeuroIndex output (in terms of IAF) and IAF values theoretically determined. Three values per participant are provided: The NeuroIndex output (red line), the IAF values calculated in terms of the cardiac frequency (blue line), and the cardiac frequency (black star markers).

Discussion

One of the main shortcomings of BCI technology has been the substantial variation of the user performance. A way to deal with such variation is the localization of the individual frequency oscillation of the sensory-motor rhythms using the IAF value (specifically alpha band rhythms), and the identification of possible illiterate users in accordance with the neurophysiological predictor. The measurement of these two parameters before the user training may help to adjust the system in line with the user signal features, and can also allow to select another type of BCI paradigms whenever necessary.

Most of the BCI community effort has been put in designing applications for online and offline signal processing. Up to now, a wide variety of proficient BCI packages are available, including BCI2000, BCILab, OpenViBe, TOBI, and BioSig. However, far too little attention has been paid to the software development concerning the user evaluation before the human-machine adaptation. In this regard, NeuroIndeX is an easy application that can be used to characterize the user EEG signals, and decide how to go through the complex process of adapting the human brain and the computing system. Furthermore, NeuroIndeX is not only the implementation of previously proposed methods, but it also complements two different methods and provides an alternative way to obtain the prediction parameter. On the one hand, the calculation of the neurophysiological predictor is based on the IAF. On the other hand, if a mathematical model cannot be obtained by means of a power law model and a probability density function, NeuroIndeX anyway proposes an indicator by employing the power law model and the original PSD. Nonetheless, an important limitation of this application is its dependency on the IAF value. For instance, the neurophysiological index of P7 (Figure 6) was wrongly estimated owing to an inappropriate PSD fitting. As the peak values of the PSD are far from the IAF value determined for the participant (7 Hz, this can be revised in the repository), the brain-body coupling model proposed by Klimesch (2013) may be a better option to determine an accurate IAF value, and in turn, an appropriate PSD fitting. Therefore, the software outputs need to be interpreted with caution.

Lastly, it is worth noting that the determination of these two neurophysiological indexes is not limited to the BCI community interest. The analysis of EEG signals is nowadays a key issue in many other research fields such as Psychology, Medicine, Computer Sciences, and obviously Neurosciences. As a case in point, the study of the level of synchronization of the neural networks is very important to understand the sensory-cognitive processing of the human brain. This study can be much more fruitful if the frequency oscillation of the brain rhythms of interest is well-localized.

Conclusions

NeuroIndeX is an application completely written in Python, which pursuits to improve the applicability of MI based BCIs by characterizing the user EEG signals before undertaking the human-machine adaptation process. Such characterization is based on estimating the IAF according to Posthuma et al. (2001), and the neurophysiological predictor proposed by Blankertz et al. (2010). With these two parameters, the appropriate adjustment of the sensory-motor rhythms and the selection of an adequate BCI paradigm are possible. The present application only requires two 3-min- long EEG recordings in two conditions: EO and EC. The sample rate of the recordings must be provided as well. The Python script, EEG testing data, a brief instruction manual and some examples of the software output are available on https://github.com/LuzAlondra/BrainComputerInterfaces. Regardless of the wide variety of BCI software available at the moment, it seems that no current applications for characterizing the user EEG signals are offered yet. Therefore, NeuroIndex might be a very helpful tool to optimize the complex process of adapting the human brain and the computing system.

Author Contributions

LA developed the presented software, evaluated the functionality of the software and wrote the manuscript.

Conflict of Interest Statement

The author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

I would like to thank to the National Council of Science and Technology (abbreviated as CONACYT), since the EEG datasets used to evaluate the NeuroIndex software functionality were created during the financial support of CONACYT (grant number: 306714). Similarly, my deep gratitude is to Francisco Sepulveda, who supervised the project through which the EEG datasets were obtained.

Footnotes

References

Alonso-Valerdi, L. M., and Sepulveda, F. (2014). Development of a simulated living-environment platform: design of BCI assistive software and modeling of a virtual dwelling place. Comput. Aided Des. 54, 39–50. doi: 10.1016/j.cad.2013.07.005

CrossRef Full Text | Google Scholar

Bashashati, A., Fatourechi, M., Ward, R. K., and Birch, G. E. (2007). A survey of signal processing algorithms in brain-computer interfaces based on electrical brain signals. J. Neural Eng. 4, R32–R57. doi: 10.1088/1741-2560/4/2/R03

PubMed Abstract | CrossRef Full Text | Google Scholar

Blankertz, B., Sannelli, C., Halder, S., Hammer, E, M., Kübler, A., Muller, K. R., et al. (2010). Neurophysiological predictor of SMR-based BCI performance. Neuroimage 51, 1303–1309. doi: 10.1016/j.neuroimage.2010.03.022

PubMed Abstract | CrossRef Full Text | Google Scholar

Farina, D., Jensen, W., and Akay, M. (2013). Introduction to Neural Engineering for Motor Rehabilitation, 1st Edn. Hoboken, NJ: John Wiley & Sons.

Google Scholar

Fatourechi, M., Bashashati, A., Ward, R. K., and Birch, G. E. (2007). EMG and EOG artifacts in brain computer interface systems: a survey. Clin. Neurophysiol. 118, 480–494. doi: 10.1016/j.clinph.2006.10.019

PubMed Abstract | CrossRef Full Text | Google Scholar

Goljahani, A., D'Avanzo, C., Schiff, S., Amodio, P., Bisiacchi, P., and Sparacino, G. (2012). A novel method for the determination of the EEG individual alpha frequency. Neuroimage 60, 774–786. doi: 10.1016/j.neuroimage.2011.12.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Goljahani, A., Bisiacchi, P., and Sparacino, G. (2014). An EEGLAB plugin to analyze individual EEG alpharhythms using the “channel reactivity-basedmethod”. Comput. Methods Programs Biomed. 113, 853–861. doi: 10.1016/j.cmpb.2013.12.010

PubMed Abstract | CrossRef Full Text | Google Scholar

Grosse-Wentrup, M., and Scholkopf, B. (2012). High gamma-power predicts performance in sensorimotor-rhythm brain-computer interfaces. J. Neural Eng. 9:046001. doi: 10.1088/1741-2560/9/4/046001

PubMed Abstract | CrossRef Full Text | Google Scholar

Hammer, E. M., Halder, S., Blankertz, B., Sannelli, C., Dickhaus, T., Kleih, S., et al. (2012). Psychological predictors of SMR-BCI performance. Biol. Psychol. 89, 80–86. doi: 10.1016/j.biopsycho.2011.09.006

PubMed Abstract | CrossRef Full Text | Google Scholar

Hassanien, A. E., and Azar, A. T. (2014). Brain-Computer Interfaces: Current Trends and Applications. Intelligent systems reference library. Berlin; Heidelberg: Springer.

Google Scholar

Hunter, J. D. (2007). Matplotlib: a 2D graphics environment. Comput. Sci. Eng. 9, 90–95. doi: 10.1109/MCSE.2007.55

CrossRef Full Text | Google Scholar

Klimesch, W. (1999). EEG alpha and theta oscillations reflect cognitive and memory performance: a review and analysis. Brain Res. Rev. 29, 169–195. doi: 10.1016/S0165-0173(98)00056-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Klimesch, W. (2013). An algorithm for the EEG frequency architecture of consciousness and brain body coupling. Front. Hum. Neurosci. 7:766. doi: 10.3389/fnhum.2013.00766

PubMed Abstract | CrossRef Full Text | Google Scholar

Lotte, F., and Jeunet, C. (2015). “Towards improved BCI based on human learning principles,” in 3rd International Winter Conference on Brain-Computer Interface (BCI) (Sabuk).

Neuper, C., Wörtz, M., and Pfurtscheller, G. (2006). ERD/ERS patterns reflecting sensorimotor activation and deactivation. Progr. Brain Res. 159, 211–222. doi: 10.1016/s0079-6123(06)59014-4

PubMed Abstract | CrossRef Full Text | Google Scholar

Newville, M., and Stensitzki, T. (2015). Non-Linear Least-Squares Minimization and Curve-Fitting for Python. Chicago, IL; Berlin. Available online at: http://lmfit.github.io/lmfit-py/

Pan, J., and Tompkins, W. J. (1985). A real-time QRS detection algorithm. IEEE Trans. Biomed. Eng. 3, 230–236. doi: 10.1109/TBME.1985.325532

PubMed Abstract | CrossRef Full Text | Google Scholar

Posthuma, D., Neale, M. C., Boomsma, D. I., and de Geus, E. J. (2001). Are smarter brains running faster? Heritability of alpha peak frequency, IQ, and their interrelation. Behav. Genet. 31, 567–579. doi: 10.1023/A:1013345411774

PubMed Abstract | CrossRef Full Text | Google Scholar

Sedghamiz, H. (2014). Complete Pan-Tompkins Implementation ECG QRS Detector. Matlab Central: Community Profile. Available online at: http://www.mathworks.com/matlabcentral/profile/authors/2510422-hooman-sedghamiz

Szurhaj, W., and Derambure, P. (2006). Intracerebral study of gamma oscillations in the human sensorimotor cortex. Progr. Brain Res. 159, 297–310. doi: 10.1016/s0079-6123(06)59020-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Van Der Walt, S., Colbert, S. C., and Varoquaux, G. (2011). The NumPy array: a structure for efficient numerical computation. Comput. Sci. Eng. 13, 22–30. doi: 10.1109/MCSE.2011.37

CrossRef Full Text | Google Scholar

Zhang, R, Xu, P., Chen, R., Li, F., Guo, L., Li, P., et al. (2015). Predicting inter-session performance of SMR-based brain–computer interface using the spectral entropy of resting-state EEG. Brain Topogr. 28, 680–690. doi: 10.1007/s10548-015-0429-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: brain-computer interface (BCI), motor imagery, individual alpha frequency, neurophysiological predictor, BCI illiteracy, electroencephalographic signals

Citation: Alonso-Valerdi LM (2016) Python Executable Script for Estimating Two Effective Parameters to Individualize Brain-Computer Interfaces: Individual Alpha Frequency and Neurophysiological Predictor. Front. Neuroinform. 10:22. doi: 10.3389/fninf.2016.00022

Received: 27 February 2016; Accepted: 08 June 2016;
Published: 22 June 2016.

Edited by:

Gully A. Burns, University of Southern California, USA

Reviewed by:

Zhengyi Yang, The University of Queensland, Australia
Robert C. Cannon, Textensor Limited, UK

Copyright © 2016 Alonso-Valerdi. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) or licensor are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Luz María Alonso-Valerdi, luzalonsoval@gmail.com

Download