Re: grcc and configparser

2021-10-25 Thread Vasil Velichkov
Hi Ryan, On 25/10/2021 19.07, Ryan Volz wrote: > It's possible that I backported a patch to the conda package, but I don't see > anything with a quick glance, so *shrug*. Most probably it is this PR. https://github.com/gnuradio/gnuradio/pull/3429

Re: grcc and configparser

2021-10-25 Thread Ryan Volz
Hi Jameson, On 10/25/21 7:44 AM, Jameson Collins wrote: I have two installations of gnuradio.  One is from conda, and the other is from source.  Both claim to be 3.8.1.0. In the conda install when I run grcc on a certain flowgraph the python file is generated with a number of try-catch

Release Candidate v3.9.4.0-rc1

2021-10-25 Thread Jeff Long
Here is a new release candidate, somewhat earlier than expected, due to a couple of regressions in v3.9.3.0 https://github.com/gnuradio/gnuradio/releases/tag/v3.9.4.0-rc1 Some other fixes and features were also backported in the process, for more details, see

grcc and configparser

2021-10-25 Thread Jameson Collins
I have two installations of gnuradio. One is from conda, and the other is from source. Both claim to be 3.8.1.0. In the conda install when I run grcc on a certain flowgraph the python file is generated with a number of try-catch blocks around `import configparser`, I assume to catch the

MPSK SVR SNR, Signal and Noise estimation

2021-10-25 Thread Moses Browne Mwakyanjala
Hi everyone, It seems like all estimators in MPSK_SNR_EST class, except for the SVR one (shown below), have signal, noise, and SNR estimations. How does one get the signal and noise components from the SVR estimate? Regards, Moses. mpsk_snr_est_svr::mpsk_snr_est_svr(double alpha) :

Re: ModuleNotFoundError while running unit test of the OOT

2021-10-25 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Thanks Jeff! BR niedz., 24 paź 2021 o 22:33 Jeff Long napisał(a): > That workaround doesn't make sense. The idea, though, is that some files > need to be moved/symlinked so Python can see them. Or the PYTHONPATH needs > adjustment. > > On Sun, Oct 24, 2021 at 4:23 PM Jeff Long wrote: > >> This