This document discusses implementing a low probability of intercept (LPI) radio transmitter using GNU Radio and a USRP radio hardware platform. It provides an overview of the system architecture, describing how GNU Radio software interfaces with the USRP hardware. It then outlines the DSP design flow, including writing custom signal processing blocks in C++. Finally, it details the implementation of the LPI radio transmitter, describing blocks for Manchester encoding, amplitude modulation using oscillators, and configuration of the USRP for transmission.