Franco Venturi
Franco Venturi
@johncneal - at this point I would try a clean build directly from the source code in the repo (it won't take very long). These are the commands to do...
@johncneal - the blocks for the GRC block selection should all be in a directory called something like `/usr/local/share/gnuradio/grc/blocks`; if you don't find that directory, please run this command to...
@johncneal - when you have a few minutes, could you run this command on your MacBook Pro: ``` python3 -c 'import radio_astro' ``` if it returns and error, please run...
@johncneal - I would definitely try @kbandura suggestion first; hopefully it will solve your problem. Also the output from the `print(sys.path)` command makes me think perhaps you have multiple versions...
Heiko, welcome to the never ending discussion about SDRplay gains and gain reductions! First of all, the title of this this issue (`SoapySDRPlay::getGain(const int direction, const size_t channel, const std::string...
Heiko, I just checked the source code for the module SoapySDRPlay3, and the only `getGain()` function I see implemented there has the signature `double getGain(const int direction, const size_t channel,...
Heiko, I just created a new branch `heiko` just for you with all the changes you requested: https://github.com/pothosware/SoapySDRPlay3/tree/heiko Franco
The RX888 can operate in two modes: - as a direct sampling receiver ([https://www.ni.com/en/solutions/aerospace-defense/radar-electronic-warfare-sigint/advantages-of-direct-rf-sampling-architectures.html](https://www.ni.com/en/solutions/aerospace-defense/radar-electronic-warfare-sigint/advantages-of-direct-rf-sampling-architectures.html)). This is when you connect your antenna/signal generator to the HF port. It is the mode...
@AlexandroRabadanParra - happy to hear that you were able to solve the problem! There are at least a couple of people in that group using their RX888's for radioastronomy and...
@AlexandroRabadanParra - these days you can use one of those AIs like ChatGPT or CoPilot, feed it the rx2fits source code, and I think they would do a decent job...