mistic-lab / gr-flex

An Out of tree GNU Radio block for communicating with the Flex radio
MIT License
13 stars 2 forks source link

Panadapter bandwidth addition #12

Closed nsbruce closed 7 years ago

nsbruce commented 7 years ago

To clarify, this adds the capacity to change the panadapters bandwidth. It does not change the 'false' pandisplay bandwidth.

nsbruce commented 7 years ago

Valuable reading on python decorators as a possible way to implement the requested change

https://realpython.com/blog/python/primer-on-python-decorators/

https://www.thecodeship.com/patterns/guide-to-python-function-decorators/

nsbruce commented 7 years ago

Fixed. Can you re-review @cjam?