summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-08Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau
2011-05-08Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau
Conflicts: gr-digital/lib/digital_costas_loop_cc.cc gr-digital/python/qa_costas_loop_cc.py
2011-04-09gr-digital: bumping up the signal amplitude into the costas loop for the ↵Tom Rondeau
8PSK slicer.
2011-04-09gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau
2011-04-09gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵Tom Rondeau
and working in GRC.
2011-04-08gr-digital: formatting constellation block for our style; adding 8PSK ↵Tom Rondeau
constellation.
2011-04-08gr-digital: updating build for consetellation object move.Tom Rondeau
2011-04-08gr-digital: moved consetellation object into gr-digital space.Tom Rondeau
2011-04-08gr-digital: Updated Costas loop QA to work with all tests wth new API.Tom Rondeau
2011-04-08Merge branch 'constell_obj' into 8pskTom Rondeau
2011-04-08Merge branch 'master' into constell_objTom Rondeau
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gr-audio-oss/src/Makefile.swig.gen gr-audio/swig/Makefile.swig.gen
2011-04-08gr-digital: introducing a new blind equalizer based on minimizing the ↵Tom Rondeau
kurtosis. Does not work yet.
2011-04-07Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-04-07core: missed a line in the Makefile for int_to_float.Tom Rondeau
2011-04-07core: adding QA code for int_to_float block.Tom Rondeau
2011-04-07grc: added python checks for weird python interpretersJosh Blum
2011-04-07grc: fix for generating top block when in run to completion modeJosh Blum
2011-04-07core: adding a type converter - int -> float.Tom Rondeau
2011-04-07gr-digital: exposing accessors of CMA equalizer through swig and into GRC. ↵Tom Rondeau
Also added protection from exploding error calcs by clipping.
2011-04-07gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵Tom Rondeau
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.
2011-04-07gr-digital: Adding a ccc version of the adaptive filter (to use complex taps).Tom Rondeau
2011-04-07gr-digital: getting rid of warnings from costas loop block.Tom Rondeau
2011-04-06volk: adding missing boost library flags for alternative installs of boost libs.Tom Rondeau
2011-04-06Merge branch 'master' into 8pskTom Rondeau
2011-04-04pfb: fixed documentation for PFB-based clock sync.Tom Rondeau
2011-04-01build: updating Makefiles for newer linker requirements.Tom Rondeau
2011-03-30build: add missing linker defines for Win32Don Ward
2011-03-30build: update config.guess and config.sub from canonical sourceJohnathan Corgan
In volk, these are now actual files instead of symlinks
2011-03-30usrp: cleanup misc usageDon Ward
2011-03-30volk: fix missing Boost flagsDon Ward
2011-03-30gr-digital: updatign QA code to new interface of Costas Loop.Tom Rondeau
2011-03-30gr-digital: cleaning up and commenting.Tom Rondeau
2011-03-29Merge remote branch 'jblum/wip/gr_block_pure_virtual'Johnathan Corgan
* jblum/wip/gr_block_pure_virtual: uhd: cleanup uhd usrp source/sink with virtual inheritance audio: cleanup audio source/sink with virtual inheritance runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
2011-03-29Merge remote branch 'jblum/wip/throttle'Johnathan Corgan
* jblum/wip/throttle: throttle: cleanup conditional code and reimplement with boost posix time runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
2011-03-29gr-digital: restructured Costas loop to be specified in terms of the damping ↵Tom Rondeau
factor and natural frequency instead of randomly setting the gains. Much more robust in simulation.
2011-03-28gr-digital: adding GRC components for Costas loop.Tom Rondeau
2011-03-28gr-digital: adding QA code for Costas loop block.Tom Rondeau
2011-03-28gr-digital: renaming block to avoid name collision with stuff in gnuradio-core.Tom Rondeau
2011-03-28digital: fixing up build structure. Compiles now.Tom Rondeau
2011-03-28digital: configuration files for building gr_digitalTom Rondeau
2011-03-28pager: fixed naming in PC file.Tom Rondeau
2011-03-28gr-digital: adding a new top-level block for digital comms work.Tom Rondeau
2011-03-28audio: added missing header to Makefile.Tom Rondeau
2011-03-28uhd: cleanup uhd usrp source/sink with virtual inheritanceJosh Blum
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed.
2011-03-28audio: cleanup audio source/sink with virtual inheritanceJosh Blum
The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed.
2011-03-28runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum
2011-03-28throttle: cleanup conditional code and reimplement with boost posix timeJosh Blum
This greatly cleans up gr_throttle and moves the implementation into the .cc file. The implementation uses boost's posix time library so it will work on all systems. Also added set_sample_rate() method and support for callback in grc.
2011-03-28runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum
2011-03-28Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-28audio: fixing class typo for OSX audio driver.Tom Rondeau