summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: added accessors to noise_source to get type and amplitude of object.Tom Rondeau2011-12-223-0/+18
* filters: added accessor functions to FFT and FIR filter classes to return vec...Tom Rondeau2011-12-2210-1/+50
* digital: exposed setting FLL loop bandwidth factor in GRC; must have been ove...Tom Rondeau2011-12-221-0/+7
* Merge branch 'maint'Tom Rondeau2011-12-211-2/+11
|\
| * uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py pro...Thomas Tsou2011-12-211-2/+11
* | Merge branch 'maint'Johnathan Corgan2011-12-200-0/+0
|\|
| * digital: fixed QA code copy/paste error.Tom Rondeau2011-12-201-2/+2
* | digital: fixed QA code copy/paste error.Tom Rondeau2011-12-181-2/+2
* | uhd: adds support for different over-the-wire data formats for UHD fft and si...Marcus Leech2011-12-172-53/+67
* | Merge branch 'maint'Tom Rondeau2011-12-1421-154/+151
|\|
| * uhd: fixes to instantiating UHD devices to set the antenna and subdevice prop...Tom Rondeau2011-12-1420-150/+151
| * uhd: removes usrpm that should not have been there anymore (patch from Sam Br...Tom Rondeau2011-12-144-4/+0
* | Merge branch 'maint'Tom Rondeau2011-12-141-1/+1
|\|
| * core: API exposure patch.Nick Foster2011-12-141-1/+1
* | Merge branch 'maint'Johnathan Corgan2011-12-141-1/+3
|\|
| * grc: the check for pygtk can fail with no X sessionJosh Blum2011-12-141-1/+3
* | Merge branch 'maint'Johnathan Corgan2011-12-131-7/+10
|\|
| * runtime: improve hier_block2 error messagesJulien Olivain2011-12-131-7/+10
* | uhd: added a finite acquisition call to usrp sourceJosh Blum2011-12-132-0/+28
|/
* cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum2011-12-125-5/+5
* Merge remote-tracking branch 'jblum/cmake_qtgui_fix'Tom Rondeau2011-12-111-1/+2
|\
| * qtgui: include QT_USE_FILE only when enabledJosh Blum2011-12-111-1/+2
* | build: moved docs to be the first item checked/configured to give all other c...Tom Rondeau2011-12-111-1/+1
|/
* docs: fixing format of link in simply_framer_sync. Helps older Doxygen versio...Tom Rondeau2011-12-111-1/+1
* Most of these warnings are coming from swig-generated sources. They are almos...Tom Rondeau2011-12-113-4/+5
* vocoder: fixed some unused vars warnings.Tom Rondeau2011-12-112-2/+3
* volk: remove warning about implicit declaration of sqrt.Tom Rondeau2011-12-115-5/+5
* docs: fixed ending of if statement.Tom Rondeau2011-12-111-2/+2
* volk: fixed some of the simpler warnings.Tom Rondeau2011-12-114-6/+7
* docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.Tom Rondeau2011-12-111-2/+1
* gnuradio-core: fix typo in documentationTimo Juhani Lindfors2011-12-081-1/+1
* build: update revision to 3.5.1git3.5.1gitJohnathan Corgan2011-12-072-4/+4
* build: update version to 3.5.0v3.5.0Johnathan Corgan2011-12-072-3/+2
* build: update config.{guess,sub} with canonical onesJohnathan Corgan2011-12-074-10/+24
* grc: fix typosTimo Juhani Lindfors2011-12-071-2/+2
* cmake: fix git describe special case handlingTimo Juhani Lindfors2011-12-071-1/+1
* qtgui: fix for OSX to find standard Qwt install without specifying it.Michael Dickens2011-12-061-1/+1
* docs: fixes some warnings.Tom Rondeau2011-12-0612-41/+44
* Fixed warnings generated by variable declaration order.Tom Rondeau2011-12-062-3/+3
* volk: fixed autotools build when orc is available.Tom Rondeau2011-12-061-2/+3
* trellis fixing trellis grc files to know about gr-digital.Achilleas Anastasopoulos2011-12-064-16/+16
* volk: updated autotools Makefile to build with new headers.Tom Rondeau2011-12-051-0/+3
* docs: more fixes for generated swig files. This worked before the merge, but ...Tom Rondeau2011-12-0513-1/+13
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-04138-755/+31630
|\