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

in test_whiten():

- don't use a reference PSD
- increase average-samples to 128 (because we can!)
- increase the dump size to the first 600 seconds
parent 2a558920
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=2 compensation-psd="unit_psd.txt" \
! lal_nxydump start-time=0 stop-time=300000000000 \
! lal_whiten psd-mode=1 zero-pad=0 fft-length=8 average-samples=128 \
! lal_nxydump start-time=0 stop-time=600000000000 \
! 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