diff options
author | Johnathan Corgan | 2009-10-31 09:28:44 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-11-01 19:45:34 -0800 |
commit | ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe (patch) | |
tree | 73e40e054dbc3fd063b2ce2edcb01e937c333717 /gr-noaa/swig/noaa_hrpt_bit_sync.i | |
parent | edf412a8ef283d08135a1c5f9c1b4f51b771ec37 (diff) | |
download | gnuradio-ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe.tar.gz gnuradio-ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe.tar.bz2 gnuradio-ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe.zip |
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/noaa_hrpt_bit_sync.i')
-rw-r--r-- | gr-noaa/swig/noaa_hrpt_bit_sync.i | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gr-noaa/swig/noaa_hrpt_bit_sync.i b/gr-noaa/swig/noaa_hrpt_bit_sync.i new file mode 100644 index 000000000..34b565c23 --- /dev/null +++ b/gr-noaa/swig/noaa_hrpt_bit_sync.i @@ -0,0 +1,32 @@ +/* -*- c++ -*- */ +/* + * Copyright 2009 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * GNU Radio is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3, or (at your option) + * any later version. + * + * GNU Radio is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Radio; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ + +GR_SWIG_BLOCK_MAGIC(noaa,hrpt_bit_sync) + +noaa_hrpt_bit_sync_sptr +noaa_make_hrpt_bit_sync(); + +class noaa_hrpt_bit_sync : public gr_sync_block +{ +private: + noaa_hrpt_bit_sync(); +}; |