Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 '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 | |
2011-09-01 | Minor fixes in turbo GRC blocks and one more example added. | Achilleas Anastasopoulos | |
2011-09-01 | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵ | Tom Rondeau | |
refactored for new API. | |||
2011-09-01 | Fixed the PFB clock sync block when asking for multiple samples per symbol out. | Tom Rondeau | |
2011-09-01 | Fixing GRC files for new API to loop blocks. | Tom Rondeau | |
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | |
gr-digital. Reworked build system to include this in the libraries and modules built. | |||
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 | digital: added gitignore file to hier dir. | Tom Rondeau | |
2011-08-30 | digital: fixed up build to make libdigital_hier.la; does not swig or get ↵ | Tom Rondeau | |
built into full library yet. Passes distcheck. | |||
2011-08-30 | digital: moved newly added CPM and GMSK hier blocks to gr-digital. | Tom Rondeau | |
2011-08-30 | Merge remote branch 'mbant/cpm' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am | |||
2011-08-30 | digital: adding GMSK as a modulation type. Updated to use PFB-based clock ↵ | Tom Rondeau | |
recovery alg instead of M&M. | |||
2011-08-30 | digital: minor formatting fixes. | Tom Rondeau | |
2011-08-30 | digital: fixing a few things left out in conversion to gri_control_loop ↵ | Tom Rondeau | |
children. | |||
2011-08-30 | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | |
2011-08-30 | digital: adding a script to add channel conditions to a saved file and ↵ | Tom Rondeau | |
output to another file. | |||
2011-08-30 | digital: converted mpsk_receiver to use gri_control_loop parent class. ↵ | Tom Rondeau | |
Updated QA code for this, too. Again, had to change the expected data since the loop converges at a different rate; tested by setting alpha and beta to old values and it worked with old data still. | |||
2011-08-30 | digital: formatting comments for line length. | Tom Rondeau | |
2011-08-30 | digital: made other QA codes executable | Tom Rondeau | |
2011-08-30 | digital: converted FLL block to use gri_control_loop parent class. | Tom Rondeau | |
2011-08-30 | digital: reformatting documentation for line length. | Tom Rondeau | |
2011-08-30 | Merge branch 'master' into next | Tom Rondeau | |
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-29 | Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵ | Tom Rondeau | |
changes the behavior slightly so new values were necessary. By explicitly setting alpha and beta to the previous values still worked, though. | |||
2011-08-29 | Updating all three PLL blocks to use new control_loop parent class. | Tom Rondeau | |
2011-08-29 | digital: fixing qa code to test new dqpsk; a few minor formatting changes. | Tom Rondeau | |