summaryrefslogtreecommitdiff
path: root/gr-trellis/doc
Commit message (Collapse)AuthorAgeFilesLines
* Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-037-1478/+0
| | | | This makes the subdir naming consistent across modules.
* Updated documentation and grc/python examples in gr-trellis.Achilleas Anastasopoulos2014-10-081-4/+4
| | | | Removed weird pyhton examples and made them grc files.
* blocks: removing lfsr and friends from core; now in gr-blocks.Tom Rondeau2013-03-183-6/+6
|
* cleaning up, converting examples, etc.Tom Rondeau2013-03-171-1/+1
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-175-12/+12
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-213-6/+6
| | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-215-12/+12
| | | | Also fixes up some other missing moves.
* analog: removed noise and sig sources from core.Tom Rondeau2012-11-101-2/+2
| | | | Fixed QA code for components that do not use gr-analog.
* analog: removing gr-analog as a required dependency when not actually necessary.Tom Rondeau2012-11-062-2/+14
| | | | Examples that use gr-analog test for it first.
* analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-064-8/+8
| | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* core: removed gr_chunks_to_symbols_XX after move to gr-digitalJohnathan Corgan2012-06-065-6/+6
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-137-160/+160
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-61/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* trellis: fixed doc examples to use gr-digital (test_viterbi_equalization1.py ↵Tom Rondeau2011-10-252-5/+5
| | | | bombs out on something else, now).
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-11/+11
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+73
|
* Merge branch 'master' into turboTom Rondeau2011-06-051-1/+1
|\
| * Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | | | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* | updated gr-trellis documentationAchilleas Anastasopoulos2011-03-241-2/+12
| |
* | updated documentationAchilleas Anastasopoulos2011-02-201-5/+17
|/
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan2009-02-261-17/+8
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ↵jblum2008-09-071-8/+6
| | | | | | under gnuradio.grc module. Trunk passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:207jcorgan2007-11-274-30/+30
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7042 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Add comment noting use of GNU make extension.gdt2007-01-161-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4278 221aa14e-8319-0410-a670-987f0aec2ac5
* Use paths with $(top_srcdir) so that builds from other than source dirs work.gdt2006-11-251-1/+1
| | | | | | | | (Corrects problem I introduced when removing pattern rules.) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4022 221aa14e-8319-0410-a670-987f0aec2ac5
* Avoid pattern rule to enable building with BSD make.gdt2006-11-251-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4020 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:87.jcorgan2006-10-091-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3749 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed ticket #65anastas2006-09-142-3/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3540 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-131-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated documentation in gr-trellis/docanastas2006-09-113-8/+436
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3524 221aa14e-8319-0410-a670-987f0aec2ac5
* Refactored some common functions for metric calculations. Updated the ↵anastas2006-09-033-18/+105
| | | | | | documentation. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3469 221aa14e-8319-0410-a670-987f0aec2ac5
* updated gr-trellis documentationanastas2006-08-301-8/+79
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3453 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:34. Merged r3420:3425 from jcorgan/ticket-34.jcorgan2006-08-261-16/+29
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3426 221aa14e-8319-0410-a670-987f0aec2ac5
* Several enhancements to gr-trellis and gnuradio-examples/python/channel-coding:anastas2006-08-161-446/+0
| | | | | | | | | | | | | -Added fsm constructor for generating FSM directly from the generator matrix of binary convolutional codes. -Added functionality to fsm class to compute the best way to go from any state to any other state (useful for termination) -Added soft-in-soft-out (SISO) block for turbo processing -Added turbo decoding examples git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3322 221aa14e-8319-0410-a670-987f0aec2ac5
* Added support for concatenated codesanastas2006-08-111-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3234 221aa14e-8319-0410-a670-987f0aec2ac5
* Improved documentation files\nanastas2006-08-095-311/+326
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3230 221aa14e-8319-0410-a670-987f0aec2ac5
* Minor Changesanastas2006-08-091-17/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3228 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged anastas/wip changes r3156:3218 into trunk.eb2006-08-074-0/+1270
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3219 221aa14e-8319-0410-a670-987f0aec2ac5