Top-level hierarchical block representing a flow-graph.
This is a python wrapper around the C++ implementation to allow python subclassing.
Proxy of C++ gr::block class
Proxy of C++ gr::sync_decimator class
Proxy of C++ gr::sync_interpolator class
Proxy of C++ gr::tagged_stream_block class
Subclass this to create a python hierarchical block.
This is a python wrapper around the C++ hierarchical block implementation. Provides convenience functions and allows proper Python subclassing.
alias of make
alias of make2
alias of make3
alias of makev
alias of singleton
Proxy of C++ gr::logger class
Proxy of C++ gr::tag_t class
Convert a tag_t_offset_compare function into a key=function This method is modeled after functools.cmp_to_key(_func_). It can be used by functions that accept a key function, such as sorted(), min(), max(), etc. to compare tags by their offsets, e.g., sorted(tag_list, key=gr.tag_t_offset_compare_key()).
Convert a Python-readable object to a stream tag
Convert a stream tag to a Python-readable object
alias of gnuradio.gr.tag_utils
branchless_quad_0deg_slicer(gr_complex x) -> unsigned int
quad_0deg_slicer(gr_complex x) -> unsigned int
branchless_quad_45deg_slicer(gr_complex x) -> unsigned int
quad_45deg_slicer(gr_complex x) -> unsigned int
Proxy of C++ gr::py_feval class
Proxy of C++ gr::py_feval_cc class
Proxy of C++ gr::py_feval_dd class
Proxy of C++ gr::py_feval_ll class
Proxy of C++ gr::py_feval_p class
alias of gnuradio.gr.gateway