Skip to content

Commit 6701aa1

Browse files
committed
Added read_all function & setting pspm32 example file.
1 parent 6310e27 commit 6701aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/visualize_waterfall_filterbank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from plot.plot import next_power_of_2
1212

1313

14-
fb = Filterbank(filename='examples/pspm32bit.fil', read_all=True)
14+
fb = Filterbank(filename='pspm32.fil', read_all=True)
1515

1616
# read the data in the filterbank file
1717
freqs, samples = fb.select_data()

0 commit comments

Comments
 (0)