pothosware / SoapyAirspyHF

SoapySDR plugin to support the Airspy HF+
https://github.com/pothosware/SoapyAirspyHF/wiki
MIT License
24 stars 17 forks source link

Incorrect fullScale value #3

Closed szpajder closed 5 years ago

szpajder commented 5 years ago

SoapyAirspyHF::getNativeStreamFormat returns a fullScale value of 3.4E+38, which is incorrect. Airspy HF+ produces float samples in a range of -1 to 1, so fullScale should equal 1.0f.

guruofquality commented 5 years ago

Ha, yea 3.4E+38 was a bit too high :-)