summaryrefslogtreecommitdiff
path: root/gr-noaa/apps/Makefile.am
AgeCommit message (Collapse)Author
2010-01-09gr-noaa: work-in-progress for LRIT receptionJohnathan Corgan
Reworked usrp_rx_lrit to get to constellation Added file_rx_lrit to read from capture file
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-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-09-27Restored original HRPT GUI script and documented various script choices.Johnathan Corgan
2009-09-27Renamed simplified HRPT script to allow restoring originalJohnathan Corgan
2009-09-27General improvements in HRPT receiverJohnathan Corgan
Added usrp_rx_hrpt_nogui script Simplified usrp_rx_hrpt script for lower CPU usage Changed matched filtering taps to be whole symbol
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-20Reorganization of directoriesJohnathan Corgan
Moved apps into own directory Added (empty) python directory