You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to put the filtering or PSD calculation in the middle of SigVisualizer.
In the paintwidget.py, where is the best place to put the some code lines using scipy.signal and mne.filter?
Hi @iPsych , looks to me like this should be added somewhere under the get_data() method of class PaintWidget(QWidget). @cboulay would you have any input on whether/how we could potentially put filters here?
I tried to implement this in my fork, it seems to work well (at least as long as there is only one stream). I put the filter right into the DataThread.run method. https://github.com/mkeute/App-SigVisualizer
I am trying to put the filtering or PSD calculation in the middle of SigVisualizer.
In the paintwidget.py, where is the best place to put the some code lines using scipy.signal and mne.filter?
The text was updated successfully, but these errors were encountered: