From 37b2b70773e9680339ef3d0b7822ca79a4846b44 Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Thu, 22 Jun 2023 23:11:57 +0200 Subject: [PATCH] dft_detect: option -d2, detect twice --- scan/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scan/README.md b/scan/README.md index 6d7e512..1498bd7 100644 --- a/scan/README.md +++ b/scan/README.md @@ -85,7 +85,7 @@ RS41: 0.9784 Ex.5
Some radiosonde types have similar signals, false detection is possible. ``` -$ dft_detect -c -t 4 fm_meisei.wav 2>/dev/null +$ ./dft_detect -c -t 4 fm_meisei.wav 2>/dev/null MEISEI: 0.9802 MRZ: -0.9720 MEISEI: 0.9829 @@ -95,7 +95,7 @@ Here a Meisei radiosonde seems to be more likely. Ex.6
Confirmed detection (two hits): ``` -$ dft_detect -d2 -t 4 fm_meisei.wav 2>/dev/null +$ ./dft_detect -d2 -t 4 fm_meisei.wav 2>/dev/null MEISEI: 0.9829 ```