gr-osmosdr/lib/rtl
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
..
CMakeLists.txt cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:17:17 +02:00
rtl_source_c.cc RTL-SDR: convert _lut to float[] to reduce size by a factor of 256 2017-06-11 21:30:38 +02:00
rtl_source_c.h RTL-SDR: convert _lut to float[] to reduce size by a factor of 256 2017-06-11 21:30:38 +02:00