Josh Blum

Results 200 comments of Josh Blum

> I don't know what's the policy for updating the wiki Go for it :-) Sounds good to me

Not that I know of. Given that SoapySDR bindings for python are basically swig based, I think we could get away with another swig .i file and some build glue...

Looks related to the %pythonbegin %{ ... %} section. Perhaps its a swig 3.0 thing. I can add a version check but im not 100% sure thats the reason. Do...

FYI `pythonbegin` was added in `Version 2.0.11 (15 Sep 2013)` http://swig.org/Release/CHANGES

One alternative to the version check would be to add swig ifdefs around the `pythonbegin` section using SWIG_VERSION http://www.swig.org/Doc4.0/Preprocessor.html

> I have noticed that some devices like usrp b210 and e310 support automatic IQ balance correction. Cool, do you know the API hooks for this? I would like to...

API is merged, remaining TODO: https://github.com/pothosware/SoapySDR/commit/67abec9fe7ba84b4d069951c6e7f8c45f11e8335 * [ ] SoapyRemote support for new call * [ ] SoapyUHD support * [ ] UHDSoapy support

Then it could be a UHD bug, do you see the same issue if you use uhd_usrp_probe without and without proper serial numbers?

I see what you mean, I think the factory may try to instantiate the driver without any arguments when the enumeration has zero results. And the behaviour we really want...

The idea of adjusting the main oscillator ppm is that any RF frequency when tuned will match the reference perfectly after the adjustment. To know how the adjustment will effect...