summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed error in m4 config file.Ben Reynwar2011-06-131-2/+0
* Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar2011-06-13146-1477/+5686
|\
| * Merge branch 'master' into 8pskTom Rondeau2011-06-1394-1338/+3944
| |\
| | * Update revision to 3.4.1gitv3.4.1gitJohnathan Corgan2011-06-112-4/+4
| | * Update revision to 3.4.0v3.4.0Johnathan Corgan2011-06-112-2/+2
| | * Update config.sub and config.guess with latest canonical versionsJohnathan Corgan2011-06-116-313/+278
| | * Allow disabling shm vmcircbuf tests at configure timeDon Ward2011-06-114-0/+41
| | * Merge remote branch 'burx/burx_updates_for_rel_3pt4'Johnathan Corgan2011-06-111-4/+34
| | |\
| | | * Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.JohnOrlando2011-04-141-4/+34
| | * | grc: removed var sink taps example, its no longer supported, weird, and not u...Josh Blum2011-06-092-490/+1
| | * | grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
| | * | gr-uhd: enable 8 channels in grc uhd blocksJosh Blum2011-06-091-1/+1
| | * | added high_res_timer_epoch to give ticks at the epochJosh Blum2011-06-071-1/+1
| | * | qtgui: make a common function for the time label creation in waterfallJosh Blum2011-06-071-19/+16
| | * | qtgui: removed all traces of highResTimeFunctions.hJosh Blum2011-06-0719-57/+54
| | * | qtgui: removed most of the functions in highResTimeFunctions.hJosh Blum2011-06-077-50/+24
| | * | qtgui: partially switch to gruel high res timerJosh Blum2011-06-079-289/+31
| | * | gruel: adding high resolution timer to gruelJosh Blum2011-06-072-0/+125
| | * | qtgui: replace timespec with typedef so its easier to replaceJosh Blum2011-06-0716-135/+159
| | * | Merge branch 'mergeme/fix/trellis/metrics_typo'Tom Rondeau2011-06-071-1/+1
| | |\ \
| | | * | trellis: fix typo, had include config.h logic reversedJosh Blum2011-05-251-1/+1
| | * | | Merge branch 'master' into turboTom Rondeau2011-06-051014-13825/+52494
| | |\ \ \
| | * | | | trellis: fixed Makefile by removing non-existant file names.Tom Rondeau2011-06-051-2/+0
| | * | | | Updated some of the examples in gr-trellis to use the options parserAchilleas Anastasopoulos2011-06-026-177/+78
| | * | | | updated gr-trellis documentationAchilleas Anastasopoulos2011-03-241-2/+12
| | * | | | Added Makefile.gen back to repoAchilleas Anastasopoulos2011-02-222-1/+156
| | * | | | added pccc decoder + examplesAchilleas Anastasopoulos2011-02-219-56/+624
| | * | | | added pccc (parallel concatenated convlutional code) encoderAchilleas Anastasopoulos2011-02-209-0/+249
| | * | | | updated documentationAchilleas Anastasopoulos2011-02-202-6/+18
| | * | | | added sccc_decoder block (without the metrics part)Achilleas Anastasopoulos2011-02-209-0/+543
| | * | | | added a scaling parameter in trellis_sccc_decoder, neededAchilleas Anastasopoulos2011-02-206-11/+41
| | * | | | added sccc turbo decoder block + example test_sccc_turbo1.pyAchilleas Anastasopoulos2011-02-196-23/+265
| | * | | | templated siso_combinedAchilleas Anastasopoulos2011-02-185-433/+153
| | * | | | removed "audio" dependencies from test files in gr-trellisAchilleas Anastasopoulos2011-02-1812-12/+0
| | * | | | core algorithms such as viterbi/siso were refactoredAchilleas Anastasopoulos2011-02-1822-19/+1524
| | * | | | inital commit of turbo stuff:Achilleas Anastasopoulos2011-02-177-1/+246
| * | | | | digital: converting LMS algorithm to use the gr_adaptive_filter structure and...Tom Rondeau2011-06-064-50/+77
| * | | | | digital: formatting CMA code; adding get_ functions and renaming things for c...Tom Rondeau2011-06-064-12/+26
| * | | | | digital: fixing comments on LMS DD equalizerTom Rondeau2011-06-032-2/+2
| * | | | | digital: adding GRC block for LMS DD equalizer.Tom Rondeau2011-06-033-0/+38
| * | | | | digital: fixing 8psk constellation object to properly slice.Tom Rondeau2011-06-031-13/+13
| * | | | | digital: adding an LMS decision-directed equalizer block.Tom Rondeau2011-06-036-0/+230
| * | | | | digital: adding some comments to the swig fileTom Rondeau2011-06-031-0/+25
| * | | | | Merge branch 'master' into 8pskTom Rondeau2011-06-0319-20/+798
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'tr_master'Tom Rondeau2011-06-0213-2/+740
| | |\ \ \ \
| | | * | | | core: fixed documentation for dc blocker.Tom Rondeau2011-06-022-4/+6
| | | * | | | QA: adding QA code for DC blocker block. Tests impulse response for complex a...Tom Rondeau2011-06-022-0/+109
| | | * | | | grc: fixing DC blocker block to handle i/o type.Tom Rondeau2011-06-021-14/+16
| | | * | | | grc: adding DC blocker GRC block.Tom Rondeau2011-05-253-0/+51
| | | * | | | filter: adding floating point version of DC blocker alg.Tom Rondeau2011-05-255-2/+289