summaryrefslogtreecommitdiff
path: root/grc/blocks
AgeCommit message (Collapse)Author
2012-05-03GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma
2012-04-18grc: add callback for changing file name in sinksMarcus D. Leech
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-05core: removing old MPSK SNR probe; replaced in gr-digital.Tom Rondeau
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: grc/blocks/Makefile.am
2012-03-31core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau
Also fixes documentation for these blocks.
2012-03-13Merge branch 'master' into nextTom Rondeau
2012-03-13grc: update channel model block noise source seed to 0 to match other noise ↵Tom Rondeau
source defaults.
2012-03-13Merge branch 'master' into nextTom Rondeau
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/lib/gengen/Makefile.am gnuradio-core/src/python/gnuradio/gr/Makefile.am
2012-03-13core: updated the documentation for the noise source to explain the seed better.Tom Rondeau
Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number.
2012-03-02grc: updating to new name of pfb synthesizer block.Tom Rondeau
2012-02-29grc: grc PFB channelizer and synthesize to set channel map defaults on startup.Tom Rondeau
2012-02-28Merge branch 'synth' into nextTom Rondeau
2012-02-28grc: adding new inputs to channelizer and synthesizer xml.Tom Rondeau
2012-02-17Merge branch 'maint'Johnathan Corgan
2012-02-17vocoder: add xml blocks to autotools buildJohnathan Corgan
2012-02-14Merge branch 'master' into nextJohnathan Corgan
2012-02-14Merge branch 'maint'Johnathan Corgan
2012-02-14Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)Martin Braun
2012-02-06Merge branch 'master' into nextTom Rondeau
2012-02-06grc: add nthread parameter to FFT-based blocks.Tom Rondeau
2012-01-16Merge branch 'master' into nextTom Rondeau
Conflicts: grc/blocks/Makefile.am
2012-01-16core: the burst_tag block can have user-defined keys and values for the tags ↵Marcus Leech
when a burst is on or off instead of static values. Defaults are the same. Use set_true_tag and set_false_tag to override these.
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-10-26grc: fixing grc blocks not properly moved in to digital.Tom Rondeau
2011-10-19grc: added throttle tag to blocks that throttleJosh Blum
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-18Merge branch 'master' into nextTom Rondeau
Conflicts: gnuradio-core/src/lib/general/general.i
2011-10-18added transcendental block from jblum/transcendental (reworked for master ↵Tom Rondeau
branch).
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h
2011-10-17digital: adding OFDM GRC blocks to gr-digital.Tom Rondeau
2011-10-17Merge branch 'next' into dig_ofdmTom Rondeau
2011-10-14Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-14Merge branch 'mergme/grc_work' into nextTom Rondeau
2011-10-14fixed a couple of typos.Tom Rondeau
2011-10-12grc: rename complex/float ports so its obviousJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-28Merge branch 'next' into digitalJosh Blum
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py
2011-09-26Merge branch 'next' into digitalTom Rondeau
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py
2011-09-15Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum
2011-09-13grc: removing more blocks from general grc tree that are now in digital.Tom Rondeau
2011-09-12digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau
2011-09-05Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_permutation.h
2011-09-02Merge branch 'master' into nextTom 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-02Merge branch 'turbo'Tom Rondeau
2011-09-01grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵Tom Rondeau
refactored for new API.
2011-09-01Fixing GRC files for new API to loop blocks.Tom Rondeau
2011-08-30Merge remote branch 'mbant/cpm' into digitalTom 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-30Merge branch 'master' into nextTom Rondeau