[fix](trx-rds): replace ring-buffer FIR with FFT overlap-save, tune constants
- Replace FirFilter (ring-buffer FIR) with FftRrcFilter using overlap-save FFT convolution; I and Q are processed together as a single complex FFT, halving filter cost (~10x fewer operations than direct convolution) - Reduce PHASE_CANDIDATES 16 -> 8 (reasonable, double the original) - Lower MIN_PUBLISH_QUALITY 0.55 -> 0.38 (more permissive acquisition) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -9,3 +9,4 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
trx-core = { path = "../../trx-core" }
|
||||
rustfft = "6"
|
||||
|
||||
Reference in New Issue
Block a user