diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-09-06 17:23:24 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-10-11 13:19:22 -0700 |
commit | bf3d9ac2f4574feccc6578bc3eb743e7be07f50f (patch) | |
tree | 22a18f3695041c378b6b93fc22727741842385bf /host | |
parent | 3fd10e971a6366600ca2627f51ecd2302bcb35d8 (diff) | |
download | uhd-bf3d9ac2f4574feccc6578bc3eb743e7be07f50f.tar.gz uhd-bf3d9ac2f4574feccc6578bc3eb743e7be07f50f.tar.bz2 uhd-bf3d9ac2f4574feccc6578bc3eb743e7be07f50f.zip |
tools: Add tool to analyze settling time of gain of freq changes
This tool uses the Python API to acquire a snapshot of samples during
a gain or frequency change. It can be used to analyze the settling time
of analog components, as well as the accuracy in time.
It has two combinable ways of analyzing the data: 1) Write it to a file,
or 2) plot the time-domain data.
Example: This would receive several seconds of data from an X3x0 device,
tune to 1 GHz, and then bump the gain by 30 dB after a set amount of
time:
$ rx_settling_time.py -a type=x300 -f 1e9 -g 0 --new-gain 30 --plot
Diffstat (limited to 'host')
0 files changed, 0 insertions, 0 deletions