mfsk-core 0.4.2

Pure-Rust WSJT-family decoders and synthesisers (FT8 FT4 FST4 WSPR JT9 JT65 Q65) behind a zero-cost Protocol trait. no_std + alloc capable with a pluggable FFT backend; ESP32-S3 PoC included.
Documentation
1
2
3
4
5
// SPDX-License-Identifier: GPL-3.0-or-later
//! Common test fixtures: channel models, RNG helpers.

pub mod air_channel;
pub mod channel;