diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-10-31 09:28:44 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-01 19:45:34 -0800 |
commit | ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe (patch) | |
tree | 73e40e054dbc3fd063b2ce2edcb01e937c333717 /gr-noaa/swig/Makefile.am | |
parent | edf412a8ef283d08135a1c5f9c1b4f51b771ec37 (diff) |
gr-noaa: Switched to 'double rate BPSK' HRPT synchronization
Added hrpt_bit_sync block
Using MM clock sync at double data rate
Created file_rx_hrpt GRC app
Updated demod_rx_hrpt GRC app
Updated usrp_rx_hrpt GRC
Updated usrp_rx_hrpt_nogui app
Deleted usrp_rx_hrpt2 GRC app
Deleted hrpt_sync_fb block
Diffstat (limited to 'gr-noaa/swig/Makefile.am')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 3ac7879d64..97056811b4 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -52,10 +52,10 @@ noaa_swig_python = \ # additional SWIG files to be installed noaa_swig_swiginclude_headers = \ + noaa_hrpt_bit_sync.i \ noaa_hrpt_decoder.i \ noaa_hrpt_deframer.i \ - noaa_hrpt_pll_cf.i \ - noaa_hrpt_sync_fb.i + noaa_hrpt_pll_cf.i include $(top_srcdir)/Makefile.swig |