GNU Radio block for interfacing with various radio hardware
Go to file
Dimitri Stolnikov 69a74abc78 add swig hints for range and device objects
Use case:

print "\nSupported rates:"
for rate in self.osmosdr_source_c_0.get_sample_rates():
	print rate.start()

print "\nSupported gains:"
for gain in self.osmosdr_source_c_0.get_gain_range():
	print gain.start()
2012-08-05 21:46:36 +02:00
apps update GRC files with the new if gain API 2012-07-18 21:25:37 +02:00
cmake cmake: fix search hints 2012-06-03 00:05:25 +02:00
docs strip whitespace 2012-04-29 13:15:02 +02:00
grc preset default if gain value in GRC to the one used outside of GRC 2012-08-01 22:57:36 +02:00
include/osmosdr add if gain setter API for rtl-sdr 2012-07-18 21:24:57 +02:00
lib rtl: explicitly set agc mode (off by default) 2012-08-01 22:57:11 +02:00
python strip whitespace 2012-04-29 13:15:02 +02:00
swig add swig hints for range and device objects 2012-08-05 21:46:36 +02:00
AUTHORS add Steve and Hoernchen to AUTHORS file 2012-05-20 20:11:47 +02:00
CMakeLists.txt add boost-system library to dependency list 2012-08-01 22:57:29 +02:00
COPYING update license file to GPL v3 as in source 2012-04-21 14:07:25 +02:00
README initial commit 2012-04-06 15:29:14 +02:00
gnuradio-osmosdr.pc.in update pkg-config template 2012-04-29 12:14:09 +02:00

README

Please follow the guidelines from

http://sdr.osmocom.org/trac/