gr-osmosdr/lib
Krzysztof Halasa 33a8d1c2ae RTL-SDR: convert _lut to float[] to reduce size by a factor of 256
The _lut is being indexed by I + Q (16 bits = 65536 entries), however
both samples can be processed independently, resulting in 8-bit LUT.
Saves a bit of RAM and CPU cache.
2017-06-11 21:30:38 +02:00
..
airspy airspy: correct gcc6 warnings 2017-02-27 23:01:15 +01:00
bladerf bladerf: discover and use Volk 2017-02-27 23:23:54 +01:00
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
file added file_sink_c 2016-01-10 22:12:19 +01:00
freesrp Add support for FreeSRP 2017-04-18 23:48:08 +02:00
hackrf hackrf: correct gcc6 warnings 2017-02-27 23:01:51 +01:00
miri do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
osmosdr do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
redpitaya redpitaya: fix compilation errors on MS Windows and on Mac OS X 2016-01-10 22:05:53 +01:00
rfspace rfspace: use boost::chrono for sleeping 2017-02-27 23:03:09 +01:00
rtl RTL-SDR: convert _lut to float[] to reduce size by a factor of 256 2017-06-11 21:30:38 +02:00
rtl_tcp rtl, rtl_tcp: Use std::abs. 2017-02-27 22:29:18 +01:00
sdrplay do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
soapy soapy: support step size in gain ranges 2017-02-02 11:33:34 -08:00
uhd introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
CMakeLists.txt Add support for FreeSRP 2017-04-18 23:48:08 +02:00
arg_helpers.h osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00
config.h.in Add support for FreeSRP 2017-04-18 23:48:08 +02:00
device.cc Add support for FreeSRP 2017-04-18 23:48:08 +02:00
gnuradio-osmosdr.rc.in cmake: add windows dll resource file 2013-04-16 21:53:09 +02:00
ranges.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
sink_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
sink_impl.cc Add support for FreeSRP 2017-04-18 23:48:08 +02:00
sink_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_impl.cc Add support for FreeSRP 2017-04-18 23:48:08 +02:00
source_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
time_spec.cc osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00