Closed szpajder closed 6 years ago
SoapyAirspy::getNativeStreamFormat returns 65536 as fullScale. But the native format is signed short, so it shall in fact be 32767, right?
SoapyAirspy::getNativeStreamFormat
fullScale
65536 (or rather 65535) would be more appropriate for unsigned short.
Yea, thats probably the case, it should be for the signed int16 scaling. Fixed on master. Thanks!
SoapyAirspy::getNativeStreamFormat
returns 65536 asfullScale
. But the native format is signed short, so it shall in fact be 32767, right?65536 (or rather 65535) would be more appropriate for unsigned short.