mne-tools / mne-hfo

Estimate/compute high-frequency oscillations (HFOs) from iEEG data that are BIDS and MNE compatible using a scikit-learn-style API.
http://mne.tools/mne-hfo/
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

Improve RMSDetector to have an option to compute envelope of the signal, rather than RMS #20

Open adam2392 opened 3 years ago

adam2392 commented 3 years ago
  1. Implement compute_envelope in utils.py
  2. Add an option for metric = 'envelope' or metric = 'rms' in the intialization of RMSDetector
adam2392 commented 3 years ago

@Stuart-2020 this would be a good second issue after tackling #25