summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Collapse)Author
2007-02-09merging r4318:4437 to fix ticket:131 from branche trondeau/udp udp ↵trondeau
source/sink pairs working git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4438 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-06Merged r4354:4390 from developer branch jcorgan/digital into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4391 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-01If doxygen enabled, gen docs for all C++ codeeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4351 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-31free schmid_guard on error paths where it has been allocated and notgdt
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
2007-01-31omnithread refactoring fix in gnuradio-core.pc.ineb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4345 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-30Fixes ticket:134. Unlikely offender was inclusion ofeb
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
2007-01-30Merged eb/omni -r4315:4327 into trunk.eb
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
2007-01-30Fix for ticket:133, merged from eb/bsd 4322:4324.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4326 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-27cleaned up error checkingeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4298 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-27fixed error handling and warningeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4297 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-26removed changes to nbfm_tx.py (not sure where/when that happened), did not ↵trondeau
mean to commit it git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4295 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-26updated copyright info, and snuck a little something else in (you didn't see ↵trondeau
anything...) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4294 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-26merged changeset r4281:4292 on trondeau/ethernet into trunktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4293 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-16fixed problem with gr_noise_source_* caused by splitting gnuradio_swig_pythoneb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4280 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-16added minimal qa code for gr_noise_sourceeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4279 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-13SWIG compilation speedup! Fixes ticket:9. eb
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
2006-12-22loosen tolerance so that opteron passes (64-bit vs 80-bit FP arith)eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4184 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-21Merged changeset r4153:4167 on n4hy/iir into trunk.n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4182 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-19''Real'' fix for ticket:104. I should have just applied it all theeb
first time around ;) Thanks Don for the patch. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4151 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-19backed out partial fix for ticket:104eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4150 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-19Fix for ticket:104, huge initial value plotted.eb
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
2006-12-18Cleanup on hierarchical flowgraph code.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4133 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-18Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4126 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-17changed complex_to_arg to use fast atan and updated QAtrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4109 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-17Added fast atan with complex inputtrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4108 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-16change order to avoid silly warningsmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4104 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-16Merged jcorgan/sfg changeset r4048 into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4098 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-15more expressive Doxygen tag for using Costas looptrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4093 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Merge jcorgan/sfg changeset 4089 into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4090 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14updated name of examples directory to /digitaltrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4088 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14adding QA for pll_freqdet blocktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4087 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14adding QA for pll_refout blocktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4086 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14adding QA for pll_carriertracking blocktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4085 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14These routines have been modified to use fast atan2n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4084 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter ↵jcorgan
typing issue) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4083 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Two loop gr_costas_loop removing one if statement per samplen4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4080 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4079 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-12Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan
hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4070 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-12Move gr_runtime.h out of the way in preparation for merge of hier developer ↵jcorgan
branch. No changes in functionality. Passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4068 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-04fix for ticket:113 gr_firdes::band_rejecteb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4055 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-27Fixes ticket:103 (patch applied)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4032 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-21fixed typo in beta value for qpsk demodtrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4011 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-21improved Costas loop gains for QPSK receivertrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4009 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-10Fixes ticket:98jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3963 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-10Fixes ticket:97jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3962 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-06Default costas-alpha set to None instead of floattrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3947 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-05merging from trondeau/digital-wip for improved dbpsk and dqpsk receiverstrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3946 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Clarify bug fixjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3941 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:95.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3936 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-31Merged eb/binstats -r3848:3906 into trunk. These changeseb
(1) fix a problem with gr_feval* where when called from a live flowgraph, they resulted in the call back into Python occuring without holding the Global Interpreter Lock causing a SIGSEGV. (2) add gr_bin_statistics_f which combines statistics gathering with a control state machine that allows spectrum sensing or related applications that need to step through the spectrum to be built. (3) usrp_spectrum_sense.py which ties all this together in an application which steps through the spectrum a chunk at a time and gathers statistics. In the current version, the stats are gathered by nothing is done with them. Think of this as the framework for a real application. This code may require tuning of the --tune-delay and --dwell-delay timeouts to ensure that the samples being processed are associated with the given center frequency. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3907 221aa14e-8319-0410-a670-987f0aec2ac5