History | View | Annotate | Download (1.1 kB)
Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.
The sed script was provided by Moritz Fischer.
Removes all references to guile and scheme, which are no longer needed.
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
docs: added python doxygen docs to gr-noaa
Use load-extension-global instead of load-extension
Rename libguile- to libguile-gnuradio- to match guile library naming convention.
The stuff in gnuradio-core ends up with funky names, but that couldbe fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
add load-extension support
gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframer
Added Octave script to convert from frame data to AVHRR channel imagesRemoved noaa_hrpt_bit_sync block
gr-noaa: Switched to 'double rate BPSK' HRPT synchronization
Added hrpt_bit_sync blockUsing MM clock sync at double data rateCreated file_rx_hrpt GRC appUpdated demod_rx_hrpt GRC appUpdated usrp_rx_hrpt GRCUpdated usrp_rx_hrpt_nogui appDeleted usrp_rx_hrpt2 GRC app...
Added skeleton HRPT decoder block
Added HRPT deframer block
Changed synchronizer to output sliced bits.
Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's.
Work in progress, incomplete
Created new gr-noaa top-level component.
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