Skip to content

Commit 0803214

Browse files
committed
Updated filterbank example to use the downloaded pspm32.fil file, all examples using pip files are now supposed to be using this file for ease of use.
1 parent 55ff708 commit 0803214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/visualize_filterbank_psd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from filterbank.filterbank import Filterbank
1818

1919
# Instatiate the filterbank reader and point to the filterbank file
20-
fb = Filterbank(filename='examples/pspm32bit.fil', as_stream=False)
20+
fb = Filterbank(filename='./pspm32.fil', read_all=True)
2121

2222
# read the data in the filterbank file
2323
f, samples = fb.select_data()

0 commit comments

Comments
 (0)