summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
AgeCommit message (Expand)Author
2010-11-10Cleanup gr:connect and gr:disconnect for Guile.Eric Blossom
2010-11-10Rename basic_block coersion method to to_basic_block. Add to_hier_block2 and...Eric Blossom
2010-11-10Remove dead codeEric Blossom
2010-11-10rename s/gnuradio_swig_python/gnuradio_core/gEric Blossom
2010-10-06Checks to make sure XML path is writable before making the XML runner. Ignore...Tom Rondeau
2010-10-03Updating all python QA programs in gnuradio-core to output XML files.Tom Rondeau
2010-10-03Adding gr_xmlrunner.py to Makefile.Tom Rondeau
2010-10-03Adding XML output to Python unittests.Tom Rondeau
2010-05-25Fix erroneous file modesJohnathan Corgan
2010-05-23Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan
2010-05-21gnuradio-core: update copyrightsJohnathan Corgan
2010-05-10Add gru.hexshort to deal with short hex constantsEric Blossom
2010-05-04Rework UDP source and sink, with incompatible API changesDon Ward
2010-04-07Opening up channelizer to have different sampling rates out. This first pass ...Tom Rondeau
2010-03-21Add new block gr.additive_scrambler_bb()Johnathan Corgan
2010-03-14Fixing copyright dates.Tom Rondeau
2010-03-14Making old and new digital modulations completely seperable by adding modulat...Tom Rondeau
2010-03-13Merge branch 'digital' of vps.gnuradio.org:trondeau into digitalTom Rondeau
2010-03-13Merge branch 'digital' of git@gnuradio.org:trondeau into digitalTom Rondeau
2010-03-13Adding version 2 of receive path so as not to affect old dbpsk and dqpsk oper...Tom Rondeau
2010-03-06Using better defaults for new FLL implementation.Tom Rondeau
2010-02-27Fixing logging in new DBPSK and DQPSK.Tom Rondeau
2010-02-26Fixing a few bugs in handling of real samples per symbol.Tom Rondeau
2010-02-09Removing resampler from usrp transmit path as its taken care of in the modula...Tom Rondeau
2010-02-08Setting up code to handle setting of samples per symbol properly. Still buggy...Tom Rondeau
2010-02-01Fixing DQPSK block to work with any real value samples per symbol and getting...Tom
2010-01-31Using PFB resampler to do the RRC filtering on the modulator. This along with...Tom
2010-01-17Adding FLL correction to DQPSK2 block.Tom
2010-01-02Printing FLL gain value in verbose mode.Tom
2009-12-20Adding FLL to DBPSK demodulator block. Need OTA testing.Tom
2009-11-25added sync output port to dxpsk2 demodJosh Blum
2009-10-29fixed issue where usrp siggen continued to transmit after program exitJosh Blum
2009-10-29modified flowgraph cleanupJosh Blum
2009-10-29Merge branch 'flattopwindow' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-10-28Added window option to wxgui fft and waterfall sink.Josh Blum
2009-10-28Merge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattopJosh Blum
2009-10-28redid cos windows, added flattop and nuttall_cfdMatt Ettus
2009-10-21Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-10-12Merge branch 'sync' of git@gnuradio.org:trondeau into masterJohnathan Corgan
2009-10-12simplfied the code while i was looking at itJosh Blum
2009-10-12Reverting dqpsk to be mpsk_receiver based and not change its behavior.Tom Rondeau
2009-10-12Fixing initialization of timing gains. Alpha should be < 1, and beta should b...Tom Rondeau
2009-10-12Adding dqpsk2 block to makefile for installation.Tom Rondeau
2009-10-12Adding DQPSK version that uses the PFB timing sync block (dqpsk2).Tom Rondeau
2009-10-12Minor fixes for logging.Tom Rondeau
2009-10-12Working DBPSK implementation with new PFB clock recovery block. The feedforwa...Tom Rondeau
2009-10-09Making old dbpsk work again to compare against new version.Tom
2009-10-09Adding new DBPSK block with new PFB clock recovery alg.Tom
2009-10-08Added gr.copy(itemsize) blockJohnathan Corgan
2009-10-06Merge branch 'master' into syncTom