This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
ben-wpan
Watch
1
Star
0
Fork
0
You've already forked ben-wpan
mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced
2024-11-05 12:53:09 +02:00
Code
6f8665e5a2
ben-wpan
/
usrp
/
Makefile
5 lines
44 B
Makefile
Raw
Normal View
History
Unescape
Escape
usrp/: a set of utilities for testing board performance with an USRP2 - usrp/d.c: reduce the number of data points in a file produced by usrp2_rx_cfile.py and print them as text suitable for gnuplot - usrp/p.c: determine the peak amplitude in a series of transmissions, filtering noise and artefacts at the beginning of the data file - usrp/step: step through all channels and measure TX power (for antenna tuning) - usrp/Makefile: built "p" and "d"
2010-09-16 07:01:02 +03:00
CFLAGS
=
-Wall -O9
LDFLAGS
=
-lm
usrp/: gave tools slightly more self-explaining names - usrp/d.c: renamed to avg.c - usrp/p.c: renamed to peak.c - usrp/Makefile (all): renamed for d and p - usrp/plot: renamed to plpk
2010-11-12 16:56:12 +02:00
all
:
peak
avg
Copy Permalink