// Copyright (c) 2025-2026 G & R Associates LLC
// SPDX-License-Identifier: MIT OR Apache-2.0
// src/multicarrier/mod.rs
//! Waveform-agnostic FFT-domain primitives shared by OFDM and, in future
//! releases, other multicarrier waveforms (DFT-s-OFDM/SC-FDMA, OTFS).
pub use ;
pub use ;
pub use ;
pub use ;
pub use SymbolFft;
pub use SymbolWindow;
pub use TxLowpass;