summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-09Working fractional sample rates in clock recovery algorithm.Tom
2009-10-09registered key to hide/show control panel in wxgui windowsJosh Blum
2009-10-09Chaning update for fractional sample rate into filter index.Tom
2009-10-09Added window size param to all wxgui wrappers.Josh Blum
Modified type parser to allow blank values in vector types as empty vectors.
2009-10-09usrp: Enable debug outputThomas Tsou
This only works if libusb-1.0 is compiled with debug logging.
2009-10-09usrp: Reorg of libusb error reportingThomas Tsou
Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls.
2009-10-09add canonical options for copy enable paramJosh Blum
2009-10-09wipTom
2009-10-09usrp: Added error checking on hash transfersThomas Tsou
2009-10-08Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblumJohnathan Corgan
* 'wip/wxgui' of http://gnuradio.org/git/jblum: using gr copy in the wxgui connect, added gr copy to grc xml Added gr.copy(itemsize) block point label transpareny, horizontal offset, and toggle on/off capability simplify some params moved the wxgui connect helper functions into the wrapper class making use of update ui event setup special wxgui connect on sinks, needs testing working special connect for fftsink work on a special connect function that registers a callback added bind to visible event function to callback when visibility changes within tabs
2009-10-08using gr copy in the wxgui connect, added gr copy to grc xmlJosh Blum
2009-10-08Working on allowing fractional samples per symbol.Tom
2009-10-08Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxguiJosh Blum
2009-10-08Added gr.copy(itemsize) blockJohnathan Corgan
set_enabled(bool) will either copy from input to output (True) or drop the input on the floor (False).
2009-10-08point label transpareny, horizontal offset, and toggle on/off capabilityJosh Blum
2009-10-08augmented search for libusbMichael
2009-10-07Adding channel model to simulation to test frequency offset.Tom
2009-10-07tweaks to the searchJosh Blum
2009-10-07a working block tree searchJosh Blum
2009-10-07added noaa to extract doc matcherJosh Blum
2009-10-07simplify some paramsJosh Blum
2009-10-07Adding imaginary stream to PAM demo to test IQ sync. Also properly setting ↵Tom
beta at runtime from GRC block.
2009-10-07Working sync for QPSKTom
2009-10-07moved the wxgui connect helper functions into the wrapper classJosh Blum
2009-10-07More stable version of clock sync.Tom
2009-10-07making use of update ui eventJosh Blum
2009-10-07Clipping the rate of the clock recovery helps track large changes.Tom
2009-10-07setup special wxgui connect on sinks, needs testingJosh Blum
2009-10-07Applied patch from Don Ward for Cygwin platformJohnathan Corgan
Add *.exe to .gitignore Restore ac_compiler in gr_fortran.m4 even when no Fortran was found Add $(NO_UNDEFINED) to LDFLAGS in atsc Makefile.am, so shared libraries will be built Change the order of searching pmt/libpmt-qa.la and libgruel.la in gruel Makefile.am so references to libgruel from limpmt-qa will be resolved
2009-10-07working special connect for fftsinkJosh Blum
2009-10-06Adding better scope sink defaults.Tom
2009-10-06work on a special connect function that registers a callbackJosh Blum
2009-10-06added bind to visible event function to callback when visibility changes ↵Josh Blum
within tabs
2009-10-06Fixing previous checkinTom
2009-10-06Adding accessor functions for both alpha and beta.Tom
2009-10-06Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file
2009-10-06Merge branch 'wip/wbxng' of git@gnuradio.org:jcorganJohnathan Corgan
* 'wip/wbxng' of git@gnuradio.org:jcorgan: Clean up for work-in-progress Integrated gain control for TX and RX of wbxng Enabled RX Baseband First Functional TX modulator Locking, controllable synthesizer on TX and RX Able to tune RX VCO, observe R and N divider output on MUXOUT twiddling gpio successfully Clean build Initial compile of wbxng, properly sets db IDs
2009-10-06Fixing io signature for debug outputs.Tom
2009-10-06Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into syncMatt Ettus
2009-10-06progressMatt Ettus
2009-10-06removed unused git ignoresJosh Blum
2009-10-06moved grc examples to gnuradio-examples/grcJosh Blum
2009-10-06Merge branch 'sync' of http://gnuradio.org/git/trondeau into syncMatt Ettus
2009-10-06Adding ports to GRC file for new debug outputsTom
2009-10-06added more portsMatt Ettus
2009-10-06Merge branch 'sync' of http://gnuradio.org/git/matt into syncTom
2009-10-06Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into syncTom
2009-10-06Clean up for work-in-progressJohnathan Corgan
Copyright updates Trailing whitespace cleanup Move private headers out of install Use standard include guards Code cleanup
2009-10-06Adding more outputs for debugging.Tom
2009-10-06with frac delayMatt Ettus