Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data quality metric for a 500 ms-long time window #188

Open
martyna-spyra opened this issue Mar 8, 2024 · 2 comments
Open

Data quality metric for a 500 ms-long time window #188

martyna-spyra opened this issue Mar 8, 2024 · 2 comments

Comments

@martyna-spyra
Copy link

martyna-spyra commented Mar 8, 2024

Hi, I'm looking for help with data quality metrics, any advice will be greatly appreciated!

I'm interested in comparing the quality of various EEG datasets used to train machine learning models. The datasets I'm comparing were preprocessed, epoched into 500 ms-long time windows time-locked to the stimulus onset, and bin-listed into 40 different classes. Given that the recordings come from a typical ERP experimental setup (although with a high number of classes), I was wondering if any of the ERPlab quality metrics would be suitable here. I find the clarity offered by the SME metric very intuitive for short time windows, but I would assume that it probably wouldn't remain reliable for longer time windows, such as 500 ms. Is any of the existing methods of measuring signal quality suitable for longer time spans?
Would it, for example, be suitable to apply SME with a sliding window (overlapping or not?), or with peak-latency finding? Or should I look into a completely different approach for measuring SNR?

Also please feel free to redirect me elsewhere with my question. Thank you!

@stevenjluck
Copy link
Collaborator

stevenjluck commented Mar 8, 2024 via email

@martyna-spyra
Copy link
Author

Hi Steve,

This was very helpful and I really appreciate your reply on this! Computing the SME for each time point, then taking the RMS over an entire epoch for each electrode site, and then for selected electrode sites within a ROI really worked for our use case.

Best wishes,
Martyna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants