summaryrefslogtreecommitdiff
path: root/grc
AgeCommit message (Collapse)Author
2012-10-01Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-09-28added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea
using an instance of them
2012-09-28adding GRC Reload Block XML actionTim O'Shea
2012-09-22grc: fixed GRC subtraction block to allow a single input line (inverts the ↵Tom Rondeau
signal).
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-07-26grc: adding missed message_burst_source GRC file.Tom Rondeau
2012-07-19core: added message source that takes in tags for controlling bursts.Nick Foster
2012-06-22core: adds a tag debug sink to display all tags coming into it.Tom Rondeau
This block is meant to help debug applications that use stream tags.
2012-06-16cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
2012-06-10gr_unpack_k_bits:Tim O'Shea
added python QA code reversed bit ordering to match gr_pack_k_bits gr_keep_m_in_n: added python QA code switched block to operate on individual items as itemsize instead of vectors updated GRC to match
2012-06-06Block Modifications:Tim O'Shea
digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes Cleanup of incorrect forecast behavior Make the flag port optional, incase external preamble triggers are preferred to in-band gr_vector_source: added set_data( data ) and rewind() public methods gr_head: added set_length(int) method to modify head length New Blocks Added: gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n) gr_pack_k_bits: Complementary block fo gr_unpack_k_bits gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through
2012-05-31Merge branch 'maint'Johnathan Corgan
2012-05-31grc: restore virtual ports in grcJustin R. Cutler
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-07Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan
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-04-03Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
2012-03-31core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau
Also fixes documentation for these blocks.
2012-03-25grc: resolve down and up stream for empty typesJosh Blum
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-02-02Merge branch 'master' into nextJohnathan Corgan
2012-02-02Merge branch 'maint'Johnathan Corgan
2012-02-02grc: better error for import gr failJosh Blum
2012-02-02grc: fix install permissions on grc_setup_freedesktopJosh Blum
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-12-07grc: fix typosTimo Juhani Lindfors
2011-12-04Merge branch 'more_swigness_docs'Tom Rondeau
2011-11-30grc: force param text to black to guarantee readabilityJosh Blum
2011-11-17grc: replaced doxygen extracted docs with python docstringsJosh Blum
2011-10-29grc: fix bug when displaying string paramsJosh Blum
If the param contents evald successfully but not to a string, it would display None. This patch forces an exception, so the string will get auto-quoted and interpreted correctly.
2011-10-26grc: fixing grc blocks not properly moved in to digital.Tom Rondeau