0xCoto
0xCoto
I'm pretty sure your GNU Radio version uses Python 3 and not Python 2. Also regarding the flowcharts (which I guess aren't working properly because I haven't updated Virgo for...
@sirsendu64 Try updating virgo with `pip install astro-virgo -U` and check if it works with Python 3.
What happens if you try plotting the data with Virgo? Also, I'd increase the gain to 30 dB for RF, IF and BB to help with sensitivity: ```python import virgo...
This is odd. How did you install Virgo? Did you simply `pip install astro-virgo`?
No, it appears you've installed the package correctly. You should be able to work with the module fine since the `.py` files (compiled GNU Radio flowcharts) work fine for you....
Really? That's interesting. I guess the issue only applies to version 3.9 then. Thanks for informing!
Thanks a lot, that's a valuable observation! Since many users appear to still be using GR 3.7 (but an equally large amount has shifted to 3.8/3.9), my plan is to...
This adjusts the corresponding RF, IF and BB gain on the OsmoSDR Source block in GNU Radio. Some of these may not be applicable to certain SDR devices, but what...
Hi Steve, is this a continuation of the previous issue you opened, or separate? Could you please check if the issue might be related to this and let me know...
Hmm. I haven't really tried using gr in virtual environments. It is picky about which python version you use to run virgo though (it should match gr's version). I'd first...