1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 05:47:40 +03:00
ben-wpan/usrp/Makefile
Werner Almesberger e445fe1b01 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 01:01:02 -03:00

5 lines
39 B
Makefile

CFLAGS=-Wall -O9
LDFLAGS=-lm
all: p d