Created new gr-noaa top-level component.
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 15 Aug 2009 19:30:45 +0000 (12:30 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Sun, 20 Sep 2009 16:39:27 +0000 (09:39 -0700)
commitb6101982e270948b4a3185ee745ed76bb8661552
treef3b1b8e79e35173d98c2b91c3035f711c16af499
parent7d8dd5e122e0201d96410eec6549b903881f8b3a
Created new gr-noaa top-level component.

Initial work:

- Carrier recovery/mixer PLL block
- Start of POES grc pipeline, recovers Manchester symbols only
- Start of GOES grc pipeline, recovers BPSK symbols only
20 files changed:
config/Makefile.am
config/grc_gr_noaa.m4 [new file with mode: 0644]
configure.ac
gr-noaa/.gitignore [new file with mode: 0644]
gr-noaa/Makefile.am [new file with mode: 0644]
gr-noaa/grc/.gitignore [new file with mode: 0644]
gr-noaa/grc/Makefile.am [new file with mode: 0644]
gr-noaa/grc/noaa_carrier_pll_cc.xml [new file with mode: 0644]
gr-noaa/grc/rx_goes.grc [new file with mode: 0755]
gr-noaa/grc/rx_poes.grc [new file with mode: 0755]
gr-noaa/lib/.gitignore [new file with mode: 0644]
gr-noaa/lib/Makefile.am [new file with mode: 0644]
gr-noaa/lib/noaa_carrier_pll_cc.cc [new file with mode: 0644]
gr-noaa/lib/noaa_carrier_pll_cc.h [new file with mode: 0644]
gr-noaa/swig/.gitignore [new file with mode: 0644]
gr-noaa/swig/Makefile.am [new file with mode: 0644]
gr-noaa/swig/Makefile.swig.gen [new file with mode: 0644]
gr-noaa/swig/__init__.py [new file with mode: 0644]
gr-noaa/swig/noaa_carrier_pll_cc.i [new file with mode: 0644]
gr-noaa/swig/noaa_swig.i [new file with mode: 0644]