Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 294 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 294 Bytes

DSB Demodulator

This is a port to CMake of the Project-Desert-Tortoire demodulator with an added -o flag. Further improvements planned.

Installation

Clone this repository, cd into and it and run the following commands : mkdir build && cd build && cmake .. && make && make install