Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -11/+11 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | converters: Clarifying comment re packing | Martin Braun | 2016-06-22 | 1 | -0/+5 |
| | |||||
* | convert: Fix sc12 unpack shifting | Tom Tsou | 2015-01-12 | 1 | -8/+8 |
| | | | | | | | | | | | | Resolve issue #666 "B200: Rx signal distortion when using SC12". During 12-bit unpacking, OTW samples are shifted into the high order bits of the 16-bit intermediate values. The remaining 4-bits are not zeroed and contain bits from adjacent samples. Consequently, signal distortion becomes noticable with spurs and other random signal garbage when operating at low signal levels. Signed-off-by: Tom Tsou <tom@tsou.cc> | ||||
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | sc12: fixed byte alignment issue | Johannes Demel | 2013-11-19 | 1 | -4/+57 |
| | |||||
* | convert: added sc12 and fc32 converters | Josh Blum | 2013-08-28 | 1 | -0/+152 |