Estimate/compute high-frequency oscillations (HFOs) from iEEG data that are BIDS and MNE compatible using a scikit-learn-style API.
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
compute_envelope
in utils.pymetric = 'envelope'
ormetric = 'rms'
in the intialization of RMSDetector