Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 '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-12 | shd: adding a very rudimentary siggen application to test gr-shd tx driver. | Tom Rondeau | |
2011-09-12 | shd: fixing up SHD examples. | Tom Rondeau | |
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-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 'logpwrfft_fix' | 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-06 | shd: adding a component gr-shd as an interface to the Symplex Hardware ↵ | Tom Rondeau | |
X-Mini system. Mostly cribbed from gr-uhd. | |||
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 'turbo' | Tom Rondeau | |
2011-09-01 | Minor fixes in turbo GRC blocks | Achilleas Anastasopoulos | |
2011-09-01 | Minor fixes in turbo GRC blocks and one more example added. | Achilleas Anastasopoulos | |
2011-08-31 | Added pccc combined turbo decoder and corresponding GRC block | Achilleas Anastasopoulos | |
2011-08-31 | More examples and turbo decoder blocks added. | Achilleas Anastasopoulos | |
2011-08-31 | Added more turbo encoder/decoder blocks and examples. | Achilleas Anastasopoulos | |
2011-08-31 | Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc ↵ | Achilleas Anastasopoulos | |
blocks related to trellis inside the gr-trellis/grc directory | |||
2011-08-30 | Merge branch 'maint' | Tom Rondeau | |
2011-08-30 | GRC: fixed error in XML format; need to declare XML type first. | Tom Rondeau | |
2011-08-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-08-27 | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | |
2011-08-27 | Merge branch 'maint' | Tom Rondeau | |
2011-08-27 | grc: adding ctcss squelch block to GRC. | Tom Rondeau | |
2011-08-22 | gr-uhd: readd displaced alias for single_usrp_sink | Thomas Tsou | |
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block" | |||
2011-08-19 | Merge remote branch 'ttsou/async' | Johnathan Corgan | |
2011-08-19 | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | |
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655. | |||
2011-08-19 | gr-uhd: add async metadata source block | Thomas Tsou | |
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue. | |||
2011-08-13 | Allocate 10 additional USB PIDs to Bdale. | Eric Blossom | |
2011-08-13 | Update details on Bdale's existing USB PID allocation. | Eric Blossom | |
2011-08-13 | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | |
2011-08-02 | Merge branch 'maint' | Tom Rondeau | |
* maint: patch: applying Alexandru Csete's patch (that I though I already applied...) | |||
2011-08-02 | patch: applying Alexandru Csete's patch (that I though I already applied...) | Tom Rondeau | |
2011-07-27 | Fixed warnings generated from improper includes in swig interface file. | Tom Rondeau | |
2011-07-27 | Fixed doxygen warning in gr-uhd | Tom Rondeau | |
2011-07-26 | Merge branch 'maint' | Tom Rondeau | |
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h | |||
2011-07-26 | doxygen: fixed doxygen warnings. | Tom Rondeau | |
2011-07-26 | Fixed type warning. | Tom Rondeau | |
2011-07-26 | Fixed warnings about doxygen format. | Tom Rondeau | |
2011-07-26 | Fixed return warnings. | Tom Rondeau | |