Jeff Long
Jeff Long
Use this: `from gnuradio.grc.platform import params`
Could you add a sentance to the comment up top about why we want this change?
Thanks for the update. I overrode the DCO. It's sensitive to differences in name/email.
Do you guys want to go with the test failure for now, or fix it one way or another before merging?
As a guess, this was a way of stripping off `[` `]` but not sure. Does anyone know of a reason?
@basti-schr We can't change the example to C++, though. Could you remove the changes to the grc file?
@basti-schr For muliple commits, unless they are meant to be separable, squash to one commit and force push.
Tried this out. I think the `[1:-1]` was intentional. If the taps are specified for Python, they would be of the form `[x0, x1, ...]` and the slicing strips the...
That works. Maybe there's a cleaner way, but it now works better than the other blocks. Do you have any inclination to look through all the other filter blocks that...
The yml blocks should be installed. Make sure you hit the refresh blocks button on GRC (or restart it) after installing so it reads the new yml files. Have you...