Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blocks/sources/hackrf: fix 8-bit unsigned to float sample conversion
this block presumed HackRF samples were encoded as unsigned 8-bit values, with negative values from 0 - 127, zero at 128, and positive values from 129 to 255, but the samples are actually signed 8-bit values in two's complement representation.
- Loading branch information