1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

sal/: primitive USRP2-based spectrum analyzer

This commit is contained in:
Werner Almesberger
2011-03-02 21:05:00 -03:00
parent ae3c89c68e
commit e6f62bc71d
2 changed files with 262 additions and 0 deletions

3
sal/Makefile Normal file
View File

@@ -0,0 +1,3 @@
sal: sal.cpp
g++ -Wall -o sal sal.cpp \
-lusrp2 -lfftw3 -lm `sdl-config --cflags --libs` -lSDL_gfx