Skip to content

Commit

Permalink
Fix line noise at wrong frequencies (#10525)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Apr 14, 2022
1 parent 5e60e47 commit 706dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/preprocessing/muscle_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# detecting muscle artifacts. See :ref:`tut-section-line-noise` for an
# example.

raw.notch_filter([50, 100])
raw.notch_filter([60, 120])

# %%

Expand Down

0 comments on commit 706dd3a

Please sign in to comment.