mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 06:28:26 +02:00
e445fe1b01
- 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"
5 lines
39 B
Makefile
5 lines
39 B
Makefile
CFLAGS=-Wall -O9
|
|
LDFLAGS=-lm
|
|
|
|
all: p d
|