summaryrefslogtreecommitdiff
path: root/gr-noaa/lib
AgeCommit message (Collapse)Author
2011-09-24gr-noaa: fix PLL to generate output, then update errorJohnathan Corgan
2010-11-10don't list the generated cc files hereRob Savoye
2010-11-10add python/*.cc to SOURCES so dependencies work properly.Rob Savoye
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2009-11-09gr-noaa: added HRPT minor frame parsing, renamed scriptsJohnathan Corgan
implemented start of minor frame parsing renamed demod_rx_hrpt to hrpt_demod, new defaults added configuration flags to hrpt_decoder added hrpt_decode app updated file_rx_hrpt with new defaults updated usrp_rx_hrpt_* with new defaults
2009-11-02gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframerJohnathan Corgan
Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block
2009-11-01gr-noaa: Switched to 'double rate BPSK' HRPT synchronizationJohnathan Corgan
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
2009-10-13Added timing adjustment for zero crossings at bit edgesJohnathan Corgan
2009-09-25Add missing cstdio include for gcc 4.4 compatibility.Philip Balister
2009-09-23Fix missing type specifier for maskJohnathan Corgan
2009-09-23Split HRPT script into live receive and post-processingJohnathan Corgan
Cleanup debug info Created 'demod_hrpt_file.py' Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file
2009-09-20Dumps HRPT frames to text file similar to specification documentJohnathan Corgan
2009-09-20Added skeleton HRPT decoder blockJohnathan Corgan
2009-09-20Add HRPT word output to deframerJohnathan Corgan
Put in half bit width matched filter Change default sync_alpha to 0.05
2009-09-20Added HRPT deframer blockJohnathan Corgan
2009-09-20Changed synchronizer to output sliced bits.Johnathan Corgan
2009-09-20Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's.Johnathan Corgan
* Change PLL and SYNC blocks to output floats * Correct bit sense * Update RX script to record ascii bits
2009-09-20Implemented crude timing recovery using zero crossings but no resamplingJohnathan Corgan
2009-09-20Work in progress, incompleteJohnathan Corgan
* Renamed noaa.carrier_pll_cc to noaa.hrpt_pll_cc * Added nop noaa.hrpt_sync_cc * Renamed grc apps to use usrp_ prefix and protocol name * Installed grc generated scripts to path
2009-09-20Created new gr-noaa top-level component.Johnathan Corgan
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