Martin Ling

Results 149 comments of Martin Ling

Yes, we need an alternative solution for Windows binaries if PothosSDR isn't going to continue - this is something I've raised internally as well. What makes this difficult is that...

I agree that it would be useful for us to have a download available which includes binaries of libhackrf and the host tools. From a support perspective, I think we'd...

We know that it would be possible to change the connector to USB-C, but there are some practical issues with doing so from a production and business point of view....

You have the wrong sample format. The input to `hackrf_transfer` should be signed 8-bit samples. The SDRAngel documentation says it takes 16-bit samples.

Using `hackrf_transfer -r` will record all signals within the received bandwidth, including the DC spike in the middle. You would need to process the data further to extract the signal...

The latest proposal for RAW_IO support is in #1512, and specifically addresses the issues with composite devices. So I think this issue can be closed now, and any remaining problems...

#1512 should be put on the list instead of #1297.

Changed to two commits, one reverting the old API and one adding the new one.

One thought I've had about the proposed API is that at the moment, whether an endpoint supports RAW_IO depends only on the backend in use, and the proposed `libusb_backend_supports_raw_io` function...