We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ff708 commit 0803214Copy full SHA for 0803214
examples/visualize_filterbank_psd.py
@@ -17,7 +17,7 @@
17
from filterbank.filterbank import Filterbank
18
19
# Instatiate the filterbank reader and point to the filterbank file
20
-fb = Filterbank(filename='examples/pspm32bit.fil', as_stream=False)
+fb = Filterbank(filename='./pspm32.fil', read_all=True)
21
22
# read the data in the filterbank file
23
f, samples = fb.select_data()
0 commit comments