diff options
Diffstat (limited to 'tools/gr-usrptest/grc/usrptest_phase_calc_ccf.xml')
-rw-r--r-- | tools/gr-usrptest/grc/usrptest_phase_calc_ccf.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/gr-usrptest/grc/usrptest_phase_calc_ccf.xml b/tools/gr-usrptest/grc/usrptest_phase_calc_ccf.xml new file mode 100644 index 000000000..4c98f56eb --- /dev/null +++ b/tools/gr-usrptest/grc/usrptest_phase_calc_ccf.xml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<block> + <name>Calculate phase diff</name> + <key>usrptest_phase_calc_ccf</key> + <category>[usrptest]</category> + <import>import usrptest</import> + <make>usrptest.phase_calc_ccf()</make> + <sink> + <name>in1</name> + <type>complex</type> + </sink> + <sink> + <name>in2</name> + <type>complex</type> + </sink> + <source> + <name>out</name> + <type>float</type> + </source> +</block> |