Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | Fix missing type specifier for mask | Johnathan Corgan | |
2009-09-23 | Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master | Johnathan Corgan | |
* 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan: Added README and updated configuration requirements Split HRPT script into live receive and post-processing Dumps HRPT frames to text file similar to specification document Added skeleton HRPT decoder block Updated HRPT receiver to read files recorded as shorts Add HRPT word output to deframer Reorganization of directories Added HRPT deframer block Changed synchronizer to output sliced bits. Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. Implemented crude timing recovery using zero crossings but no resampling Work in progress, incomplete Update rx_poes script to filter prior to PLL. Created new gr-noaa top-level component. | |||
2009-09-23 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
* 'grc' of http://gnuradio.org/git/jblum: xor that hash bug fix for handling loading of dynamic params | |||
2009-09-23 | Change write_internal_ram in usrp_prims to print signed error code | Thomas Tsou | |
2009-09-23 | Added README and updated configuration requirements | Johnathan Corgan | |
2009-09-23 | Split HRPT script into live receive and post-processing | Johnathan Corgan | |
Cleanup debug info Created 'demod_hrpt_file.py' Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file | |||
2009-09-20 | Dumps HRPT frames to text file similar to specification document | Johnathan Corgan | |
2009-09-20 | Added skeleton HRPT decoder block | Johnathan Corgan | |
2009-09-20 | Updated HRPT receiver to read files recorded as shorts | Johnathan Corgan | |
2009-09-20 | Merge branch 'serdes_newfifo' into new_eth | Matt Ettus | |
2009-09-20 | Add HRPT word output to deframer | Johnathan Corgan | |
Put in half bit width matched filter Change default sync_alpha to 0.05 | |||
2009-09-20 | Reorganization of directories | Johnathan Corgan | |
Moved apps into own directory Added (empty) python directory | |||
2009-09-20 | Added HRPT deframer block | Johnathan Corgan | |
2009-09-20 | Changed synchronizer to output sliced bits. | Johnathan Corgan | |
2009-09-20 | Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's. | Johnathan Corgan | |
* Change PLL and SYNC blocks to output floats * Correct bit sense * Update RX script to record ascii bits | |||
2009-09-20 | Implemented crude timing recovery using zero crossings but no resampling | Johnathan Corgan | |
2009-09-20 | Work in progress, incomplete | Johnathan Corgan | |
* 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 | |||
2009-09-20 | Update rx_poes script to filter prior to PLL. | Johnathan Corgan | |
2009-09-20 | Created new gr-noaa top-level component. | Johnathan Corgan | |
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 | |||
2009-09-19 | Added CVSD encoder/decoder to GRC, example app | Johnathan Corgan | |
Used blks2.cvsd* wrappers, not bare gnuradio.vocoder.cvsd* Example application sweeps 0-4KHz through encoder/decoder pair configured as Bluetooth standard | |||
2009-09-18 | xor that hash | Josh Blum | |
2009-09-18 | Merge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into master | Johnathan Corgan | |
2009-09-18 | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | |
2009-09-18 | bug fix for handling loading of dynamic params | Josh Blum | |
2009-09-18 | Re/evaluate the notebook blocks label because we dont garuntee the ↵ | Josh Blum | |
evaluation priority. Meaning, we cant garuntee that the notebook block will be evaluated before this param, without explicitly calling evaluate on it when the value is needed. | |||
2009-09-18 | put the flow graph errors button into the toolbar | Josh Blum | |
2009-09-18 | added errors dialog to show all error messages in flow graph | Josh Blum | |
2009-09-17 | bugfix: exclude disabled children from consideration in valid condition | Josh Blum | |
2009-09-17 | Add rxdspno parameter to private interface of quadradio. | Eric Blossom | |
This allows control of each Rx DSP pipeline independent of each other. The public interface remains unchanged, but should have the rxdspno parameter added as indicated in the FIXMEs. When that is done, the gr-vrt interface (and any code using it) will need to be updated too. | |||
2009-09-17 | lower lxml version req to 1.3.6 | Josh Blum | |
2009-09-17 | configure.gnu needs to unset more vars from the environment. | Philip Balister | |
This solves a problem running the usrp2/firmware configure script when the USB_* vars are set in the environment. Long term fix is to have the configure.gnu wrapper make sure the quoting is OK for vars passed on. | |||
2009-09-17 | Allow fusb_sysconfig to build on non-linux libusb-0.12 impls | ttsou | |
2009-09-16 | Comments for usrp_prims | ttsou | |
2009-09-16 | Removed internal functions from external header file | ttsou | |
2009-09-16 | Moved to single generated fusb.h, headers now generated out of lib directory | ttsou | |
2009-09-16 | Added copyright header | ttsou | |
2009-09-16 | Removed preprocessor declrs out of fusb.h and created separate ↵ | ttsou | |
fusb_libusb1_base.h | |||
2009-09-16 | Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration | ttsou | |
2009-09-16 | Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0 | ttsou | |
2009-09-16 | Fixed bug usb_control_transfer bug | ttsou | |
2009-09-16 | Combined additiona usrp_prims code | ttsou | |
2009-09-16 | Fix glitch from previous commit | ttsou | |
2009-09-16 | changes to build on windows / cygwin | U-CERVELO\ttsou | |
2009-09-16 | Re-added non pkgconfig support for libusb | ttsou | |
2009-09-16 | Autoconf support for checking the required version of libusb based on fusb-tech | ttsou | |
2009-09-16 | Use default arguments instead of overloaded virtual constructors for cleaner ↵ | ttsou | |
interface | |||
2009-09-16 | Integrated more usrp_prims code | ttsou | |
2009-09-16 | Fixed swig and usrp apps to work with libusb-0.12 and libusb-1.0 plus minor ↵ | Thomas Tsou | |
cleanup | |||
2009-09-16 | Intermediate fix to simplify usrp_one_time_init api | ttsou | |
2009-09-16 | Added autotools header generation and build time version checking | ttsou | |