From 9b9931fee69d60532f6ef512f66ffe1bc2e781fd Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sun, 30 Apr 2017 18:56:18 +0930 Subject: [PATCH] A few other TODO ideas... --- auto_rx/auto_rx.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auto_rx/auto_rx.py b/auto_rx/auto_rx.py index b27db69..d3574b8 100644 --- a/auto_rx/auto_rx.py +++ b/auto_rx/auto_rx.py @@ -23,12 +23,13 @@ # [x] Handle no lat/long better. [Decoder won't output data at all if CRC fails.] # [-] Option to filter by DOP data # [ ] Automatic downloading of ephemeris data, instead of almanac. -# [ ] Better peak signal detection. -# [ ] Habitat upload. +# [ ] Better peak signal detection. (Maybe convolve known spectral masks over power data?) +# [ ] Habitat upload. # [ ] Move configuration parameters to a separate file. # [ ] Allow use of custom object name instead of sonde ID. # [x] Build file. # [x] RS41 support. +# [ ] Use FSK demod from codec2-dev ?