Closed sunshineinsandiego closed 3 years ago
Hi - Thanks for the helpful neurofeedback code, wondering if you could answer a quick question about the implementation:
In line 22 of utils.py:
utils.py
NOTCH_B, NOTCH_A = butter(4, np.array([55, 65]) / (256 / 2), btype='bandstop')
Thanks!
AC line frequency in the US (60Hz).
Got it thanks!
Hi - Thanks for the helpful neurofeedback code, wondering if you could answer a quick question about the implementation:
In line 22 of
utils.py
:Thanks!