Imported Upstream version 3.2.2
[debian/gnuradio] / docs / doxygen / other / group_defs.dox
1 /*!
2  * \defgroup block GNU Radio C++ Signal Processing Blocks
3  * \brief All C++ blocks that can be used in GR graphs are listed here or in
4  * the subcategories below.  
5  *
6  * Sorry, at this time the Python hierarchical blocks are not included
7  * in this index.
8  * @{
9  */
10
11 /*! \defgroup container_blk Top Block and Hierarchical Block Base Classes       */
12 /*! \defgroup source_blk Signal Sources                 */
13 /*! \defgroup sink_blk Signal Sinks                     */
14 /*! \defgroup filter_blk Filters                        */
15 /*! \defgroup math_blk Mathematics                      */
16 /*! \defgroup modulation_blk Signal Modulation          */
17 /*! \defgroup demodulation_blk Signal Demodulation      */
18 /*! \defgroup coding_blk Information Coding and Decoding*/
19 /*! \defgroup sync_blk Synchronization                  */
20 /*! \defgroup eq_blk Equalization                       */
21 /*! \defgroup converter_blk Type Conversions            */
22 /*! \defgroup level_blk Signal Level Control (AGC)      */
23 /*! \defgroup dft_blk Fourier Transform                 */
24 /*! \defgroup wavelet_blk Wavelet Transform             */
25 /*! \defgroup ofdm_blk OFDM Blocks                      */
26 /*! \defgroup pager_blk Pager Blocks                    */
27 /*! \defgroup misc_blk Miscellaneous Blocks             */
28 /*! \defgroup slicedice_blk Slicing and Dicing Streams  */
29 /*! \defgroup vocoder_blk Voice Encoders and Decoders   */
30
31 /*! 
32  * \defgroup base_blk Base classes for GR Blocks
33  * \brief All C++ blocks are derived from these base classes
34  */
35
36
37 /*! @} */
38
39 /*! \defgroup filter_design Digital Filter Design       */
40 /*! \defgroup misc Miscellaneous                        */
41 /*! \defgroup internal Implementation Details           */
42
43 /*!
44  * \defgroup applications Applications
45  * These are some applications build using gnuradio...
46  * @{
47  */
48
49 /*!
50  * \defgroup atsc ATSC
51  * ATSC Applications...
52  */
53
54 /*!
55  * \defgroup radar Radar
56  * Radar Applications...
57  */
58
59 /*!
60  * \defgroup pager Pager 
61  * Pager Applications
62  */
63
64 /*! @} */
65
66 /*! \defgroup usrp USRP                                 */
67 /*! \defgroup usrp2 USRP2                               */
68
69 /*! 
70  * \defgroup gcell gcell: Cell Broadband Engine SPE Scheduler & RPC Mechanism
71  *
72  * For additional information please see the 
73  * <a href="http://gnuradio.org/trac/wiki/Gcell">gcell wiki page</a>
74  * and <a href="http://comsec.com/papers/gcell-sdrf-2008.pdf">gcell-sdrf-2008.pdf</a>.
75  */
76
77 /*! \defgroup hardware Misc Hardware Control            */