Skip to content

Commit 4f41625

Browse files
committed
Changing the sampling rate
1 parent b406ebc commit 4f41625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chords_wifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from scipy.signal import butter, filtfilt
66

77
class Chords_WIFI:
8-
def __init__(self, stream_name='NPG', channels=3, sampling_rate=250, block_size=13, timeout_sec=1):
8+
def __init__(self, stream_name='NPG', channels=6, sampling_rate=500, block_size=15, timeout_sec=1):
99
self.stream_name = stream_name
1010
self.channels = channels
1111
self.sampling_rate = sampling_rate

0 commit comments

Comments
 (0)