Skip to content

sakthivelvelumani/usrp-delay-est

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USRP Delay Estimator

This tool measures the RTT of the signal sent and received on a USRP device.

Hardware Setup

The Tx and Rx ports of the channel under test must be connected using attenuators or antennas must be attached.

Software Setup

Pre-requisites

boost uhd numpy argparse matplotlib termplotlib

Usage

  1. Download the repository with git clone https://github.com/saki92/usrp-delay-est.git
  2. Build the USRP tool with
cd usrp-delay-est
mkdir build
cd build
cmake ../
make
  1. Run the python script with
python3 usrp-delay.py

python3 usrp-delay.py --help displays all options available.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors