summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-13Fix compilation with gcc-4.7Jaroslav Skarvada
2012-01-07Merge branch 'master' into nextJohnathan Corgan
* Use -s ours to skip over release commits on master
2012-01-07build: update revision to 3.5.2gitJohnathan Corgan
2012-01-07build: update revision to 3.5.1Johnathan Corgan
2012-01-07build: update canonical config filesJohnathan Corgan
2012-01-07Merge branch 'master' into nextJohnathan Corgan
2012-01-07core: comment out QA debug outputJohnathan Corgan
2012-01-06docs: another recheck point in the siwg_doc code. If a parse error happens, ↵Tom Rondeau
try rereading up to 3 times.
2012-01-06Merge branch 'master' into nextTom Rondeau
2012-01-06Merge branch 'maint'Tom Rondeau
2012-01-06Remove some more warnings. I'm probably being a bit OCD about these ones, ↵Tom Rondeau
but it makes the build output so much nicer...
2012-01-06volk: minor changes to fix some warnings.Tom Rondeau
2012-01-06volk: tell Orc compiler to include math.h to find some generic functions (sqrt).Tom Rondeau
2012-01-06Revert "volk: remove warning about implicit declaration of sqrt."Tom Rondeau
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1. Broke it more than fixed it.
2012-01-03build: have swig_doc catch the exception when the xml parsing fails on a ↵Tom Rondeau
not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
2012-01-03build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau
2012-01-03Merge branch 'master' into nextTom Rondeau
2012-01-03Merge branch 'max_noutputs'Tom Rondeau
2012-01-03scheduler: added argument to wxGUI's stdapp that allows a user to specify ↵Tom Rondeau
the max_noutput_items when building a wxGUI application.
2012-01-03build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau
with -jN.
2012-01-02Merge branch 'master' into nextTom Rondeau
2012-01-02Merge branch 'maint'Tom Rondeau
2012-01-02digital: bug fix for FLL QA test. Use a seed to always generate the same ↵Tom Rondeau
test sequence.
2012-01-02scheduler: add default (large) max noutput_items to C++ run function.Tom Rondeau
2012-01-02scheduler: if the block is an interpolator that needs a minimum of some ↵Tom Rondeau
number of outputs based on the inputs, let it. This is an acceptable (actually, necessary) exception to the specified limit.
2012-01-02Merge branch 'master' into nextJohnathan Corgan
2012-01-02Merge branch 'maint'Johnathan Corgan
2012-01-02volk: fix overrule detection (cant reply on cpu name)Josh Blum
Better detection for x86 and 32 or 64 bit.
2012-01-02core: fix gr_udp_sink by including asioJosh Blum
2012-01-02Merge branch 'maint'Tom Rondeau
2012-01-02pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps ↵Tom Rondeau
parameter better. The block now holds state between calls to work for the number of output symbols instead of requiring a certain number of available outputs (that may never be satisfied). This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test.
2012-01-01scheduler: access to set max noutput_items in start method through Python.Tom Rondeau
2012-01-01scheduler: first attempt at being able to set an upper limit on the ↵Tom Rondeau
noutput_items for all blocks in a flowgraph.
2012-01-01Merge branch 'maint'Tom Rondeau
2012-01-01pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps ↵Tom Rondeau
parameter better. The number of output items is now set based on the d_osps and the check in the work function is not needed (actually, that check was wrong and should never have worked correctly, anyway). This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test.
2012-01-01pfb: updated and hopefully better documentation of the PFB clock sync blocks.Tom Rondeau
2011-12-30Merge branch 'master' into nextTom Rondeau
Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
2011-12-30Merge branch 'maint'Tom Rondeau
2011-12-30gr: sync the filesystem before python can parse doxygenJosh Blum
2011-12-30cmake: added swig version checkJosh Blum
2011-12-30digital: somewhat strange buy necessary fix for autotools build with guile.Tom Rondeau
2011-12-30digital: added tag_nsamples placeholder into SNR probe block.Tom Rondeau
The intent of this block is to be able to pass messages containing the SNR at a set number of samples.
2011-12-30digital: adding SNR nsamples set/get functions in swig i file.Tom Rondeau
2011-12-30digital: fixed documentation of parameters.Tom Rondeau
2011-12-30digital: update to qa and example code for new constructor with tag_nsamples ↵Tom Rondeau
arg.
2011-12-30digital: the SNR estimator block now issues a tag with the SNR (key = ↵Tom Rondeau
'snr'). The number of samples between when the tag is sent is set in the constructor (default = 10000) and can be changed.
2011-12-30digital: snr probe passing just the 0th input stream to SNR estimator.Tom Rondeau
2011-12-30digital: SNR estimators just take a complex vector; not full vector of ↵Tom Rondeau
complex vectors.
2011-12-29digital: added documentation for SNR estimators; made a Doxygen group for ↵Tom Rondeau
them. Also set the alpha value to a default of 0.001; most won't need to change this.
2011-12-29digital: fixed QA code for SNR estimator SVR name change.Tom Rondeau