Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-24 | Merge 'master' into next, skipping version change commit | Johnathan Corgan | |
2011-09-24 | Update revision to 3.4.1 release | Johnathan Corgan | |
2011-09-24 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-24 | Merge branch 'keep1n' | Tom Rondeau | |
2011-09-24 | Merge branch 'master' into next | Johnathan Corgan | |
2011-09-24 | Merge branch 'maint' | Johnathan Corgan | |
2011-09-24 | gr-noaa: fix PLL to generate output, then update error | Johnathan Corgan | |
2011-09-24 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-qtgui/apps/usrp_display.py | |||
2011-09-24 | Merge branch 'maint' | Johnathan Corgan | |
2011-09-24 | comedi: fix to use comedi 0.8 API | Johnathan Corgan | |
(this was done on master but not maint, backporting) | |||
2011-09-23 | qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version. | Tom Rondeau | |
2011-09-23 | qtgui: moved actual examples to new examples directory. | Tom Rondeau | |
2011-09-23 | examples: fixed import statements. | Tom Rondeau | |
2011-09-23 | trellis: fixed import statements; fixed test_cpm to convert numpy stuff to ↵ | Tom Rondeau | |
types GNU Radio blocks can handle. | |||
2011-09-23 | examples: fixed examples (pfb and tags) to print an error when python ↵ | Tom Rondeau | |
modules are not available. | |||
2011-09-23 | qtgui: fixing import statements in qtgui apps to print an error if extra ↵ | Tom Rondeau | |
python modules are not available. | |||
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | Merge branch 'maint' | Tom Rondeau | |
2011-09-23 | fixed QA code for PLL changes | Tom Rondeau | |
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | Merge branch 'maint' | Tom Rondeau | |
2011-09-23 | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | |
2011-09-23 | fixing PLL's so their output update is done at the right time; were lagging ↵ | Tom Rondeau | |
by a sample before. | |||
2011-09-22 | Fixing keep_one_in_n to allow for large values of n. Performs tag ↵ | Tom Rondeau | |
propagation locally. | |||
2011-09-22 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-22 | Merge branch 'maint' | Tom Rondeau | |
2011-09-22 | grc: one line fix to fix port duplicator when removing ports | Josh Blum | |
was an issue when removing more than one port | |||
2011-09-21 | core: Doxygen comments for added tag name parameter. | Tom Rondeau | |
2011-09-21 | volk: a way of doing -B in python that is 2.5 compatible (picked from Josh ↵ | Tom Rondeau | |
Blum's work). | |||
2011-09-09 | Merge branch 'master' into next | Tom Rondeau | |
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared. | |||
2011-09-09 | Merge branch 'correlate_tag' | Tom Rondeau | |
2011-09-09 | tags: adding tags examples to build distribution. | Tom Rondeau | |
2011-09-09 | tags: updated uhd_burst_detector with a better energy detector. Works well ↵ | Tom Rondeau | |
when receiving bursty NBFM signals. | |||
2011-09-09 | tags: fixed fwrite line for the right item size number. | Tom Rondeau | |
2011-09-09 | tags: adding tags examples to build distribution. | Tom Rondeau | |
2011-09-09 | fixing doxygen comment typo. | Tom Rondeau | |
2011-09-09 | tags: updated uhd_burst_detector with a better energy detector. Works well ↵ | Tom Rondeau | |
when receiving bursty NBFM signals. | |||
2011-09-09 | tags: fixed fwrite line for the right item size number. | Tom Rondeau | |
2011-09-08 | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | |
2011-09-08 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-09-08 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-08 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-08 | Merge branch 'logpwrfft_fix' | Tom Rondeau | |
2011-09-07 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-07 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-06 | trellis: removing generated files. | Tom Rondeau | |
2011-09-03 | Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samples | Nick Foster | |
correlate_access_code_tag_bb: modified to account for correlator lag. | |||
2011-09-02 | Merge branch 'master' into next | Tom Rondeau | |
* master: Minor fixes in turbo GRC blocks Minor fixes in turbo GRC blocks and one more example added. Added pccc combined turbo decoder and corresponding GRC block More examples and turbo decoder blocks added. Added more turbo encoder/decoder blocks and examples. Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc blocks related to trellis inside the gr-trellis/grc directory added grc directory in gr-trellis updated Makefile.am and block_tree.xml to reflect changes in grc file for gr-trellis Moved grc files from grc/block to gr-trellis/grc | |||
2011-09-02 | Merge branch 'turbo' | Tom Rondeau | |
2011-09-01 | Minor fixes in turbo GRC blocks | Achilleas Anastasopoulos | |