summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Collapse)AuthorAgeFilesLines
* Reduced tmp usage during gnuradio-core 'make check'jcorgan2006-10-061-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3721 221aa14e-8319-0410-a670-987f0aec2ac5
* Partial fix for ticket:81jcorgan2006-10-041-0/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3709 221aa14e-8319-0410-a670-987f0aec2ac5
* Reversed changeset r2201, removing gr_feval_ff implementation.jcorgan2006-10-032-35/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3699 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed problem with loggin dbpsktrondeau2006-09-301-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3692 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changes from eb/digital-wip into trunk.eb2006-09-2741-396/+2465
| | | | | | | | | | | | | | | | This includes: * renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital * refactoring the digital data tx and rx test code into benchmark_tx and benchmark_rx. These accept a -m <modulation> argument. <modulation> can currently be selected from gmsk, dbpsk, dqpsk * Two new AGC blocks: gr_agc2: separate attack and delay rates; gr_feedforward_agc: FIR-ish compressor. Normalizes to peak envelope. * Working DBPSK mod/demod (works fine) * Working DQPSK mod/demod (works, but still needs more work) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3662 221aa14e-8319-0410-a670-987f0aec2ac5
* Really fix ticket:68.jcorgan2006-09-191-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3573 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-13857-1715/+1715
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* trial fix for ticket:63eb2006-09-121-48/+63
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3526 221aa14e-8319-0410-a670-987f0aec2ac5
* make this block do what it says its doing. Patch from Henryk Plötz, henryk ↵matt2006-09-111-1/+1
| | | | | | _at_ ploetzli.ch git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3523 221aa14e-8319-0410-a670-987f0aec2ac5
* added gr.complex_to_mag_squared blockeb2006-09-104-2/+75
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3513 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan2006-08-271-31/+12
| | | | | | | | | | run_tests.in for Python QA has been extracted into run_tests.sh in the top-level and the individual run_tests just invoke that with the right path parameters. Also fixed Cygwin 'make check' bug by adding fix by Don Ward. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5
* Hopeful fix for ticket:41 . On Mac-Intel only, forces x86 assemblymichaelld2006-08-271-1/+10
| | | | | | | | | for Darwin and XCode to ignore the debugging pseudo-ops, as it already does in XCode 2.2 and 2.3 but creates an error in XCode 2.4. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3432 221aa14e-8319-0410-a670-987f0aec2ac5
* Trial fix for ticket:45eb2006-08-245-11/+17
| | | | | | | | | | | Changed interpretation of second argument to gr_buffer_add_reader from "history" to "nzero_preload". If the argument is 0, no zeros are preloaded into the buffer. This is a less surprising interpretation than the old behavior, which when passed a zero, inserted buffersize-1 zeros ;) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3403 221aa14e-8319-0410-a670-987f0aec2ac5
* removed obsolete comment and FIXMEeb2006-08-161-4/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3325 221aa14e-8319-0410-a670-987f0aec2ac5
* Several enhancements to gr-trellis and gnuradio-examples/python/channel-coding:anastas2006-08-161-1/+1
| | | | | | | | | | | | | -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
* Fixes for ticket:35, allowing use of BSD make instead of GNU make.jcorgan2006-08-151-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3286 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:8.jcorgan2006-08-132-8/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3267 221aa14e-8319-0410-a670-987f0aec2ac5
* Trial fix for ticket 13.jcorgan2006-08-081-1/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3222 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge CVS changes from FIRST_MIGRATION_2006_07_26 into trunk.jcorgan2006-08-043-8/+22
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3138 221aa14e-8319-0410-a670-987f0aec2ac5
* Adjusted makefiles to accommodate r3133.jcorgan2006-08-041-3/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3134 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleaned up top-level README, and fixed or deleted lower level ones aseb2006-08-045-509/+0
| | | | | | | appropriate. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3133 221aa14e-8319-0410-a670-987f0aec2ac5
* Restored pkgconfig install entries for usrp and gnuradio-core.jcorgan2006-08-041-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3132 221aa14e-8319-0410-a670-987f0aec2ac5
* Misc. gnuradio-core build system minor cleanup.jcorgan2006-08-033-6/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3124 221aa14e-8319-0410-a670-987f0aec2ac5
* Houston, we have a trunk.jcorgan2006-08-03942-0/+91571
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5