Imported Upstream version 3.2.2
[debian/gnuradio] / grc / grc_gnuradio / README
1 This is the grc_gnuradio module.
2 It contains supplemental python modules that grc uses at runtime.
3 The supplemental modules are meant to mimic modules in gnuradio.
4 These will be phased-out as new functionaility is merged into gnuradio.
5
6 The blk2s module wraps many blocks in blks2 and gives them streaming outputs.
7 Will be phased-out by new message passing implementations.
8 Other blks2 blocks will hopefully make their way into blks2impl.
9
10 The usrp module contains the simple and dual usrp wrappers.
11 Will be phased-out by generic usrp and/or new usrp api.
12
13 The wxgui module contains a top_block + wxgui frame.
14 Will be phased-out by gui.py in wxgui and a new top block template.