diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-20 12:47:34 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-20 12:47:34 -0700 |
commit | 2628e9cddc43d57a3346e240c8f7e58722bc61f1 (patch) | |
tree | 03f8ea7ef3bdef40b1354b670c2ec135ee8feb69 /gr-noaa/grc | |
parent | e2216220f85d3e9d93db3946aa0e68e59309d1c2 (diff) |
Add HRPT word output to deframer
Put in half bit width matched filter
Change default sync_alpha to 0.05
Diffstat (limited to 'gr-noaa/grc')
-rw-r--r-- | gr-noaa/grc/noaa_hrpt_deframer.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-noaa/grc/noaa_hrpt_deframer.xml b/gr-noaa/grc/noaa_hrpt_deframer.xml index bc68f71d3f..af36abf2a2 100644 --- a/gr-noaa/grc/noaa_hrpt_deframer.xml +++ b/gr-noaa/grc/noaa_hrpt_deframer.xml @@ -9,4 +9,8 @@ <name>in</name> <type>byte</type> </sink> + <source> + <name>out</name> + <type>short</type> + </source> </block> |