Skip to content

Commit

Permalink
libbladeRF: correct documented SC8_Q7 range
Browse files Browse the repository at this point in the history
Fixes #921
  • Loading branch information
rthomp10 committed May 11, 2023
1 parent 86410e2 commit 3a79fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/libraries/libbladeRF/include/libbladeRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -2204,9 +2204,9 @@ typedef enum {
/**
* Signed, Complex 8-bit Q8. This is the native format of the DAC data.
*
* Values in the range [-256, 256) are used to represent [-1.0, 1.0).
* Values in the range [-128, 128) are used to represent [-1.0, 1.0).
* Note that the lower bound here is inclusive, and the upper bound is
* exclusive. Ensure that provided samples stay within [-256, 255].
* exclusive. Ensure that provided samples stay within [-128, 127].
*
* Samples consist of interleaved IQ value pairs, with I being the first
* value in the pair. Each value in the pair is a right-aligned,
Expand Down

0 comments on commit 3a79fef

Please sign in to comment.