We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6310e27 commit 6701aa1Copy full SHA for 6701aa1
1 file changed
examples/visualize_waterfall_filterbank.py
@@ -11,7 +11,7 @@
11
from plot.plot import next_power_of_2
12
13
14
-fb = Filterbank(filename='examples/pspm32bit.fil', read_all=True)
+fb = Filterbank(filename='pspm32.fil', read_all=True)
15
16
# read the data in the filterbank file
17
freqs, samples = fb.select_data()
0 commit comments