Regarding the error in creating an OOT module in GR3.9

2021-08-07 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hello everyone, I am currently working on gnuradio 3.9 on ubuntu 18.04 and currently facing an error while creating an OOT module using the terminal which is shown as: merlin@merlin:~/yash$ gr_modtool newmod packetizer Creating out-of-tree module in ./gr-packetizer... Traceback (most recent call

Re: maint-3.10 vs master and dev pipeline

2021-08-07 Thread Paul Atreides
Awesome Jeff, thank you so much! > On Aug 7, 2021, at 19:57, Jeff Long wrote: > >  > The most recent stable branch is 3.9. We should add an explicit 3.9 recipe. > If you copy gnuradio-master.lwr to a new gnuradio39.lwr file and change > "master" to "maint-3.9", it should work. > > You can

Re: maint-3.10 vs master and dev pipeline

2021-08-07 Thread Jeff Long
The most recent stable branch is 3.9. We should add an explicit 3.9 recipe. If you copy gnuradio-master.lwr to a new gnuradio39.lwr file and change "master" to "maint-3.9", it should work. You can also edit the .pybombs/config.yml in the directory for your 3.9 build (not

maint-3.10 vs master and dev pipeline

2021-08-07 Thread Paul Atreides
hi there, i'm updating my dev setup to ubuntu20.04. Previous to this i had migrated my workflow to gnuradio3.8/python3/uhd4.0 etc to stay current. With my OS update i'd like to have 2 pybombs environments, one for a stable but current branch (which i'm assuming is 3.8) and one for the next thing

Re: Symbols covered by RRC filter in Rect Constellation Modulator

2021-08-07 Thread George Edwards
Good morning Jeff! Thanks for the code snippet. I am trying to find the number of data symbols covered by the prototype filter and from your code snippet I can calculate it. It's ncoeff/sps. Thank you! George On Fri, Aug 6, 2021, 2:10 PM Jeff Long wrote: > From generic_mod_demod.py, here is how