summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-24trial fix for ticket:175eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6173 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-20working doc on usrp2 traffic cop designeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6155 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-18Reverted source and sink blocking default back to 'true'.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6154 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-18Fixed use of mutex and condition, which corrects a long-standing raremichaelld
bug over contention of shared variables. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6153 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-18Fixed use of mutex and condition, which corrects a long-standing raremichaelld
bug over contention of shared variables. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6152 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-17Changes so that OSX's FUSB will use gr's omnithreads instead of pthreads.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6149 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-17Added selection of USRP hardwarejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6148 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-17Added and changed comments debugging commands.michaelld
Changed the 'do_block' argument from true to false as the default. Corrected a bug in the source: if 'do_block' is false and there is no data to return in "work()", now correctly releases the internal mutex before returning (0). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6147 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-17Updated USRP's circular_buffer with the same corrections as formichaelld
gr-audio-osx. These corrections impact OSX/Darwin only. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6146 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-17added some debugging comments; fixed a bug in the circular buffer somichaelld
that the internal mutex is released correctly and new data overwrites older data when an overrun occurs and writing is not blocked. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6145 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-15progressmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6142 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-15progressmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6137 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-15link in file for wbxmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6136 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-15progressmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6135 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-13Changed to use numpy instead of Numericmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6134 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09work-in-progress on db_wbxeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6132 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09get_lo_offset -> lo_offseteb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6131 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09prelim wbx filesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6130 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-09minor fixesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6129 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-08-03Fix eol-style property on recently created m4 files, fixes ticket:160.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6104 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-01Made --notches code more robust--error checks, and it now also "tracks"mleech
frequency changes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6094 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-31Added an experimental feature for listing notch frequencies on the command linemleech
using --notches. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6093 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-31Fix missed usrpm conversion.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6089 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-30Extended the range of the offset controls so that it now covers -750 to +750mleech
Added bounds-checking/setting for both --calib_coeff and --calib_offset git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6084 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-30Added GUI for post-detector offset and gain. Previously these were carriedmleech
on the command line only, as --calib_offset and --calib_coeff. Now you can tweak them with the GUI, and the command line options have different scaling than previously. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6083 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
2007-07-21Updated license from GPL version 2 or later to GPL version 3 or later.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-21removed redundant copies of COPYINGeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6043 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-20Update LO offset calls.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6039 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-20Reworked LO offset handling.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6038 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-19Fix for working with RFX boards.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6029 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-19Merged r6015:6026 from jcorgan/radar.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6027 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-18Merged r5945:6012 from jcorgan/radar into trunk. Updates gr-radar-mono ↵jcorgan
component. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6013 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Added documentation.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5988 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Added center bandjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5986 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Missed file.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5984 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Added decoder script for band (40 channels).jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5983 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Implemented AFC loop in gr-pagerjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5982 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Fix reference message and tweak DC removal constant.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5981 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Merged r5950:5978 from features/pager into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5979 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-15merged -r5947:5965 on trondeau/regen into trunk. Fixes ticket:154 on ↵trondeau
gr_regenerate_bb block. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5966 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-14Updates to AUTHORS file.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5957 221aa14e-8319-0410-a670-987f0aec2ac5