Skip to content

Commit 55ff708

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/run_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
from pipeline.pipeline import Pipeline
1010

1111
# init filterbank filename
12-
fil_name = os.path.abspath("filterbank.fil")
12+
fil_name = os.path.abspath("pspm32.fil")
1313
# init filterbank sample size
14-
sample_size = 49152
14+
sample_size = 192
1515
# init times the pipeline should run
1616
n_times = 10
1717

0 commit comments

Comments
 (0)