diff options
author | Tom | 2009-12-20 15:32:23 -0500 |
---|---|---|
committer | Tom | 2009-12-20 15:32:23 -0500 |
commit | 8cc51ce7749e5c5562d208a8efaf17828295c70d (patch) | |
tree | 0d92254f13285a72f1bab49ac2cbd7eb34e0ff92 /grc/blocks/gr_fll_band_edge_cc.xml | |
parent | 47b9d7918ff888643c2ec46dd24f2150b945d963 (diff) | |
download | gnuradio-8cc51ce7749e5c5562d208a8efaf17828295c70d.tar.gz gnuradio-8cc51ce7749e5c5562d208a8efaf17828295c70d.tar.bz2 gnuradio-8cc51ce7749e5c5562d208a8efaf17828295c70d.zip |
WIP: better access to setting FLL parameters and working on getting gain settings better.
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> |