[fix](trx-rs): improve FT2 coherent decoding

Add coherent FT2 sync and likelihood extraction.
Align FT2 frequency and DT reporting with the reference decoder.
Fix vendored monitor phase-mode type mismatches.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-14 20:25:59 +01:00
parent 2570fe739e
commit 27de75cf79
5 changed files with 192 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ typedef struct
float phase;
} waterfall_cpx_t;
// #define WATERFALL_USE_PHASE
#define WATERFALL_USE_PHASE
#ifdef WATERFALL_USE_PHASE
#define WF_ELEM_T waterfall_cpx_t