Loner
(Mark)
July 18, 2022, 9:35am
1
Hi,
MNE version 1.03
OS : Windows 10
Looking to perform eeg signal processing using mne python.
Need to process the data in the following way:
FIR filter
ICA
Reject components
FFT
And finally get the alpha freq band.
For filter and FFT I have seen these links:
https://mne.tools/stable/auto_tutorials/preprocessing/25_background_filtering.html
https://mne.tools/dev/time_frequency.html
Are these the right link. And finally how to get the freq band from this.
Please could guide me here with an mne documentation/tutorial to perform the above tasks.
richard
(Richard Höchenberger)
July 18, 2022, 10:06am
2
Please don’t randomly tag people in hope to get a faster response without interactivng with these people first in the respective topic.
If you do that again, I will mark that topic as spam and delete it.
I’ve removed the tags from your above posting.
Thank you.
1 Like
Loner
(Mark)
July 18, 2022, 10:20am
3
Hi richard,
Have spoken with you in two topics under the same problem.
Hi All,
Plotted ICA:
[image]
Now trying to find the bad indexes and exclude them.
bad_idx, scores = ica.find_bads_eog(raw, 'SO2', threshold=2)
print(bad_idx)
getting error:
ValueError: The specified EOG channel cannot be found: SO2
@richard . Thanks
Hi All,
Is this possible to predict the attention level of a person using the EEG signal with MNE.
It’s possible in MATLAB, SciPy etc.
I have 32 channel EEG signals recorded when a person was listening to multiple audio streams simultaneously.
Is it possible to predict to which audio stream among all, the person was listen to or predict the attention score of that person using MNE.
operating system: Windows 10
Python, Signal Processing
link for guidance.
Thanks all!
That’s why I directed the question to you and other online Moderators.
Ok. Won’t tag until I get reply in the specific topic.
Could you someone guide me with the above question?