A real-time C++ pipeline for streaming IQ signal processing, feature extraction and machine learning inference.
This project aims to demonstrate how to design a high-performance streaming system for processing IQ data in real-time.
IQ Source β Buffer β DSP β Features β ML β Output
Initial project scaffold. Core pipeline implementation in progress.