summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
AgeCommit message (Expand)Author
2010-12-28Updating the arb. resampler to use the optfir filter that provides better spe...Tom Rondeau
2010-12-23Merge branch 'master' into nextTom Rondeau
2010-12-23Modifying the unittest output. XML files are no longer written outside of the...Tom Rondeau
2010-12-21Merge branch 'next' into guile.Eric Blossom
2010-12-11Create method to set rate on pfb_arb_resamp after it has been created.Matt Ettus
2010-12-10Fixing generic demodulation.Ben Reynwar
2010-12-10fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIGMartin Braun
2010-12-10updated doxygen blocks, changed param order for gmskMartin Braun
2010-12-09Fixing Makefile.am in blks2impl for recent changes.Ben Reynwar
2010-12-09Merge branch 'grorg-master'Ben Reynwar
2010-12-09Added support for modulation/demodulation of a generic constellation.Ben Reynwar
2010-12-09All CPM stuff included (C++/GRC/Python), tests passMartin Braun
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-12-06Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just...Tom Rondeau
2010-12-03Added a new example python script (a stripped down version of benchmark_loopb...Ben Reynwar
2010-11-24Add conditionals around gnuradio-core/src/{guile,python}Eric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-24Consistently use TESTS += in conditionalsEric Blossom
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-29Adding doxyxml python package. Acts as interface to doxygen-generated xml.Ben Reynwar
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