-
I'm sorry I know I asked this a while ago, but I think I forgot to save it. What was the exact call and container version for the abcd-hcp-pipeline when processing the ABCC BIDS derivatives? A colleag…
-
#### Describe the bug
`RuntimeError` while loading `somato data` using `load_data`.
#### Steps to reproduce
```
from alphacsc.datasets.mne_data import load_data
X, info = load_data(dataset=…
-
Hi!
I have a .csv file containing target frequencies that need to be filtered out with a band stop filter.
These frequencies change over time. Is it possible to do that? Because I tried it the obvio…
-
Hi - Thanks for the helpful neurofeedback code, wondering if you could answer a quick question about the implementation:
In line 22 of `utils.py`:
```
NOTCH_B, NOTCH_A = butter(4, np.array([55, 6…
-
there is a bandstop filter, but it requires multiple arguments, we can add helpers to remove noise for EU and USA users wo knowledge about optimal band width, order and filter type
-
## Welcome to your repository!
In this repository [:book:](https://help.github.com/articles/github-glossary/#repository), you’ll learn how to write with Markdown [:book:](https://help.github.com/arti…
-
**Describe the bug**
When I run line noise removal, I get an error that I have the wrong number of samples, while this is not the case and only seems to be the case due to a rounding error. The error…
-
If you start with a signal, take the FFT, edit the complex numbers, then take the iFFT, you result with a signal whose spectral components can be filtered. Create a module to make filtering easy. Some…
-
Hossein, Richard:
- Add a button "View filter response" to the notch and band-stop processes
- Create "transient" events in the filtered files, as it was done for the band-pass filter
- Update the…
-
Hi,
The library is located here: https://github.com/LinnesLab/KickFilters
Library for implementing digital filters such as lowpass, highpass, and notch optimized for working with arrays. Improve…