summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Collapse)AuthorAgeFilesLines
* Add methods in shim to allow derived class override in Pythonjcorgan2007-10-221-0/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6669 221aa14e-8319-0410-a670-987f0aec2ac5
* Remove non-converted OFDM code from blks2impl (examples still use blks, not ↵jcorgan2007-10-187-812/+0
| | | | | | blks2.) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6649 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missing include for ::writejcorgan2007-10-161-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6634 221aa14e-8319-0410-a670-987f0aec2ac5
* added missing aligned attributeeb2007-10-021-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6576 221aa14e-8319-0410-a670-987f0aec2ac5
* Trial fix for ticket:189, gr_mpsk_receiver_cc problem.eb2007-10-028-9/+181
| | | | | | | | | | | Added checking for SIMD alignment requirement on gr_complex (must be 8-byte aligned) so that future violations will throw an exception. Modified gr_mpsk_receiver_cc.h so that delay line being passed to gri_mmse_fir_interpolator_cc is 8-byte aligned. Added QA code for gri_mmse_fir_interpolator_cc. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6575 221aa14e-8319-0410-a670-987f0aec2ac5
* renamed test macro for consistencyeb2007-10-025-12/+12
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6574 221aa14e-8319-0410-a670-987f0aec2ac5
* Converted blks2.channel_model to hier_block2 format.jcorgan2007-09-201-10/+13
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6487 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan2007-09-1847-298/+3629
| | | | | | | | | | | | | | | | | | | | | | | * Final gr.top_block and gr.hier_block2 implementation inside gnuradio-core/src/lib/runtime * Implementation of gr.hier_block2 versions of all the old-style blocks in blks. These live in blks2. * Addition of gr.hier_block2 based versions of gr-wxgui blocks * Conversion of all the example code in gnuradio-examples to use this new code * Conversion of all the gr-utils scripts to use the new code The OFDM examples and related hierarchical blocks have not yet been converted. Code in the rest of the tree that is outside the core and example components has also not yet been converted. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5
* Made changes, such that:michaelld2007-09-131-1/+28
| | | | | | | | | | | * trunk now passes "make distcheck" on OSX * verified that 'realtime' scheduling now works on systems with 'pthread_setschedparam' but not 'sched_setscheduler' (e.g. darwin); the latter has priority if both are installed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6427 221aa14e-8319-0410-a670-987f0aec2ac5
* Applied patch from Richard Alimieb2007-09-051-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6316 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6285:6297 from features/deb into trunk. Nearing completion on ↵jcorgan2007-09-043-1/+28
| | | | | | Debian packaging for 3.1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6299 221aa14e-8319-0410-a670-987f0aec2ac5
* Attempt to simplify conditions for ticket:181. Didn't fix problem, buteb2007-08-312-9/+9
| | | | | | | didn't harm anything either. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6236 221aa14e-8319-0410-a670-987f0aec2ac5
* applied patch from jblumeb2007-08-301-0/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6228 221aa14e-8319-0410-a670-987f0aec2ac5
* loosened tolerance so that it passes on Cell/PPCeb2007-08-291-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6210 221aa14e-8319-0410-a670-987f0aec2ac5
* Clean up shared pointer casting.jcorgan2007-08-292-7/+11
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6208 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:172 and ticket:174jcorgan2007-08-294-51/+141
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6207 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:169. Tell assembler that our hand-coded assembly codeeb2007-08-2926-0/+104
| | | | | | | | does not require an executable stack. Merged eb/xstack -r6203:6204 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6205 221aa14e-8319-0410-a670-987f0aec2ac5
* trial fix for ticket:137. Merged -r6196:6200 from eb/signal to trunkeb2007-08-295-34/+111
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6201 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated doxyfile for main documentation, include everything except... semanticsjcorgan2007-08-281-21/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6198 221aa14e-8319-0410-a670-987f0aec2ac5
* Refactored flatten into const-correct functional form. Beautyeb2007-08-285-17/+17
| | | | | | | reigns. Merged -r6191:6192 from eb/fg. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6194 221aa14e-8319-0410-a670-987f0aec2ac5
* Kludged around hang in hier_block2. Merged -r6189:6191 from eb/fgeb2007-08-286-11/+34
| | | | | | | into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6193 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6171:6186 from jcorgan/fg into trunk.jcorgan2007-08-2724-418/+648
| | | | | | | | | | | | Changes hierarchical flow graph API to use gr.top_block instead of gr.runtime. See discuss-gnuradio mailing list for explanation of changes. GRC has not been updated to use the changed API. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6187 221aa14e-8319-0410-a670-987f0aec2ac5
* Doxyfile cleanup.jcorgan2007-08-251-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6175 221aa14e-8319-0410-a670-987f0aec2ac5
* Make usrp documentation its own top-level directory. Fixes ticket:149.jcorgan2007-08-251-3/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6174 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6160:6168 from jcorgan/fg into trunk.jcorgan2007-08-2323-1008/+1331
| | | | | | | | | | | | Refactors gr_simple_flowgraph into gr_flowgraph and gr_flat_flowgraph. Adds cppunit-based QA. Trial fix for ticket:164 included for free. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6169 221aa14e-8319-0410-a670-987f0aec2ac5
* fix for ticket:153, missing throw decl in .i fileeb2007-08-212-11/+17
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6161 221aa14e-8319-0410-a670-987f0aec2ac5
* merged -r5966:6112 on trondeau/ofdm_mod. Allows for generic constellations ↵trondeau2007-08-0415-134/+375
| | | | | | (supports bpsk, qpsk, 8psk, qam16, qam64, and qam256 currently), fixes some bugs in the correlation and altered default parameters for over-the-air operation. This merge fixes ticket:156 and ticket:157. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6113 221aa14e-8319-0410-a670-987f0aec2ac5
* fix .h to match .cceb2007-07-211-4/+10
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6049 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211025-1027/+1027
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5950:5978 from features/pager into trunk. Trunk passes distcheck.jcorgan2007-07-167-5/+312
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5979 221aa14e-8319-0410-a670-987f0aec2ac5
* merged -r5947:5965 on trondeau/regen into trunk. Fixes ticket:154 on ↵trondeau2007-07-154-10/+139
| | | | | | gr_regenerate_bb block. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5966 221aa14e-8319-0410-a670-987f0aec2ac5
* removed bug in pll_carrier_recovery which prevented stereo from working. ↵nldudok12007-06-251-2/+2
| | | | | | Side-effect is that stereo-squelch is disabled for now git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5833 221aa14e-8319-0410-a670-987f0aec2ac5
* bugfix: itemsize was not respected, sizeof(float) was allways usednldudok12007-06-251-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5831 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging OFDM features branch r5661:5759 into trunk. OFDM works over the air ↵trondeau2007-06-1037-243/+1979
| | | | | | with BPSK and QPSK modulations on subcarriers. Passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5761 221aa14e-8319-0410-a670-987f0aec2ac5
* merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with ↵trondeau2007-06-0449-786/+1702
| | | | | | refactored OFDM blocks. A few bug fixes for other blocks have also been slipped in. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5661 221aa14e-8319-0410-a670-987f0aec2ac5
* useful for splitting up packetsmatt2007-06-021-0/+15
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5605 221aa14e-8319-0410-a670-987f0aec2ac5
* added Trond's gr_max_* and gr_argmax_* blockseb2007-05-3013-1/+494
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5575 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5547:5542 from jcorgan/num into trunk. Converts from using Python ↵jcorgan2007-05-2820-48/+32
| | | | | | Numeric to numpy. Trunk passes distcheck. gr-radio-astronomy still needs conversion. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5553 221aa14e-8319-0410-a670-987f0aec2ac5
* Trial fix for ticket:153jcorgan2007-05-281-9/+10
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5552 221aa14e-8319-0410-a670-987f0aec2ac5
* updated cpm.py fileanastas2007-05-251-9/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5538 221aa14e-8319-0410-a670-987f0aec2ac5
* fix calculation of mid-pri for realtime_schedulingeb2007-05-231-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5520 221aa14e-8319-0410-a670-987f0aec2ac5
* Generic Continuous Phase Modulator (CPM) hierarchical blockanastas2007-05-152-0/+252
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5470 221aa14e-8319-0410-a670-987f0aec2ac5
* Added ability to log receive path power to file in digital examples.jcorgan2007-05-125-0/+203
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5461 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5241:5242 from jcorgan/reconf into trunk. Trunk passes distcheck.jcorgan2007-05-059-10/+170
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5243 221aa14e-8319-0410-a670-987f0aec2ac5
* Post merge cleanup.jcorgan2007-05-043-17/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5239 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5230:5237 from jcorgan/disc2. Trunk passes distcheck.jcorgan2007-05-0412-128/+418
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5238 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged features/inband -r4812:5218 into trunk. This group of changeseb2007-05-021-1/+1
| | | | | | | | | | | | | includes: * working stand-alone mblock code * work-in-progress on usrp inband signaling usrp now depends on mblock, and guile is a dependency. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5221 221aa14e-8319-0410-a670-987f0aec2ac5
* cleaned up some warningseb2007-05-021-7/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5220 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix incorrect include file reference.jcorgan2007-04-301-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5193 221aa14e-8319-0410-a670-987f0aec2ac5
* Reverting changeset r5183, not needed.jcorgan2007-04-281-45/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5184 221aa14e-8319-0410-a670-987f0aec2ac5