Skip to content

Commit 6310e27

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.
1 parent 95b2a0c commit 6310e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/visualize_waterfall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
import matplotlib.animation as animation
1010
from filterbank.header import read_header
1111
from filterbank.filterbank import Filterbank
12-
from plot.Waterfall import Waterfall
12+
from plot.waterfall import Waterfall
1313
import pylab as pyl
1414
from plot.plot import next_power_of_2
1515

1616

17-
fb = Filterbank(filename='examples/pspm32bit.fil')
17+
fb = Filterbank(filename='pspm32.fil')
1818

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

0 commit comments

Comments
 (0)