summaryrefslogtreecommitdiff
path: root/gr-noaa
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
|
* Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-1/+1
| | | | | 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.
* Update .gitignore'sEric Blossom2010-11-241-0/+2
|
* Update .gitignore'sEric Blossom2010-11-242-0/+3
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-243-10/+5
| | | | | | | | | 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.
* Confirm we can load guile noaa moduleEric Blossom2010-11-243-3/+52
|
* regeneratedRob Savoye2010-11-191-11/+23
|
* regeneratedEric Blossom2010-11-161-1/+1
|
* regeneratedEric Blossom2010-11-101-2/+2
|
* regeneratedRob Savoye2010-11-101-27/+10
|
* regeneratedRob Savoye2010-11-101-8/+7
|
* add load-extension supportRob Savoye2010-11-101-0/+9
|
* regeneratedRob Savoye2010-11-101-2/+5
|
* don't list the generated cc files hereRob Savoye2010-11-101-4/+1
|
* regenerateEric Blossom2010-11-101-6/+6
|
* Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-2/+3
|
* add python/*.cc to SOURCES so dependencies work properly.Rob Savoye2010-11-101-2/+5
|
* regeneratedRob Savoye2010-11-101-216/+25
|
* regeneratdRob Savoye2010-11-101-1/+1
|
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-7/+44
|
* regeneratedRob Savoye2010-11-101-27/+27
|
* regenerated after changes to .i filesRob Savoye2010-11-101-22/+31
|
* regenerated after changes to the templateRob Savoye2010-11-101-10/+26
|
* regenerated from templateRob Savoye2010-11-101-9/+26
|
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-3/+3
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-1/+1
|
* gr-noaa: work-in-progress for LRIT receptionJohnathan Corgan2010-01-095-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 scriptsJohnathan Corgan2009-11-0922-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_deframerJohnathan Corgan2009-11-0218-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 pngJohnathan Corgan2009-11-025-1/+123
|
* gr-noaa: Switched to 'double rate BPSK' HRPT synchronizationJohnathan Corgan2009-11-0124-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 Blum2009-10-281-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.grcJohnathan Corgan2009-10-132-79/+81
|
* Added timing adjustment for zero crossings at bit edgesJohnathan Corgan2009-10-131-5/+10
|
* Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into masterJohnathan Corgan2009-09-2810-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 Corgan2009-09-274-4/+1873
| |
| * Renamed simplified HRPT script to allow restoring originalJohnathan Corgan2009-09-273-57/+57
| |
| * General improvements in HRPT receiverJohnathan Corgan2009-09-277-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.amThomas Tsou2009-09-281-1/+0
|/
* 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
|
* Added README and updated configuration requirementsJohnathan Corgan2009-09-231-0/+53
|
* Split HRPT script into live receive and post-processingJohnathan Corgan2009-09-239-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 documentJohnathan Corgan2009-09-202-2/+15
|
* Added skeleton HRPT decoder blockJohnathan Corgan2009-09-2011-54/+242
|
* Updated HRPT receiver to read files recorded as shortsJohnathan Corgan2009-09-202-273/+488
|
* Add HRPT word output to deframerJohnathan Corgan2009-09-205-407/+270
| | | | | Put in half bit width matched filter Change default sync_alpha to 0.05
* Reorganization of directoriesJohnathan Corgan2009-09-208-11/+62
| | | | | Moved apps into own directory Added (empty) python directory
* Added HRPT deframer blockJohnathan Corgan2009-09-2010-181/+406
|
* Changed synchronizer to output sliced bits.Johnathan Corgan2009-09-2010-287/+263
|