Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | 2013-01-01 | 1 | -2/+3 |
| | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 7 | -33/+33 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -52/+0 |
| | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | the libraries | Josh Blum | 2011-10-23 | 1 | -8/+1 |
| | |||||
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -11/+11 |
| | |||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-26 | 1 | -4/+5 |
|\ | |||||
| * | gr-noaa: fix PLL to generate output, then update errormaint-3.4.0 | Johnathan Corgan | 2011-09-24 | 1 | -4/+5 |
| | | |||||
* | | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | 2011-07-22 | 6 | -9/+47 |
| | | | | | | | | and vocoder to be consistent | ||||
* | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+65 |
|/ | |||||
* | don't list the generated cc files here | Rob Savoye | 2010-11-10 | 1 | -4/+1 |
| | |||||
* | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | 2010-11-10 | 1 | -2/+5 |
| | |||||
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | gr-noaa: added HRPT minor frame parsing, renamed scripts | Johnathan Corgan | 2009-11-09 | 6 | -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_deframer | Johnathan Corgan | 2009-11-02 | 5 | -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 synchronization | Johnathan Corgan | 2009-11-01 | 5 | -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 edges | Johnathan Corgan | 2009-10-13 | 1 | -5/+10 |
| | |||||
* | Add missing cstdio include for gcc 4.4 compatibility. | Philip Balister | 2009-09-25 | 1 | -0/+1 |
| | |||||
* | Fix missing type specifier for mask | Johnathan Corgan | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Split HRPT script into live receive and post-processing | Johnathan Corgan | 2009-09-23 | 2 | -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 document | Johnathan Corgan | 2009-09-20 | 2 | -2/+15 |
| | |||||
* | Added skeleton HRPT decoder block | Johnathan Corgan | 2009-09-20 | 3 | -0/+113 |
| | |||||
* | Add HRPT word output to deframer | Johnathan Corgan | 2009-09-20 | 2 | -26/+56 |
| | | | | | Put in half bit width matched filter Change default sync_alpha to 0.05 | ||||
* | Added HRPT deframer block | Johnathan Corgan | 2009-09-20 | 3 | -0/+156 |
| | |||||
* | Changed synchronizer to output sliced bits. | Johnathan Corgan | 2009-09-20 | 3 | -24/+27 |
| | |||||
* | Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. | Johnathan Corgan | 2009-09-20 | 5 | -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 resampling | Johnathan Corgan | 2009-09-20 | 2 | -3/+29 |
| | |||||
* | Work in progress, incomplete | Johnathan Corgan | 2009-09-20 | 5 | -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 Corgan | 2009-09-20 | 4 | -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 |