GNURadio blocks to remove that IQ DC spike just like some software and drivers do! Three techniques available: auto, auto-tune to dc offset, and manual.
GNU General Public License v3.0
82
stars
19
forks
source link
Do not suppress the python's ImportError exceptions #12
Remove the try except block as it contains only a single pass statement
that hides the actual errors when loading the swig files. As this is not
a python only module it's much better to not suppress the errors here.
Remove the try except block as it contains only a single pass statement that hides the actual errors when loading the swig files. As this is not a python only module it's much better to not suppress the errors here.