ucdavis/erplab

Data quality metric for a 500 ms-long time window

Opened this issue · 2 comments

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!

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