summaryrefslogtreecommitdiff
path: root/gr-noaa/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-137-33/+33
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-52/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* the librariesJosh Blum2011-10-231-8/+1
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-11/+11
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-261-4/+5
|\
| * gr-noaa: fix PLL to generate output, then update errormaint-3.4.0Johnathan Corgan2011-09-241-4/+5
| |
* | gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum2011-07-226-9/+47
| | | | | | | | and vocoder to be consistent
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+65
|/
* don't list the generated cc files hereRob Savoye2010-11-101-4/+1
|
* add python/*.cc to SOURCES so dependencies work properly.Rob Savoye2010-11-101-2/+5
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-1/+1
|
* gr-noaa: added HRPT minor frame parsing, renamed scriptsJohnathan Corgan2009-11-096-50/+228
| | | | | | | | | 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
* gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframerJohnathan Corgan2009-11-025-152/+43
| | | | | Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block
* gr-noaa: Switched to 'double rate BPSK' HRPT synchronizationJohnathan Corgan2009-11-015-157/+125
| | | | | | | | | | | 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
* Added timing adjustment for zero crossings at bit edgesJohnathan Corgan2009-10-131-5/+10
|
* Add missing cstdio include for gcc 4.4 compatibility.Philip Balister2009-09-251-0/+1
|
* Fix missing type specifier for maskJohnathan Corgan2009-09-231-1/+1
|
* Split HRPT script into live receive and post-processingJohnathan Corgan2009-09-232-6/+6
| | | | | | Cleanup debug info Created 'demod_hrpt_file.py' Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file
* Dumps HRPT frames to text file similar to specification documentJohnathan Corgan2009-09-202-2/+15
|
* Added skeleton HRPT decoder blockJohnathan Corgan2009-09-203-0/+113
|
* Add HRPT word output to deframerJohnathan Corgan2009-09-202-26/+56
| | | | | Put in half bit width matched filter Change default sync_alpha to 0.05
* Added HRPT deframer blockJohnathan Corgan2009-09-203-0/+156
|
* Changed synchronizer to output sliced bits.Johnathan Corgan2009-09-203-24/+27
|
* Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's.Johnathan Corgan2009-09-205-52/+52
| | | | | | * Change PLL and SYNC blocks to output floats * Correct bit sense * Update RX script to record ascii bits
* Implemented crude timing recovery using zero crossings but no resamplingJohnathan Corgan2009-09-202-3/+29
|
* Work in progress, incompleteJohnathan Corgan2009-09-205-19/+140
| | | | | | | * 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
* Created new gr-noaa top-level component.Johnathan Corgan2009-09-204-0/+181
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