gr-osmosdr/lib/hackrf
Wim Lewis 2e7d343fed HackRF: convert _lut to float[] to reduce size by a factor of 256
Similar to commit 33a8d1c for RTL-SDR, this uses two lookups in a
256-element LUT instead of one lookup in a 65536-element LUT, which
saves a bit of CPU cache. It also eliminates a dependency on the
host's byte ordering.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-08-03 01:20:52 +02:00
..
CMakeLists.txt cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
hackrf_common.cc hackrf: replace boost::assign with C++11 2020-02-16 09:52:00 +01:00
hackrf_common.h hackrf: replace boost::assign with C++11 2020-02-16 09:52:00 +01:00
hackrf_sink_c.cc A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well. 2020-08-02 23:52:25 +02:00
hackrf_sink_c.h hackrf: allow transmit/receive switching 2020-02-16 09:52:00 +01:00
hackrf_source_c.cc HackRF: convert _lut to float[] to reduce size by a factor of 256 2020-08-03 01:20:52 +02:00
hackrf_source_c.h HackRF: convert _lut to float[] to reduce size by a factor of 256 2020-08-03 01:20:52 +02:00