Skip to content
Snippets Groups Projects
Commit d4563fc0 authored by kipp's avatar kipp
Browse files

Set the median-samples property of the whitener.

parent 0db51edd
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ def mkwhiten(pipeline, src, reference_psd_filename):
elem.set_property("zero-pad", 0)
elem.set_property("fft-length", 8)
elem.set_property("average-samples", 64)
elem.set_property("median-samples", 7)
#elem.set_property("compensation-psd", reference_psd_filename)
pipeline.add(elem)
src.link(elem)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment