summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Collapse)Author
2008-01-30Updating and cleaning up plotting code. When plotting char/int/short/float ↵trondeau
you can now specify multiple input files on the command line and each are plotted in a different color. Useful when comparing two outputs. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7528 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-29Switched OFDM sync block to use peak detector from Kyle Jamieson. This ↵trondeau
solves one problem of locking up with low SNR but does not solve the big over-the-air problems. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7523 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-26better filter bandwidthsmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7519 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-24Doc fixes from Firas.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7504 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-19Fixes ticket:229. Fixed code in synthesis filterbank, restored test ↵jcorgan
programs from limbo and upgraded to use blks2. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7476 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-19applied patch for ticket:227eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7475 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-18Trial workaround for ticket:181jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7461 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-16Merged -r7436:7453 eb/freebsd into trunk. This is a part of a set ofeb
patches from Diane Bruce for FreeBSD. Still need to resolve the issue of where/how to include config.h in all swig code and how to select wx version on systems with more than one version installed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7454 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-16Merged eb/firas-doc -r7443:7444 into trunk. These changes alloweb
doxygen to generate a unified output that includes both C++ and Python docs. There's still work to do to get this cleaned up, but it's a great start! git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7445 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-10woops. Actually assigning return value.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7391 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-09merging receiver branch -r6837:7375 into trunk. Improves speed of MPSK ↵trondeau
receiver; adds branching and branchless versions of clipping and slicing routines to gr_math. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7389 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-02Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to ↵trondeau
hier_block2 in blks2impl and removed from blksimpl. The new code implements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off single preamble symbol. Also adds/updates Python plotting tools and a branchless clip algorithm in gr_math.h. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7324 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-12Reverted changeset r7089 on trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7116 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-09bugfix for indexnumbers in IIR filternldudok1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7089 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-03Moved exception handling includes out of the sw_*.i files and into gnuradio.ieb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7061 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-29fixes ticket:211eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7053 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-27Added FIXME tags.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7038 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-27Merged r7001:7035 from jcorgan/t202 into trunk. Implements ticket:202, ↵jcorgan
converting qa code in core to new top block code. Three issues exist and have been separately logged: qa_bin_statistics.py - ticket:199 qa_rational_resampler.py - ticket:210 qa_stream_mux.py - ticket:211 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7036 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-10Reverted changesets r6841 and r6840 on the trunk. Passes make check.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6851 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-08oops, meant to do that in our branchn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6841 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-08attempting to use branchless clipping to prevent pipeline dumping, fabs ↵n4hy
needs to be intrinsic for speed git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6840 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-02Merged r6780:6781 from jcorgan/t196. Fixes ticket:196.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6782 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-22Add methods in shim to allow derived class override in Pythonjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6669 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-18Remove non-converted OFDM code from blks2impl (examples still use blks, not ↵jcorgan
blks2.) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6649 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-16Add missing include for ::writejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6634 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-02added missing aligned attributeeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6576 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-02Trial fix for ticket:189, gr_mpsk_receiver_cc problem.eb
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
2007-10-02renamed test macro for consistencyeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6574 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-20Converted blks2.channel_model to hier_block2 format.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6487 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-18Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan
* 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
2007-09-13Made changes, such that:michaelld
* 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
2007-09-05Applied patch from Richard Alimieb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6316 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-04Merged r6285:6297 from features/deb into trunk. Nearing completion on ↵jcorgan
Debian packaging for 3.1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6299 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-31Attempt to simplify conditions for ticket:181. Didn't fix problem, buteb
didn't harm anything either. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6236 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-30applied patch from jblumeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6228 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-29loosened tolerance so that it passes on Cell/PPCeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6210 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-29Clean up shared pointer casting.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6208 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-29Fixes ticket:172 and ticket:174jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6207 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-29Fixes ticket:169. Tell assembler that our hand-coded assembly codeeb
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
2007-08-29trial fix for ticket:137. Merged -r6196:6200 from eb/signal to trunkeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6201 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-28Updated doxyfile for main documentation, include everything except... semanticsjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6198 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-28Refactored flatten into const-correct functional form. Beautyeb
reigns. Merged -r6191:6192 from eb/fg. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6194 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-28Kludged around hang in hier_block2. Merged -r6189:6191 from eb/fgeb
into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6193 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-27Merged r6171:6186 from jcorgan/fg into trunk.jcorgan
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
2007-08-25Doxyfile cleanup.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6175 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-25Make usrp documentation its own top-level directory. Fixes ticket:149.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6174 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-23Merge r6160:6168 from jcorgan/fg into trunk.jcorgan
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
2007-08-21fix for ticket:153, missing throw decl in .i fileeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6161 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-04merged -r5966:6112 on trondeau/ofdm_mod. Allows for generic constellations ↵trondeau
(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
2007-07-21fix .h to match .cceb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6049 221aa14e-8319-0410-a670-987f0aec2ac5