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

Add median-samples argument to whitener test and increase dump length.

parent 589efcab
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ function test_whiten() {
gst-launch \
audiotestsrc wave=5 volume=1e-5 \
! audio/x-raw-float, width=64, rate=1024 \
! lal_whiten psd-mode=1 zero-pad=0 fft-length=8 average-samples=128 \
! lal_nxydump start-time=0 stop-time=600000000000 \
! lal_whiten psd-mode=1 zero-pad=0 fft-length=8 median-samples=7 average-samples=128 \
! lal_nxydump start-time=0 stop-time=1200000000000 \
! progressreport \
! filesink location="dump.txt" buffer-mode=2
}
......
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