diff options
author | Johnathan Corgan | 2009-08-29 13:24:58 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-09-20 09:39:27 -0700 |
commit | 225d3141a7f4754eae5a1a041e1d18dc38131772 (patch) | |
tree | 348867ff2d6f832edf96df7db072c6590e7424b2 /gr-noaa/lib/noaa_hrpt_sync_cc.h | |
parent | 6b6a5522e0b1d12ef5d697b1067a87dfe584cec6 (diff) | |
download | gnuradio-225d3141a7f4754eae5a1a041e1d18dc38131772.tar.gz gnuradio-225d3141a7f4754eae5a1a041e1d18dc38131772.tar.bz2 gnuradio-225d3141a7f4754eae5a1a041e1d18dc38131772.zip |
Implemented crude timing recovery using zero crossings but no resampling
Diffstat (limited to 'gr-noaa/lib/noaa_hrpt_sync_cc.h')
-rw-r--r-- | gr-noaa/lib/noaa_hrpt_sync_cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-noaa/lib/noaa_hrpt_sync_cc.h b/gr-noaa/lib/noaa_hrpt_sync_cc.h index f5b23ccaf..6abbcad48 100644 --- a/gr-noaa/lib/noaa_hrpt_sync_cc.h +++ b/gr-noaa/lib/noaa_hrpt_sync_cc.h @@ -42,6 +42,7 @@ class noaa_hrpt_sync_cc : public gr_block float d_max_offset; // Maximum frequency offset for d_sps, samples/symbol float d_phase; // Instantaneous symbol phase float d_freq; // Instantaneous symbol frequency, samples/symbol + int d_last_sign; // Tracks zero crossings public: int general_work(int noutput_items, |