ENH: Filterer for decoding
See original GitHub issueWe need to create a mne.decoding.Filterer
object that takes low'
, high
, sfreq
… params, deals with 3D numpy array (n_epochs, n_chans, n_times) and transform the data with low/high/band pass filters.
It would be great to add a time_padding option to add zeros before and after tmin and tmax, so as to minimize edge artefact.
We’ll eventually deprecate FilterEstimator
in one or two deprecation cycles, as it uses info
as param.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
AV1: next generation video - The Constrained Directional ...
AV1 uses three normative enhancement filters in the coding loop. The first, the deblocking filter, does what it says; it removes obvious ...
Read more >Deep Learning Based HEVC In-Loop Filtering for Decoder ...
Again SAO filter corrects the quantization errors by sending edge offset values to decoders. This operation consumes extra signaling bit and becomes an...
Read more >A point-process matched filter for event detection and ...
Approach: To enable decoding of neurons with STRFs, we develop a novel point-process matched filter (PPMF) that can detect events and estimate ...
Read more >Homomorphic filtering
Homomorphic filtering is a generalized technique for signal and image processing, involving a nonlinear mapping to a different domain in which linear filter...
Read more >An Improved Unscented Kalman Filter Based Decoder for ...
The filter's state variables are the variables to be decoded, but can also include other variables which may improve the accuracy of the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can’t remember, you’ll have to look at the code
This can be closed now.