1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-26 05:17:19 +02:00
ben-wpan/tools/atrf-path
Werner Almesberger e2a9c9d068 atrf-path: new option -T to sweep only one offset
atrf-path -T +0.5 -g ... 10 10 time:

before (both offsets)	0.65 s
after (one offset)	0.32-0.33 s	(50%)

- atrf-path.c (usage, main): new option -T to specify which offset to
  sweep (default: sweep both)
- atrf-path.c (do_half_sweep): only sample points with the desired offset
- atrf-path.c (print_sweep): only prints points we've sweeped
- gui.c (segment, draw): inverted flag logic from "have_last" to "first"
- gui.c (draw): only plot points we've sweeped
- gui.c (gui): pass the offset selection to "draw"
2011-04-13 14:01:12 -03:00
..
atrf-path.c atrf-path: new option -T to sweep only one offset 2011-04-13 14:01:12 -03:00
gui.c atrf-path: new option -T to sweep only one offset 2011-04-13 14:01:12 -03:00
gui.h atrf-path: the GUI is now activated with -g; also changed arguments in GUI mode 2011-04-13 11:54:58 -03:00
Makefile atrf-path: added basic graphical output 2011-04-12 22:52:39 -03:00
plot atrf-path: added min/max values and corrected averaging algorithm 2011-04-12 20:53:17 -03:00
sweep.h atrf-path: new option -T to sweep only one offset 2011-04-13 14:01:12 -03:00