2008年7月1日 星期二

安裝程序

./bashc
usrp需要環境變數
export PATH=/usr/libexec/sdcc:$PATH
python環境變數
export PYTHONPATH=/usr/local/lib/python2.4/site-packages


instruction
./usrp_wfm_rcv.py -f 99M -O plughw:0,0

2008年6月6日 星期五

安裝USRP

OS system : fedora 9

some website
http://gnuradio.org/trac/wiki/FedoraInstall


1. before installing gnu radio
$ yum groupinstall "Engineering and Scientific"
"Development Tools"

$ yum install fftw-devel cppunit-devel
wxPython-devel libusb-devel guile
boost-devel alsa-lib-devel numpy

for usrp setup
$ yum install sdcc









2.