aboutsummaryrefslogtreecommitdiffstats
path: root/tools/uhd_txrx_debug_prints_README.md
diff options
context:
space:
mode:
authorJohannes Demel <johannes.demel@ettus.com>2014-01-29 16:40:23 -0800
committerMartin Braun <martin.braun@ettus.com>2014-11-18 11:50:42 +0100
commitde5edbe20b612c9abbfa9fb551e7e5a8f8df36dd (patch)
treea6497c6f584318e4fd4f8bf3696d96d2a9653265 /tools/uhd_txrx_debug_prints_README.md
parent864f84b5ccac064f8b011a3c6c63ea4a5f280b74 (diff)
downloaduhd-de5edbe20b612c9abbfa9fb551e7e5a8f8df36dd.tar.gz
uhd-de5edbe20b612c9abbfa9fb551e7e5a8f8df36dd.tar.bz2
uhd-de5edbe20b612c9abbfa9fb551e7e5a8f8df36dd.zip
debug_prints_tool: New tool to plot the output of DEBUG_TXRX-enabled
output.
Diffstat (limited to 'tools/uhd_txrx_debug_prints_README.md')
-rw-r--r--tools/uhd_txrx_debug_prints_README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/uhd_txrx_debug_prints_README.md b/tools/uhd_txrx_debug_prints_README.md
new file mode 100644
index 000000000..1425a4d96
--- /dev/null
+++ b/tools/uhd_txrx_debug_prints_README.md
@@ -0,0 +1,17 @@
+UHD TX/RX DEBUG PRINTS
+======================
+
+A tool for extensive debugging with UHD.
+
+Install
+-------
+Activate it by ticking `UHD_TXRX_DEBUG_PRINTS` in cmake-gui for your UHD installation. Then recompile and reinstall UHD.
+
+Use
+---
+Run your application and pipe stderr to a file.
+this is mostly done by <br>
+`app_call 2> dbg_print_file.txt`<br>
+After finishing the application offline processing of the gathered data is done with a python script called<br>
+`uhd_txrx_debug_prints_graph.py`<br>
+There are a lot of functions that help to preprocess your data and that describe the actual meaning of all the data points. in the end though, it comes down to the users needs what he wants to plot and see. \ No newline at end of file