summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Expand)Author
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. A...Tom Rondeau
2011-10-19uhd: updating examples to use args and better default for all UHD examples; a...Tom Rondeau
2011-10-18Merge branch 'master' into nextTom Rondeau
2011-10-18added transcendental block from jblum/transcendental (reworked for master bra...Tom Rondeau
2011-10-17Merge branch 'next' into dig_ofdmTom Rondeau
2011-10-16Merge branch 'master' into nextTom Rondeau
2011-10-15build: needed boost_filesystem lib added (found under ubuntu 11.10; they're g...Tom Rondeau
2011-10-14docs: added a page on PFBs and put them in their own doxygen group. Helpful e...Tom Rondeau
2011-10-14fixed a couple of typos.Tom Rondeau
2011-10-14docs: Updated some docs and made it so GRC can pull docs in from other compon...Tom Rondeau
2011-10-12digital: fixed QA tests for ofdm.Tom Rondeau
2011-10-12digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau
2011-10-12digital: removed psk and qam from gnuradio-core; unnecessary now.Tom Rondeau
2011-10-12digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but un...Tom Rondeau
2011-10-12digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau
2011-10-07uhd: adding uhd_rx_nogui app to uhd apps directory.Tom Rondeau
2011-10-06Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau
2011-10-06Merge branch 'next' into digitalTom Rondeau
2011-10-06Formatting and normalizing freq limits.Tom Rondeau
2011-10-06Added FFF version of pfb_arb_resampler to Python hier block (where only the r...Tom Rondeau
2011-10-06Added floating point version of arbitrary resampler.Tom Rondeau
2011-09-30Fixed stupid mistake in new method.Tom Rondeau
2011-09-30Added a method to get the current timing rate from the pfb clock sync block.Tom Rondeau
2011-09-27Merge branch 'master' into nextJohnathan Corgan
2011-09-27swig: language independent exception handlerJosh Blum
2011-09-26Merge branch 'next' into digitalTom Rondeau
2011-09-24Merge branch 'master' into nextTom Rondeau
2011-09-24Merge branch 'keep1n'Tom Rondeau
2011-09-23updated QA codes for fixed PLL blocks.Tom Rondeau
2011-09-23Merge branch 'master' into nextTom Rondeau
2011-09-23Merge branch 'maint'Tom Rondeau
2011-09-23fixed QA code for PLL changesTom Rondeau
2011-09-23fixing PLL's using new control_loop class so their output update is done at t...Tom Rondeau
2011-09-23Merge branch 'master' into nextTom Rondeau
2011-09-23Merge branch 'maint'Tom Rondeau
2011-09-23fixing PLL's so their output update is done at the right time; were lagging b...Tom Rondeau
2011-09-22Fixing keep_one_in_n to allow for large values of n. Performs tag propagation...Tom Rondeau
2011-09-22Merge branch 'master' into nextTom Rondeau
2011-09-21core: Doxygen comments for added tag name parameter.Tom Rondeau
2011-09-09Merge branch 'master' into nextTom Rondeau
2011-09-09Merge branch 'correlate_tag'Tom Rondeau
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-09fixing doxygen comment typo.Tom Rondeau
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-08logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-08Merge branch 'master' into nextTom Rondeau
2011-09-07logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-03Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samplesNick Foster
2011-09-01Fixed the PFB clock sync block when asking for multiple samples per symbol out.Tom Rondeau
2011-09-01digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau