ENH: add `auto` param in filter functions
See original GitHub issueCurrently, classic high pass filtering (i.e. < 0.2
Hz) crashes when uses default, because the transition bandwidth are too large.
As changing the default would create backward incompatibility and differences with MNE-C .
We suggest to add an auto
param to adapt the transition bandwidth according to the frequency.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Add 'dependencies' parameter and index argument to the filter ...
This issue will help to resolve this issue: #1012. await t.expect(getHeaderText(1)).eql("Last Name"); async getHeaderText(column) { const ...
Read more >FILTER function - Microsoft Support
The FILTER function filters an array based on a Boolean (True/False) array. ... Notes: An array can be thought of as a row...
Read more >filter - CSS: Cascading Style Sheets - MDN Web Docs
The filter property is specified as none or one or more of the functions listed below. If the parameter for any function is...
Read more >In-Sight® Explorer Help - Filter - Documentation | Cognex
A multipurpose function, Filter produces a color or greyscale output image that is used to enhance low contrast images and/or expose features in...
Read more >FFmpeg Filters Documentation
Some filters take in input a list of parameters: they are specified after the filter name and an equal sign, and are separated...
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’ll probably dig into this issue at the same time as #3227 (filtering FAQ), hopefully this summer sometime.
I should also look and see what MNE-C does for filtering, since I don’t think it’s identical to what we do (IIRC our filters are at least longer).
I’d be +1 for that if it doesn’t take too much time, though I bet using an ‘auto’ option as well as including some good documentation on this would be sufficient.
On Mon, May 23, 2016 at 10:28 AM, Eric Larson notifications@github.com wrote: