pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

Implement building for big endian #22

Closed andreasbombe closed 8 years ago

andreasbombe commented 8 years ago

A few lookup tables are created to convert 8 bit integer I/Q data to the format SoapySDR expects. The lookups index the table with the 16 bit I/Q combination from the hardware and the big endian part was not implemented. This patch reorganizes the code a bit to make a clean little and big endian implementation.

guruofquality commented 8 years ago

Looks good, just gave it a quick test. Thanks!