discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Modules and Packages


From: Christopher Clement J
Subject: [Discuss-gnuradio] Modules and Packages
Date: Mon, 8 Oct 2018 13:32:17 +0000

Hi,

I am trying to write Python programming for GNU radio with USRP interface.

When I look at some coding, I see many imports like,

from gnuradio import gr, eng_notation
from gnuradio import audio
from gnuradio import usrp
from gnuradio import blks
from gnuradio.eng_option import eng_option

How will I know which are all the modules/ packages. Also, how to find which 
module is contained in which package/module. What is the tree structure? Kindly 
guide me.

Regards
Chris Clement


reply via email to

[Prev in Thread] Current Thread [Next in Thread]