pothosware / SoapySDR

Vendor and platform neutral SDR support library.
https://github.com/pothosware/SoapySDR/wiki
Boost Software License 1.0
1.12k stars 180 forks source link

Support for the SignalHound USB devices #185

Open ghost opened 6 years ago

ghost commented 6 years ago

Have you ever thought about adding support for something like https://signalhound.com/products/usb-sa44b/

guruofquality commented 6 years ago

FWIW I have some experience with this API. The specan looks like it can be put into a raw sample mode from what I recall. The driver can also yield low power fft samples and work with a tracker generator to perform sweeps of large ranges, also yielding log power fft samples. I think there are some interesting use cases here.

ghost commented 6 years ago

As with the RF-Explorer. I -might- be able to get my hands on one (not confirmed yet) and if I do I can help testing.

On Mon, Sep 3, 2018, 18:07 Josh Blum notifications@github.com wrote:

FWIW I have some experience with this API. The specan looks like it can be put into a raw sample mode from what I recall. The driver can also yield low power fft samples and work with a tracker generator to perform sweeps of large ranges, also yielding log power fft samples. I think there are some interesting use cases here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pothosware/SoapySDR/issues/185#issuecomment-418153310, or mute the thread https://github.com/notifications/unsubscribe-auth/AEqHEwUp6LTTejBl9mqiWPRV5qDUDlUmks5uXVO-gaJpZM4WXdWG .

ghost commented 5 years ago

Unfortunately i was not able to get my hands on the signalHound, so i will not be able to help you out here. I do have the RF-Explorer, though.

ghost commented 4 years ago

@guruofquality I got a SA44b and a bb60C. I defiantly want this it would help me out allot since I cant use slow devices with low RBW for TSCM work. Have you started working on this? right now I am integrating this API into a tensor flow signal intelligence app and I would love to add soapy to it. If you can integrate signal hound into to soapy I can add it to my app.

guruofquality commented 4 years ago

I have no done any work on this. There is a driver guide to help get started: https://github.com/pothosware/SoapySDR/wiki/DriverGuide

ncorgan commented 1 year ago

Looks like SignalHound themselves have a BB60C module: https://github.com/SignalHound/soapy-bb60

Since then, they've put up GNU Radio 3.9 blocks for VSG60 and the SM series.