pothosware / SoapyAirspy

Soapy SDR plugin for the Airspy

Home Page:https://github.com/pothosware/SoapyAirspy/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getNativeStreamFormat() gives wrong fullScale value

szpajder opened this issue · comments

SoapyAirspy::getNativeStreamFormat returns 65536 as fullScale. 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.

Yea, thats probably the case, it should be for the signed int16 scaling. Fixed on master.
Thanks!