jocover / SoapyPlutoSDR

this repository move to pothosware/SoapyPlutoSDR
https://github.com/pothosware/SoapyPlutoSDR/wiki
GNU Lesser General Public License v2.1
25 stars 15 forks source link

Samples dropped during transmission, signal dropouts #6

Closed kantooon closed 5 years ago

kantooon commented 6 years ago

Using an osmosdr sink, GNU radio and SoapySDR, I noticed that the IIO buffer is destroyed sometimes before all samples can be transmitted leading to dropouts of the signal. To fix this, I reverted the code to and earlier version which allocates the IIO buffer only once. See pull request #4 for a possible solution.

kantooon commented 5 years ago

Fix present in Pothosware fork of this repo. Pull request left open as courtesy to author.