This tool measures the RTT of the signal sent and received on a USRP device.
The Tx and Rx ports of the channel under test must be connected using attenuators or antennas must be attached.
boost
uhd
numpy
argparse
matplotlib
termplotlib
- Download the repository with
git clone https://github.com/saki92/usrp-delay-est.git - Build the USRP tool with
cd usrp-delay-est
mkdir build
cd build
cmake ../
make
- Run the python script with
python3 usrp-delay.py
python3 usrp-delay.py --help displays all options available.