diff options
Diffstat (limited to 'grc/blocks/gr_fll_band_edge_cc.xml')
-rw-r--r-- | grc/blocks/gr_fll_band_edge_cc.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/grc/blocks/gr_fll_band_edge_cc.xml b/grc/blocks/gr_fll_band_edge_cc.xml index 41c760cbb..5a13ac49b 100644 --- a/grc/blocks/gr_fll_band_edge_cc.xml +++ b/grc/blocks/gr_fll_band_edge_cc.xml @@ -58,4 +58,19 @@ <name>out</name> <type>$type.output</type> </source> + <source> + <name>freq</name> + <type>float</type> + <optional>1</optional> + </source> + <source> + <name>phase</name> + <type>float</type> + <optional>1</optional> + </source> + <source> + <name>error</name> + <type>float</type> + <optional>1</optional> + </source> </block> |