Commit Graph
2 Commits
Author SHA1 Message Date
Robin Getz 97db87d3c2 ft8: initialize cached statistics members
Initialize mean_, stddev_, and b_ in the Stats constructor so the cached
members are not left indeterminate before finalize() populates them.
The finalized_ state already protects these members from being read before
they are calculated, so this is a defensive initialization rather than a
functional fix.

Detected by cppcheck.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-10 18:06:45 -04:00
f4exb 8e77ad01ad FT8: added soft decode on magnitudes and genaralize to any number of bits per symbol 2024-04-03 14:01:45 +02:00