K (→GL Graphen) |
|||
Zeile 39: | Zeile 39: | ||
=== RTL2832 Source === | === RTL2832 Source === | ||
Webseite: http://wiki.spench.net/wiki/Gr-baz | |||
==== Installation ==== | |||
git clone git://github.com/balint256/gr-baz.git | |||
cd gr-baz | |||
./bootstrap | |||
./configure | |||
make | |||
make install | |||
==== Bugs ==== | |||
=== OsomoSDR Sorce === | === OsomoSDR Sorce === |
Version vom 4. Juni 2012, 10:19 Uhr
Software Defined Radio mit dem RTL2832U
Bezugsquellen
- Terratec Cinergy T Stick RC (Rev.3):
- Arlt
Setup
Linux
Eintragen des USB devices in udev: In /etc/udev/rules.d eine Datei (23-dvb.rules) mit folgendem Inhalt anlegen:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0ccd", ATTRS{idProduct}=="00d3", GROUP="radio", MODE="0660"
Dann die User die das Device nutzen wollen in die radio Gruppe packen.
Nun kann man sich die rtl-sdr software bauen:
git clone git://git.osmocom.org/rtl-sdr.git cd rtl-sdr/ mkdir build cd build cmake ../ make sudo make install
Jetzt kann man testen ob das usb device korrekt leuft. Einfach auf der konsole so etwas eingeben wie:
./rtl_sdr /tmp/capture.bin -s 1.8e6 -f 392e6
(92.0 MHz, Sample-rate: 1.8 MS/s)
Gnuradio
RTL2832 Source
Webseite: http://wiki.spench.net/wiki/Gr-baz
Installation
git clone git://github.com/balint256/gr-baz.git cd gr-baz ./bootstrap ./configure make make install
Bugs
OsomoSDR Sorce
GL Graphen
In die Datei ~/.gnuradio/config.conf folgendes eintragen:
[wxgui] style=gl
GRC Files
FM Radio
Ideen
- Pasives Radar