there are lots of pre-definited function in GR class. Mean you from
gnuradio import gr,
so is there any dictionary or explanation of these function and how to
use
them
On Wed, Sep 16, 2009 at 04:06:07PM -0400, nansai hu wrote:
there are lots of pre-definited function in GR class. Mean you from
gnuradio import gr,
so is there any dictionary or explanation of these function and how to use
them
http://gnuradio.org/doc/doxygen/index.html
Eric
2009/9/16, nansai hu [email protected]:
there are lots of pre-definited function in GR class. Mean you from
gnuradio import gr,
so is there any dictionary or explanation of these function and how to use
them
Hm, you can get a list of all items in gr but not a dictionary with the
dir(gr)
command in the pythoninterpreter.
For the gnuradio python documentation is refered that is no way found
to
provide unified documentation for it, so we are invited to play in the
sandbox
from the wiki to find a suitable solution
May be this link about Modules in Python would interest you :
http://www.python.org/doc/current/tutorial/modules.html