summaryrefslogtreecommitdiff
path: root/gr-error-correcting-codes/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Moved to limbo pending some better idea.eb2007-01-1346-11397/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4259 221aa14e-8319-0410-a670-987f0aec2ac5
* SWIG compilation speedup! Fixes ticket:9. eb2007-01-132-3/+0
| | | | | | | | | | | | | | | | | | Merged -r4203:4254 from eb/swig-split into trunk. This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's These correspond to the runtime, general, filter and io directories, and also includes a new directory, gengen. gengen contains that part of general that was machine generated. This split is arbitrary, but was useful for getting size of the swig generated glue code for general down to about 2MB. In addition, the swig glue is now compiled with -g1 -O1 instead of -g -O2. With this change all the swig code now compiles in about 60% of the time that it used to take. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4255 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix distcheck errors.jcorgan2006-12-211-2/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4183 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/binstats -r3848:3906 into trunk. These changeseb2006-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | | (1) fix a problem with gr_feval* where when called from a live flowgraph, they resulted in the call back into Python occuring without holding the Global Interpreter Lock causing a SIGSEGV. (2) add gr_bin_statistics_f which combines statistics gathering with a control state machine that allows spectrum sensing or related applications that need to step through the spectrum to be built. (3) usrp_spectrum_sense.py which ties all this together in an application which steps through the spectrum a chunk at a time and gathers statistics. In the current version, the stats are gathered by nothing is done with them. Think of this as the framework for a real application. This code may require tuning of the --tune-delay and --dwell-delay timeouts to ensure that the samples being processed are associated with the given center frequency. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3907 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:80 .michaelld2006-10-144-38/+48
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3787 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:76.jcorgan2006-09-281-0/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3678 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-1346-92/+92
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* revised fix for ticket:54eb2006-08-292-267/+13
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3449 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixed python qa code in gr-ecc. Moved the non-standard qa tests intomichaelld2006-08-271-39/+0
| | | | | | | | gr-ecc/examples for now until the gr-ecc blocks are fully operational. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3447 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:54 .michaelld2006-08-262-50/+245
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3428 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:36 , now (hopefully) does "make check" properly on allmichaelld2006-08-171-2/+2
| | | | | | | | platforms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3342 221aa14e-8319-0410-a670-987f0aec2ac5
* More fixes for ticket:35, which was reopened.jcorgan2006-08-161-10/+10
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3291 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes YA compile issue of a sloppy use of "const" ... should compilemichaelld2006-08-148-43/+81
| | | | | | | | | | now on all systems (with warnings possibly, but no errors). Mods which force template expansion for a specific metric PDF function type <float>, while still allowing for use-defined M-ary precision of the metrics. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3282 221aa14e-8319-0410-a670-987f0aec2ac5
* fixes ticket:25michaelld2006-08-1414-416/+2644
| | | | | | | | | | | | merged from 3244 to 3270 in michaelld/wip Convolutional encoder now works; all features tested. Re-enabled gr-ecc in the top configure.ac file. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3271 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 fromjcorgan2006-08-072-2/+4
| | | | | | | | | | | | /gnuradio/branches/developers/jcorgan/ticket-10. 'make distcheck' now successfully completes on a machine that has never had gnuradio installed before. In addition, several cleanups and refactoring of build system code have been applied. NOTE: gr-audio-portaudio, gr-audio-osx, and gr-audio-windows have not been fully tested and will need verification by the maintainers of these components. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3216 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixed compile problem on x86_64. Reordered functions for consistency.eb2006-08-041-22/+12
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3144 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge CVS changes from FIRST_MIGRATION_2006_07_26 into trunk.jcorgan2006-08-0445-2211/+2304
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3138 221aa14e-8319-0410-a670-987f0aec2ac5
* Houston, we have a trunk.jcorgan2006-08-0351-0/+9134
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5