Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-09-26 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-24 | Merge branch 'master' into next | Johnathan Corgan | |
2011-09-24 | gr-noaa: fix PLL to generate output, then update error | Johnathan Corgan | |
2011-08-02 | cmake: language tweak for component group description | Josh Blum | |
2011-07-22 | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | |
and vocoder to be consistent | |||
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-02-27 | Removing docstring generation from this branch. | Ben Reynwar | |
2011-01-30 | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | |
2010-12-27 | Add missing .test files to tarball. | Eric Blossom | |
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom | |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | |
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc. | |||
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-11-24 | Confirm we can load guile noaa module | Eric Blossom | |
2010-11-19 | regenerated | Rob Savoye | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | don't list the generated cc files here | Rob Savoye | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regeneratd | Rob Savoye | |
2010-11-10 | don't ifdef the target away. regenerate .gen files. | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated after changes to .i files | Rob Savoye | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-10 | regenerated from template | Rob Savoye | |
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2010-01-09 | gr-noaa: work-in-progress for LRIT reception | Johnathan Corgan | |
Reworked usrp_rx_lrit to get to constellation Added file_rx_lrit to read from capture file | |||
2009-11-09 | gr-noaa: added HRPT minor frame parsing, renamed scripts | Johnathan 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-02 | gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframer | Johnathan Corgan | |
Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block | |||
2009-11-02 | Added frames_to_ppm Octave script, use ImageMagick to convert to png | Johnathan Corgan | |
2009-11-01 | gr-noaa: Switched to 'double rate BPSK' HRPT synchronization | Johnathan 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-28 | Created a grc_blockdir in makefile.common. | Josh Blum | |
Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | |||
2009-10-13 | Added run-to-completion to demod_hrpt_file.grc | Johnathan Corgan | |
2009-10-13 | Added timing adjustment for zero crossings at bit edges | Johnathan Corgan | |
2009-09-28 | Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master | Johnathan Corgan | |
* '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 | |||
2009-09-28 | Removed multiple install of noaa_swig.i from Makefile.am | Thomas Tsou | |
2009-09-27 | Restored original HRPT GUI script and documented various script choices. | Johnathan Corgan | |
2009-09-27 | Renamed simplified HRPT script to allow restoring original | Johnathan Corgan | |
2009-09-27 | General improvements in HRPT receiver | Johnathan Corgan | |
Added usrp_rx_hrpt_nogui script Simplified usrp_rx_hrpt script for lower CPU usage Changed matched filtering taps to be whole symbol |