1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 23:55:54 +02:00
ben-wpan/tools/atrf-path
Werner Almesberger 5f153ca4b8 atrf-path/atrf-path.c: initialize the receiver only once, not for each sweep
atrf-path -g ... 10 10 time:

before	2.08 s
after	1.92-1.93 s	(92-93%)

- atrf-path.c (set_channel, init_common): moved setting of the channel
  to separate function, for better granularity
- atrf-path.c (init_common, init_tx, init_rx, sample, do_sweep): the
  init_* functions no longer set the channel; use set_channel
- atrf-path.c (main): initialize the receiver only once
2011-04-13 11:55:04 -03:00
..
atrf-path.c atrf-path/atrf-path.c: initialize the receiver only once, not for each sweep 2011-04-13 11:55:04 -03:00
gui.c atrf-path: the GUI is now activated with -g; also changed arguments in GUI mode 2011-04-13 11:54:58 -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: generalized sweep interface (for reuse) 2011-04-12 22:35:46 -03:00