summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-24Merge commit 'origin' into new_ethMatt Ettus
Conflicts: .gitignore
2009-09-24Merge branch 'rx_mimo_hb_sync' of http://gnuradio.org/git/mattJohnathan Corgan
* 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt: Synchronize the internal phase of the halfband filters to the
2009-09-24Merged Bdale's 3.2.2-1 packagingJohnathan Corgan
Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git) Merged control, rules, install, copyright, changelog File renames to accomodate package renames 3.3git items updated to follow new pattern Updated copyright notification Some manual fixups needed
2009-09-24Synchronize the internal phase of the halfband filters to theMatt Ettus
start of the "run" signal. This is important for MIMO. Bug reported by Christoph Hein and Hanwen .
2009-09-24Acknowledging the obviousJohnathan Corgan
2009-09-23Fix missing type specifier for maskJohnathan Corgan
2009-09-23Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into masterJohnathan 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-23Merge branch 'grc' of http://gnuradio.org/git/jblum into masterJohnathan Corgan
* 'grc' of http://gnuradio.org/git/jblum: xor that hash bug fix for handling loading of dynamic params
2009-09-23Change write_internal_ram in usrp_prims to print signed error codeThomas Tsou
2009-09-23Added README and updated configuration requirementsJohnathan Corgan
2009-09-23Split HRPT script into live receive and post-processingJohnathan Corgan
Cleanup debug info Created 'demod_hrpt_file.py' Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file
2009-09-20Dumps HRPT frames to text file similar to specification documentJohnathan Corgan
2009-09-20Added skeleton HRPT decoder blockJohnathan Corgan
2009-09-20Updated HRPT receiver to read files recorded as shortsJohnathan Corgan
2009-09-20Merge branch 'serdes_newfifo' into new_ethMatt Ettus
2009-09-20Add HRPT word output to deframerJohnathan Corgan
Put in half bit width matched filter Change default sync_alpha to 0.05
2009-09-20Reorganization of directoriesJohnathan Corgan
Moved apps into own directory Added (empty) python directory
2009-09-20Added HRPT deframer blockJohnathan Corgan
2009-09-20Changed synchronizer to output sliced bits.Johnathan Corgan
2009-09-20Updated 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-20Implemented crude timing recovery using zero crossings but no resamplingJohnathan Corgan
2009-09-20Work in progress, incompleteJohnathan 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-20Update rx_poes script to filter prior to PLL.Johnathan Corgan
2009-09-20Created 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-19Added CVSD encoder/decoder to GRC, example appJohnathan 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-18xor that hashJosh Blum
2009-09-18Merge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into masterJohnathan Corgan
2009-09-18Merge branch 'grc' of http://gnuradio.org/git/jblum into masterJohnathan Corgan
2009-09-18bug fix for handling loading of dynamic paramsJosh Blum
2009-09-18Re/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-18put the flow graph errors button into the toolbarJosh Blum
2009-09-18added errors dialog to show all error messages in flow graphJosh Blum
2009-09-17bugfix: exclude disabled children from consideration in valid conditionJosh Blum
2009-09-17Add 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-17lower lxml version req to 1.3.6Josh Blum
2009-09-17configure.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-17Allow fusb_sysconfig to build on non-linux libusb-0.12 implsttsou
2009-09-16Comments for usrp_primsttsou
2009-09-16Removed internal functions from external header filettsou
2009-09-16Moved to single generated fusb.h, headers now generated out of lib directoryttsou
2009-09-16Added copyright headerttsou
2009-09-16Removed preprocessor declrs out of fusb.h and created separate ↵ttsou
fusb_libusb1_base.h
2009-09-16Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integrationttsou
2009-09-16Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0ttsou
2009-09-16Fixed bug usb_control_transfer bugttsou
2009-09-16Combined additiona usrp_prims codettsou
2009-09-16Fix glitch from previous committtsou
2009-09-16changes to build on windows / cygwinU-CERVELO\ttsou
2009-09-16Re-added non pkgconfig support for libusbttsou
2009-09-16Autoconf support for checking the required version of libusb based on fusb-techttsou