Hello
I created two spectral density plots in EEGLAB from the same participant's data. One corresponds to a resting-state control condition, and the other to a meditation condition. Both recordings were 5 minutes long with eyes closed, and they underwent identical pre-processing steps, which included:
1. Manual rejection of bad channels and major artifacts (e.g., movements).
2. Filtering (0.5–75 Hz).
3. Re-referencing to the averaged signal.
4. Independent Component Analysis (ICA) decomposition.
5. Rejection of artifact components using EEGLAB’s default flagging function, followed by visual inspection.
The control spectrum was processed on Computer A, which has the Signal Processing and Statistics and Machine Learning toolboxes installed, while the meditation spectrum was processed on Computer B, which does not have these toolboxes.
As expected, the two spectra are similar in shape, but their power density scales differ drastically. Specifically:
- The control condition processed on Computer A shows a shift down in power density, with some values even being negative (which is physically implausible).
- This discrepancy is not due to the different conditions, as it is not observed in other participants.
The issue seems to arise from differences between the two computers or the toolboxes available. Has anyone encountered a similar issue or can provide insight into the potential cause of this problem?