In GNU Radio, can I use a variable to pass data into a Python script into a self-written module?
Yes. In fact, that’s the normal way to parameterize a custom Python block in GNU Radio. There are several ways to do it: 1. Pass a GNU Radio variable as…