aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-04-10 20:42:43 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-04-10 21:05:14 +0200
commitf5670788fc9cab640aa00833921313ee46583ae5 (patch)
tree296b1a039778abdc6606c3b891ce19c51520f5af /grc
parentfd56ae76403097a7a8d246d2467b8a5a2912b8df (diff)
hackrf: add support for HackRF devices through libhackrf
features: - gain control for LNA & VGA - frequency error correction - automatic baseband filter - up to 20M sampling rate limitations: - no DC offset correction implemented (yet) - no RX preamplifier control (disabled by default) - high sampling rates may not work on slow machines
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index e317482..0cd5ffe 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -108,6 +108,7 @@ While primarily being developed for the OsmoSDR hardware, this block as well sup
* FunCube Dongle through libgnuradio-fcd
* OSMOCOM OsmoSDR Devices through libosmosdr
+ * Great Scott Gadgets HackRF through libhackrf
* Ettus USRP Devices through Ettus UHD library
* RTL2832U based DVB-T dongles through librtlsdr
* RTL-TCP spectrum server (see librtlsdr project)
@@ -129,6 +130,7 @@ Optional arguments are placed into [] brackets, remove the brackets before using
Lines ending with ... mean it's possible to bind devices together by specifying multiple device arguments separated with a space.
fcd=0
+ hackrf=0
miri=0[,buffers=32] ...
rtl=serial_number ...
rtl=0[,rtl_xtal=28.8e6][,tuner_xtal=28.8e6] ...