diff options
author | Johnathan Corgan | 2012-03-01 16:37:58 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-03-01 16:37:58 -0800 |
commit | 0a6f1494b8e462c13c8c48c69680832967ebec72 (patch) | |
tree | 4266dba3cd7b8ef50791859761ec645010ed571e /docs/doxygen/other/main_page.dox | |
parent | 088ca3e5ff1ea0c28bbc2f674382137d8b84fe51 (diff) | |
parent | e8d644872837f4cbfc05851710531b2ac5259806 (diff) | |
download | gnuradio-0a6f1494b8e462c13c8c48c69680832967ebec72.tar.gz gnuradio-0a6f1494b8e462c13c8c48c69680832967ebec72.tar.bz2 gnuradio-0a6f1494b8e462c13c8c48c69680832967ebec72.zip |
Merge remote branch 'tom/safe_align'
Diffstat (limited to 'docs/doxygen/other/main_page.dox')
-rw-r--r-- | docs/doxygen/other/main_page.dox | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 0caa0b20f..68b098943 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -38,4 +38,14 @@ More details on packages in GNU Radio: \li \ref page_uhd \li \ref page_vocoder \li \ref page_pfb + +\section volk_main Using Volk in GNU Radio + +The \ref volk_guide page provides an overview of how to incorporate +and use Volk in GNU Radio blocks. + +Many blocks have already been converted to use Volk in their calls, so +they can also serve as examples. See the gr_complex_to_xxx.h file for +examples of various blocks that make use of Volk. + */ |