Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | don't list the generated cc files here | Rob Savoye | 2010-11-10 | 1 | -4/+1 | |
| | ||||||
* | regenerate | Eric Blossom | 2010-11-10 | 1 | -6/+6 | |
| | ||||||
* | Rengenerate Makefile.swig.gen's | Eric Blossom | 2010-11-10 | 1 | -2/+3 | |
| | ||||||
* | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | 2010-11-10 | 1 | -2/+5 | |
| | ||||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -216/+25 | |
| | ||||||
* | regeneratd | Rob Savoye | 2010-11-10 | 1 | -1/+1 | |
| | ||||||
* | don't ifdef the target away. regenerate .gen files. | Rob Savoye | 2010-11-10 | 1 | -7/+44 | |
| | ||||||
* | regenerated | Rob Savoye | 2010-11-10 | 1 | -27/+27 | |
| | ||||||
* | regenerated after changes to .i files | Rob Savoye | 2010-11-10 | 1 | -22/+31 | |
| | ||||||
* | regenerated after changes to the template | Rob Savoye | 2010-11-10 | 1 | -10/+26 | |
| | ||||||
* | regenerated from template | Rob Savoye | 2010-11-10 | 1 | -9/+26 | |
| | ||||||
* | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 1 | -3/+3 | |
| | ||||||
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -1/+1 | |
| | ||||||
* | gr-noaa: work-in-progress for LRIT reception | Johnathan Corgan | 2010-01-09 | 5 | -633/+2816 | |
| | | | | | Reworked usrp_rx_lrit to get to constellation Added file_rx_lrit to read from capture file | |||||
* | gr-noaa: added HRPT minor frame parsing, renamed scripts | Johnathan Corgan | 2009-11-09 | 22 | -1117/+1765 | |
| | | | | | | | | | 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 | 18 | -438/+169 | |
| | | | | | Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block | |||||
* | Added frames_to_ppm Octave script, use ImageMagick to convert to png | Johnathan Corgan | 2009-11-02 | 5 | -1/+123 | |
| | ||||||
* | gr-noaa: Switched to 'double rate BPSK' HRPT synchronization | Johnathan Corgan | 2009-11-01 | 24 | -2230/+2032 | |
| | | | | | | | | | | | 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 | |||||
* | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 1 | -1/+1 | |
| | | | | | Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | |||||
* | Added run-to-completion to demod_hrpt_file.grc | Johnathan Corgan | 2009-10-13 | 2 | -79/+81 | |
| | ||||||
* | Added timing adjustment for zero crossings at bit edges | Johnathan Corgan | 2009-10-13 | 1 | -5/+10 | |
| | ||||||
* | Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master | Johnathan Corgan | 2009-09-28 | 10 | -414/+3418 | |
|\ | | | | | | | | | | | | | * 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan: Restored original HRPT GUI script and documented various script choices. Renamed simplified HRPT script to allow restoring original General improvements in HRPT receiver | |||||
| * | Restored original HRPT GUI script and documented various script choices. | Johnathan Corgan | 2009-09-27 | 4 | -4/+1873 | |
| | | ||||||
| * | Renamed simplified HRPT script to allow restoring original | Johnathan Corgan | 2009-09-27 | 3 | -57/+57 | |
| | | ||||||
| * | General improvements in HRPT receiver | Johnathan Corgan | 2009-09-27 | 7 | -507/+1642 | |
| | | | | | | | | | | | | Added usrp_rx_hrpt_nogui script Simplified usrp_rx_hrpt script for lower CPU usage Changed matched filtering taps to be whole symbol | |||||
* | | Removed multiple install of noaa_swig.i from Makefile.am | Thomas Tsou | 2009-09-28 | 1 | -1/+0 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Added README and updated configuration requirements | Johnathan Corgan | 2009-09-23 | 1 | -0/+53 | |
| | ||||||
* | Split HRPT script into live receive and post-processing | Johnathan Corgan | 2009-09-23 | 9 | -433/+1838 | |
| | | | | | | 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 | 11 | -54/+242 | |
| | ||||||
* | Updated HRPT receiver to read files recorded as shorts | Johnathan Corgan | 2009-09-20 | 2 | -273/+488 | |
| | ||||||
* | Add HRPT word output to deframer | Johnathan Corgan | 2009-09-20 | 5 | -407/+270 | |
| | | | | | Put in half bit width matched filter Change default sync_alpha to 0.05 | |||||
* | Reorganization of directories | Johnathan Corgan | 2009-09-20 | 8 | -11/+62 | |
| | | | | | Moved apps into own directory Added (empty) python directory | |||||
* | Added HRPT deframer block | Johnathan Corgan | 2009-09-20 | 10 | -181/+406 | |
| | ||||||
* | Changed synchronizer to output sliced bits. | Johnathan Corgan | 2009-09-20 | 10 | -287/+263 | |
| | ||||||
* | Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. | Johnathan Corgan | 2009-09-20 | 14 | -386/+445 | |
| | | | | | | * 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 | 4 | -299/+281 | |
| | ||||||
* | Work in progress, incomplete | Johnathan Corgan | 2009-09-20 | 16 | -677/+1770 | |
| | | | | | | | * 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 | |||||
* | Update rx_poes script to filter prior to PLL. | Johnathan Corgan | 2009-09-20 | 1 | -223/+184 | |
| | ||||||
* | Created new gr-noaa top-level component. | Johnathan Corgan | 2009-09-20 | 17 | -0/+3002 | |
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 |