RTL-SDR
RTL-SDR is cheap and simple DVB and/or DAB receiver USB sticks that can be used as a SDR and can cover VHF and UHF frequencies. More information on this can be found at OsmoCom RTL-SDR and RTL-SDR community at Reddit . Andrea IW0HDV has written a server for rtl-sdr to be used with Ghpsdr3-alex.
The steps needed to get it running is as follows:
1. Checkout iw0hdv branch :
git checkout iw0hdv
Then rebuild ghpsdr3-alex with instructions at QtRadio_Installation.
2. Install rtlsdr library. Follow directions at: OsmoCom RTL-SDR . Do not forget to run
sudo ldconfig
after it is installed.
3. Cd to ghpsdr3-alex/trunk/src/rtlsdr and run:
autoreconf -i;./configure make
4. If everything has installed ok you might try to insert your USB stick and start the rtlsdr-server with:
sudo ./rtlsdr-server -d3 -s250000
5. The start the dspserver:
dspserver --lo 0
Remember this is very experimental. Questions should go to the sdr-widget group.