BUG: save beamformer filter
See original GitHub issueOnce we have done
filters = mne.beamformer.make_lcmv()
h5io isnt applicable because of the EmpiricalCovariance object
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Localizing oscillatory sources using beamformer techniques
We will apply a beamformer technique. This is a spatially adaptive filter, allowing us to estimate the amount of activity at any given...
Read more >Filter bank design based on minimization of individual aliasing ...
Abstract: This paper presents new filter bank design methods for sub- band adaptive beamforming. In this work, we design analysis and synthesis prototypes ......
Read more >Beamforming: a versatile approach to spatial filtering - ASSP ...
A beamformer performs spatial filtering to separate signals that have over- lapping frequency content but originate from different spatial locations. This paper ...
Read more >Microphone array wiener beamformer and speaker ...
A filter bank is a signal processing tool that can facilitate manipulation of signals in the ... These beamformers focus on minimizing the...
Read more >A New Adaptive Beamforming of Multiband Fractal Antenna ...
The proposed Kalman filter-based beamformer is compared with the Least ... but also keep the same SLL at different operating frequencies.
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 FreeTop 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
Top GitHub Comments
Looking at the code I don’t see why it would happen. @kingjr can you provide a snippet to replicate?
In the meantime @britta-wstnr you can proceed as if this is not an issue, assuming we will fix whatever is causing @kingjr to have the an EmpiricalCovariance rather than Covariance.
I hit this bug at some point, basically if you compute the
cov
on the fly it can havecov['estimator']
which is asklearn
object so you need to remove it before saving. I can tackle this I/O for 0.17