1. What is the significance of EEG analysis?
EEG analysis is crucial for understanding brain activity and deviations from normal functioning. It helps describe conditions like epileptic seizures, sleep difficulties, attention loss, memory loss, and mental stress. Due to the large volume of data, visual examination is not feasible, making signal characteristic analysis essential. EEG analysis plays a vital role in assessing mental workload, which significantly affects human brain task performance. It is widely used in designing and evaluating complex human-machine systems and environments. Recent technological advancements have increased interest in studying mental workload using EEG signal analysis. However, there is a gap in efficient feature extraction, selection, and classification, which this research aims to address.
read more
2. What is the naming convention for EEG data files?
The naming convention for EEG data files follows the format: subno_task.txt. For example, sub01_lo.txt represents filtered EEG data for subject 1 at rest, while sub23_hi.txt represents filtered EEG data for subject 23 during the multitasking test. The rows of each data file correspond to the samples in the recording, and the columns correspond to the 14 channels of the EEG device: AF3, F7, F3, FC5, T7, P7, O1, O2, P8, T8, FC6, F4, F8, AF4, respectively, as shown in Figure 2 [16].
read more
3. What is the role of mother wavelet in Figure 3?
In Figure 3, the mother wavelet represents the Daubechies wavelet (db4) and the scaling function. It is depicted as the high-pass filter g(n) and its mirror version as the low-pass filter h(n). The mother wavelet is essential in the Discrete Wavelet Transform (DWT) process, where it helps in decomposing the signal into approximation and detail coefficients. The approximation coefficients A1 and detail coefficients D1 are the outcomes of the first high-pass and low-pass filters, respectively. The process of decomposition continues until the desired number of breakdown levels is achieved. The mother wavelet plays a crucial role in determining the dilation function phj,k(n) and the wavelet function psj,k(n), which are expressed as (4.1) and (4.2) in the given text. Overall, the mother wavelet is fundamental in the DWT process for signal analysis and decomposition.
read more
4. How are the proposed scheme's results presented and discussed?
In the Results and discussion section, the proposed scheme's results are presented chronologically. The accuracy alone is not sufficient to ensure the reliability of the method. Additional measures such as sensitivity, specificity, accuracy, F1-score, and negative projected value are needed to support the performance of the technique. Sensitivity detects positive EEG signals during arithmetic tasks, while specificity detects actual EEG signals before arithmetic tasks. The classifiers' performances are evaluated using commonly used characteristics like accuracy, sensitivity, specificity, precision, F1-score, negative predicted value, and kappa statistics. Table 2 also compares the proposed method's performance with existing methods.
read more