d1703f6b0a
- 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>
13 lines
240 B
TOML
13 lines
240 B
TOML
# SPDX-FileCopyrightText: 2026 Stan Grams <sjg@haxx.space>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
[package]
|
|
name = "trx-rds"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
trx-core = { path = "../../trx-core" }
|
|
rustfft = "6"
|