diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-06 20:22:14 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-06 20:27:38 -0700 |
commit | 13031bba1d7310c2b70830eb5a9a23e63808acc9 (patch) | |
tree | 44bd9ef2554ee7a925434fb802ccf5e8d1e65fcb /gr-digital/grc/digital_block_tree.xml | |
parent | d4b38e890c5ba3422160ba1ca5db3f55762eeb34 (diff) |
digital: adds corr_est_cc correlation estimator block
This commit is almost entirely based on the correlate_and_sync_cc update
by Nick Foster <bistromath@gmail.com> and Andy Walls <andy@silverblocksystems.net>,
but has been renamed to corr_est_cc in order to be included in the 3.7 API
without compatibility issues.
Diffstat (limited to 'gr-digital/grc/digital_block_tree.xml')
-rw-r--r-- | gr-digital/grc/digital_block_tree.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-digital/grc/digital_block_tree.xml b/gr-digital/grc/digital_block_tree.xml index f6dcceb6d0..6707a8e4db 100644 --- a/gr-digital/grc/digital_block_tree.xml +++ b/gr-digital/grc/digital_block_tree.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - Copyright 2011-2013 Free Software Foundation, Inc. + Copyright 2011-2015 Free Software Foundation, Inc. This file is part of GNU Radio @@ -63,6 +63,7 @@ <block>digital_constellation_receiver_cb</block> <block>variable_constellation</block> <block>variable_constellation_rect</block> + <block>variable_modulate_vector</block> </cat> <cat> <name>Packet Operators</name> @@ -120,6 +121,7 @@ <block>digital_mpsk_receiver_cc</block> <block>digital_pfb_clock_sync_xxx</block> <block>digital_pn_correlator_cc</block> + <block>digital_corr_est_cc</block> <block>digital_correlate_and_sync_cc</block> </cat> <cat> |