diff options
author | Stephan Ludwig (donludovico) <st.lu@web.de> | 2015-01-03 00:24:31 +0100 |
---|---|---|
committer | Stephan Ludwig (donludovico) <st.lu@web.de> | 2015-01-03 00:24:31 +0100 |
commit | 32766f90fdcfd9c610ae93af621264884f51b739 (patch) | |
tree | bd4d0ea257d31fbcf426973887ec30f28153a004 /gr-fft | |
parent | c67281b69d115e778e9aa5f04e431e032c59b512 (diff) |
grc,blocks,fft,filter: assigned categories to all blocks without any; further checked all other gr-* of gnuradio; solves issue from see http://lists.gnu.org/archive/html/discuss-gnuradio/2014-12/msg00133.html
Diffstat (limited to 'gr-fft')
-rw-r--r-- | gr-fft/grc/fft_block_tree.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-fft/grc/fft_block_tree.xml b/gr-fft/grc/fft_block_tree.xml index 6e6ed84581..d3f7a2da9e 100644 --- a/gr-fft/grc/fft_block_tree.xml +++ b/gr-fft/grc/fft_block_tree.xml @@ -34,4 +34,8 @@ <block>goertzel_fc</block> <block>logpwrfft_x</block> </cat> + <cat> + <name>Control Port</name> + <block>fft_ctrlport_probe_psd</block> + </cat> </cat> |