summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Collapse)AuthorAgeFilesLines
* Merged r4750:4755 from jcorgan/frac into trunk. Adds ↵jcorgan2007-03-1410-36/+319
| | | | | | gr_fractional_interpolator_ff and _cc. Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4756 221aa14e-8319-0410-a670-987f0aec2ac5
* New fix for gr_framer_sink_1 hang on zero length payload.eb2007-03-122-11/+21
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4739 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixed state machine hangup with invalid payload_len field.jcorgan2007-03-111-0/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4737 221aa14e-8319-0410-a670-987f0aec2ac5
* merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital ↵trondeau2007-03-0731-223/+4186
| | | | | | receiver and fixes ticket:72 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4731 221aa14e-8319-0410-a670-987f0aec2ac5
* Applied patch from Josh Blum that adds SQUARE, TRIANGLE and SAWTOOTHeb2007-03-023-1/+166
| | | | | | | waveforms to gr_sig_source* git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4679 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues ↵jcorgan2007-02-263-14/+8
| | | | | | with libtool and already installed libraries. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4646 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix miscalculated length when degree is 32.jcorgan2007-02-231-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4616 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4605:4612 from jcorgan/glfsr branch into trunk. Implements Galois ↵jcorgan2007-02-239-1/+385
| | | | | | LFSR source block of degree 1 through 32. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4613 221aa14e-8319-0410-a670-987f0aec2ac5
* removed function in access code correlator that should fix the problem ↵trondeau2007-02-222-7/+4
| | | | | | observed in tunnel.py (originally fixed using the whitener offset) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4585 221aa14e-8319-0410-a670-987f0aec2ac5
* confusing comments in Makefile.gen removedn4hy2007-02-221-3/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4577 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/iosig r4533:4539 into trunk. This adds support foreb2007-02-207-51/+190
| | | | | | | io_signatures with heterogeneous stream element sizes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4541 221aa14e-8319-0410-a670-987f0aec2ac5
* quick fix for std::min error on 64-bit systemstrondeau2007-02-161-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4489 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4456:4483 from jcorgan/ticket-138 into trunk. Fixes ticket:138.jcorgan2007-02-151-0/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4484 221aa14e-8319-0410-a670-987f0aec2ac5
* merging r4318:4437 to fix ticket:131 from branche trondeau/udp udp ↵trondeau2007-02-096-143/+274
| | | | | | source/sink pairs working git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4438 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4354:4390 from developer branch jcorgan/digital into trunk.jcorgan2007-02-064-28/+48
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4391 221aa14e-8319-0410-a670-987f0aec2ac5
* If doxygen enabled, gen docs for all C++ codeeb2007-02-011-7/+42
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4351 221aa14e-8319-0410-a670-987f0aec2ac5
* free schmid_guard on error paths where it has been allocated and notgdt2007-01-311-0/+2
| | | | | | | | freed. Fixes shm leak on NetBSD which hits the error case for unknown reasons. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4346 221aa14e-8319-0410-a670-987f0aec2ac5
* omnithread refactoring fix in gnuradio-core.pc.ineb2007-01-311-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4345 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:134. Unlikely offender was inclusion ofeb2007-01-301-3/+3
| | | | | | | | gr_udp_sink/source code io.i. omnithread.h was also including <config.h> which is a no-no. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4333 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/omni -r4315:4327 into trunk.eb2007-01-3017-6003/+4
| | | | | | | | | Extracted omnithread from gnuradio-core and made it a top-level component. This allows mblock to use it without a dependency on gnuradio-core. Completes ticket:132 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4328 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:133, merged from eb/bsd 4322:4324.eb2007-01-303-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4326 221aa14e-8319-0410-a670-987f0aec2ac5
* cleaned up error checkingeb2007-01-271-5/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4298 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed error handling and warningeb2007-01-271-6/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4297 221aa14e-8319-0410-a670-987f0aec2ac5
* removed changes to nbfm_tx.py (not sure where/when that happened), did not ↵trondeau2007-01-261-9/+6
| | | | | | mean to commit it git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4295 221aa14e-8319-0410-a670-987f0aec2ac5
* updated copyright info, and snuck a little something else in (you didn't see ↵trondeau2007-01-268-14/+19
| | | | | | anything...) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4294 221aa14e-8319-0410-a670-987f0aec2ac5
* merged changeset r4281:4292 on trondeau/ethernet into trunktrondeau2007-01-268-2/+612
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4293 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed problem with gr_noise_source_* caused by splitting gnuradio_swig_pythoneb2007-01-165-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4280 221aa14e-8319-0410-a670-987f0aec2ac5
* added minimal qa code for gr_noise_sourceeb2007-01-162-0/+40
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4279 221aa14e-8319-0410-a670-987f0aec2ac5
* SWIG compilation speedup! Fixes ticket:9. eb2007-01-1384-131/+925
| | | | | | | | | | | | | | | | | | 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
* loosen tolerance so that opteron passes (64-bit vs 80-bit FP arith)eb2006-12-221-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4184 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r4153:4167 on n4hy/iir into trunk.n4hy2006-12-214-41/+70
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4182 221aa14e-8319-0410-a670-987f0aec2ac5
* ''Real'' fix for ticket:104. I should have just applied it all theeb2006-12-191-6/+10
| | | | | | | first time around ;) Thanks Don for the patch. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4151 221aa14e-8319-0410-a670-987f0aec2ac5
* backed out partial fix for ticket:104eb2006-12-191-7/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4150 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:104, huge initial value plotted.eb2006-12-191-4/+7
| | | | | | | | Problem was due to uninitialized internal buffer, combined with incorrect initial state. Thanks for the patch, Don. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4149 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup on hierarchical flowgraph code.jcorgan2006-12-183-6/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4133 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.jcorgan2006-12-185-64/+59
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4126 221aa14e-8319-0410-a670-987f0aec2ac5
* changed complex_to_arg to use fast atan and updated QAtrondeau2006-12-172-4/+20
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4109 221aa14e-8319-0410-a670-987f0aec2ac5
* Added fast atan with complex inputtrondeau2006-12-172-0/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4108 221aa14e-8319-0410-a670-987f0aec2ac5
* change order to avoid silly warningsmatt2006-12-161-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4104 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged jcorgan/sfg changeset r4048 into trunk.jcorgan2006-12-162-3/+125
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4098 221aa14e-8319-0410-a670-987f0aec2ac5
* more expressive Doxygen tag for using Costas looptrondeau2006-12-151-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4093 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge jcorgan/sfg changeset 4089 into trunk.jcorgan2006-12-143-9/+56
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4090 221aa14e-8319-0410-a670-987f0aec2ac5
* updated name of examples directory to /digitaltrondeau2006-12-143-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4088 221aa14e-8319-0410-a670-987f0aec2ac5
* adding QA for pll_freqdet blocktrondeau2006-12-142-0/+162
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4087 221aa14e-8319-0410-a670-987f0aec2ac5
* adding QA for pll_refout blocktrondeau2006-12-142-0/+159
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4086 221aa14e-8319-0410-a670-987f0aec2ac5
* adding QA for pll_carriertracking blocktrondeau2006-12-142-0/+159
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4085 221aa14e-8319-0410-a670-987f0aec2ac5
* These routines have been modified to use fast atan2n4hy2006-12-142-2/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4084 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter ↵jcorgan2006-12-144-12/+17
| | | | | | typing issue) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4083 221aa14e-8319-0410-a670-987f0aec2ac5
* Two loop gr_costas_loop removing one if statement per samplen4hy2006-12-141-26/+51
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4080 221aa14e-8319-0410-a670-987f0aec2ac5
* Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2n4hy2006-12-141-1/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4079 221aa14e-8319-0410-a670-987f0aec2ac5