BUG: incorrect freq bandwidth in FilterEstimator
See original GitHub issue@trachelr I’m not entirely sure but I think there is a problem with the transition bandwidths in your FilterEstimator
.
Can you confirm or infirm that the low and high bandwidth are adequate? https://github.com/mne-tools/mne-python/blob/master/mne/decoding/transformer.py#L484
If not, I’ll mark the issue as a bug, but don’t worry about submitting a PR soon (although you may), we’re about to refactor all decoding transformers and estimators.
If it’s working as intended, well, my bad…
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Reference Data for Engineers: Radio, Electronics, Computers ...
The matched - filter estimator passes v ( t ) through a filter with impulse ... Similar remarks apply to the problem of...
Read more >Theory of Remote Image Formation - Page 442 - Google Books Result
For any covariance stationary process , the matched - filter estimator is the ... problem because it assumes that phase is known even...
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
@kingjr maybe this could be combined with #3395 and fixed in a single PR
@jasmainak We’ll do our best 😉 I think one possible solution would be to recognize the input type (
epochs
, 2D array, 3D array).@Eric89GXL Ok, I’ll open an issue, but I have too many PRs to finish first.
Regarding the present issue, do you agree that the following lines seem weird: