rigexpert / gr-rigexpert

Fobos SDR receiver Complex IQ signal source block for GnuRadio. Full sourse code.
GNU Lesser General Public License v2.1
23 stars 4 forks source link

Fix typo in sample normalization and bug in calibration #4

Closed godsic closed 2 months ago

godsic commented 3 months ago

LTC2143 outputs 14 bit signed int samples with max value of 8191, while the value of 32768 was used (mistyped as 32786 in a few places). Also, the calibration suppose to run for 4 iterations, but a bug in pre-condition makes it imposible to leave the calibration stage.

waterwin commented 2 months ago

in fobos.c is the correction odd or even ? 8192 / 8191 /

godsic commented 2 months ago

This one particularly concerns gnuradio module.

godsic commented 2 months ago

wontfix