We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b2a0c commit 6310e27Copy full SHA for 6310e27
examples/visualize_waterfall.py
@@ -9,12 +9,12 @@
9
import matplotlib.animation as animation
10
from filterbank.header import read_header
11
from filterbank.filterbank import Filterbank
12
-from plot.Waterfall import Waterfall
+from plot.waterfall import Waterfall
13
import pylab as pyl
14
from plot.plot import next_power_of_2
15
16
17
-fb = Filterbank(filename='examples/pspm32bit.fil')
+fb = Filterbank(filename='pspm32.fil')
18
19
# read the data in the filterbank file
20
freqs, samples = fb.select_data()
0 commit comments