summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digital: added get/set functions to mpsk_receiver_cc for theta (phase offset)...Tom Rondeau2012-01-153-15/+50
* Merge branch 'maint'Johnathan Corgan2012-01-131-0/+1
|\
| * Fix compilation with gcc-4.7Jaroslav Skarvada2012-01-131-0/+1
* | build: update revision to 3.5.2git3.5.2gitJohnathan Corgan2012-01-072-4/+4
|/
* build: update revision to 3.5.1v3.5.1Johnathan Corgan2012-01-072-2/+2
* build: update canonical config filesJohnathan Corgan2012-01-074-40/+30
* core: comment out QA debug outputJohnathan Corgan2012-01-071-2/+2
* Merge branch 'maint'Tom Rondeau2012-01-0612-22/+18
|\
| * Remove some more warnings. I'm probably being a bit OCD about these ones, but...Tom Rondeau2012-01-063-8/+4
| * volk: minor changes to fix some warnings.Tom Rondeau2012-01-063-8/+8
| * volk: tell Orc compiler to include math.h to find some generic functions (sqrt).Tom Rondeau2012-01-061-1/+1
| * Revert "volk: remove warning about implicit declaration of sqrt."Tom Rondeau2012-01-065-5/+5
* | Merge branch 'max_noutputs'Tom Rondeau2012-01-0318-47/+121
|\ \
| * | scheduler: added argument to wxGUI's stdapp that allows a user to specify the...Tom Rondeau2012-01-031-6/+14
| * | scheduler: add default (large) max noutput_items to C++ run function.Tom Rondeau2012-01-022-3/+7
| * | scheduler: if the block is an interpolator that needs a minimum of some numbe...Tom Rondeau2012-01-021-1/+5
| * | scheduler: access to set max noutput_items in start method through Python.Tom Rondeau2012-01-011-4/+4
| * | scheduler: first attempt at being able to set an upper limit on the noutput_i...Tom Rondeau2012-01-0115-34/+89
| * | Merge branch 'maint'Tom Rondeau2012-01-014-55/+110
| |\ \
| | * | pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param...Tom Rondeau2012-01-012-2/+5
* | | | Merge branch 'maint'Tom Rondeau2012-01-021-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | digital: bug fix for FLL QA test. Use a seed to always generate the same test...Tom Rondeau2012-01-021-0/+1
* | | | Merge branch 'maint'Johnathan Corgan2012-01-023-2/+14
|\| | |
| * | | volk: fix overrule detection (cant reply on cpu name)Josh Blum2012-01-022-2/+12
| * | | core: fix gr_udp_sink by including asioJosh Blum2012-01-021-0/+2
* | | | Merge branch 'maint'Tom Rondeau2012-01-024-61/+125
|\| | | | |/ / |/| |
| * | pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param...Tom Rondeau2012-01-023-8/+20
| |/
| * pfb: updated and hopefully better documentation of the PFB clock sync blocks.Tom Rondeau2012-01-012-53/+105
* | Merge branch 'maint'Tom Rondeau2011-12-302-0/+18
|\|
| * gr: sync the filesystem before python can parse doxygenJosh Blum2011-12-301-0/+8
| * cmake: added swig version checkJosh Blum2011-12-301-0/+10
* | digital: somewhat strange buy necessary fix for autotools build with guile.Tom Rondeau2011-12-301-0/+10
* | digital: added tag_nsamples placeholder into SNR probe block.Tom Rondeau2011-12-304-11/+62
* | digital: adding SNR nsamples set/get functions in swig i file.Tom Rondeau2011-12-301-0/+2
* | digital: fixed documentation of parameters.Tom Rondeau2011-12-302-11/+11
* | digital: update to qa and example code for new constructor with tag_nsamples ...Tom Rondeau2011-12-302-10/+22
* | digital: the SNR estimator block now issues a tag with the SNR (key = 'snr')....Tom Rondeau2011-12-303-8/+86
* | digital: snr probe passing just the 0th input stream to SNR estimator.Tom Rondeau2011-12-301-1/+2
* | digital: SNR estimators just take a complex vector; not full vector of comple...Tom Rondeau2011-12-302-22/+12
* | digital: added documentation for SNR estimators; made a Doxygen group for the...Tom Rondeau2011-12-296-71/+189
* | digital: fixed QA code for SNR estimator SVR name change.Tom Rondeau2011-12-291-1/+1
* | digital: adding documentation for SNR estimators; added an estimator for M2M4...Tom Rondeau2011-12-296-16/+140
* | digital: adding an example program for the SNR estimators with Python code to...Tom Rondeau2011-12-293-1/+177
* | digital: QA code for SNR estimators.Tom Rondeau2011-12-292-0/+114
* | digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau2011-12-295-35/+23
* | digital: added a probe (sink) for the new SNR estimators; also fixes up Makef...Tom Rondeau2011-12-2910-0/+258
* | digital: using impl SNR estimator classes instead of function pointers.Tom Rondeau2011-12-292-156/+27
* | digital: made separate implementation classes for the different SNR estimators.Tom Rondeau2011-12-296-0/+354
* | digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an...Tom Rondeau2011-12-237-0/+385
* | core: added accessors to get all settable values of the channel_model objects.Tom Rondeau2011-12-223-0/+35