gr-osmosdr/lib/hackrf
Mike Walters bd668e97b6 HackRF: fix hackrf_source signedness
The LUT changes in 2e7d343fed inadvertently started interpreting samples
as unsigned. This change puts it back to signed (and fixes an outdated
comment).

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-08-09 14:48:49 +02:00
..
CMakeLists.txt cmake: actually make linking work 2020-08-03 02:20:16 +02:00
hackrf_common.cc hackrf: replace boost::assign with C++11 2020-02-16 09:52:00 +01:00
hackrf_common.h HackRF: fix hackrf_source signedness 2020-08-09 14:48:49 +02: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: fix hackrf_source signedness 2020-08-09 14:48:49 +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