summaryrefslogtreecommitdiff
path: root/grc
Commit message (Collapse)AuthorAgeFilesLines
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-307-2/+141
| | | | | | | | | | | | * msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-294-1/+18
|
* grc: added wildcard type to pad source/sinkJosh Blum2012-10-052-0/+10
|
* grc: revert changes to flow_graph.tmpl, runtime enforces thisJosh Blum2012-10-051-2/+2
|
* grc: added optional flag to pad source and sinkJosh Blum2012-10-045-2/+35
|
* grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau2012-10-033-0/+138
| | | | Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block.
* grc: populate file variable correctly when we save.Tom Rondeau2012-10-031-0/+1
|
* Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-10-0110-2/+43
|\
| * added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-288-1/+19
| | | | | | | | using an instance of them
| * adding GRC Reload Block XML actionTim O'Shea2012-09-286-1/+24
| |
* | grc: fixed GRC subtraction block to allow a single input line (inverts the ↵Tom Rondeau2012-09-221-1/+1
|/ | | | signal).
* adding gr_endian_swap blockTim O'Shea2012-08-302-0/+43
|
* grc: adding missed message_burst_source GRC file.Tom Rondeau2012-07-261-0/+58
|
* core: added message source that takes in tags for controlling bursts.Nick Foster2012-07-191-0/+1
|
* core: adds a tag debug sink to display all tags coming into it.Tom Rondeau2012-06-222-0/+83
| | | | This block is meant to help debug applications that use stream tags.
* cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn2012-06-161-1/+1
| | | | | | Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
* gr_unpack_k_bits:Tim O'Shea2012-06-101-2/+4
| | | | | | | | | | 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
* Block Modifications:Tim O'Shea2012-06-064-0/+187
| | | | | | | | | | | | | | 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
* Merge branch 'maint'Johnathan Corgan2012-05-311-0/+4
|\
| * grc: restore virtual ports in grcJustin R. Cutler2012-05-311-0/+4
| |
* | GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma2012-05-032-0/+33
|/
* grc: add callback for changing file name in sinksMarcus D. Leech2012-04-182-0/+2
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1318-45/+45
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan2012-04-071-7/+50
|\
| * grc: resolve down and up stream for empty typesJosh Blum2012-03-251-7/+50
| |
* | core: removing old MPSK SNR probe; replaced in gr-digital.Tom Rondeau2012-04-052-29/+0
| |
* | Merge branch 'master' into nextTom Rondeau2012-04-059-5/+174
|\ \ | | | | | | | | | | | | Conflicts: grc/blocks/Makefile.am
| * | core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau2012-03-3110-5/+177
| | | | | | | | | | | | Also fixes documentation for these blocks.
* | | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-037-0/+1104
| | | | | | | | | | | | | | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* | | Merge branch 'master' into nextTom Rondeau2012-03-131-1/+1
|\| |
| * | grc: update channel model block noise source seed to 0 to match other noise ↵Tom Rondeau2012-03-131-1/+1
| | | | | | | | | | | | source defaults.
* | | Merge branch 'master' into nextTom Rondeau2012-03-131-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | 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
| * | core: updated the documentation for the noise source to explain the seed better.Tom Rondeau2012-03-131-1/+1
| |/ | | | | | | 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.
| * Merge branch 'maint'Johnathan Corgan2012-02-171-2/+0
| |\
| | * vocoder: add xml blocks to autotools buildJohnathan Corgan2012-02-171-2/+0
| | |
* | | grc: updating to new name of pfb synthesizer block.Tom Rondeau2012-03-022-4/+4
| | |
* | | grc: grc PFB channelizer and synthesize to set channel map defaults on startup.Tom Rondeau2012-02-292-1/+5
| | |
* | | Merge branch 'synth' into nextTom Rondeau2012-02-282-1/+20
|\ \ \
| * | | grc: adding new inputs to channelizer and synthesizer xml.Tom Rondeau2012-02-282-1/+20
| |/ /
* | | Merge branch 'master' into nextJohnathan Corgan2012-02-143-69/+0
|\| |
| * | Merge branch 'maint'Johnathan Corgan2012-02-143-69/+0
| |\|
| | * Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)Martin Braun2012-02-143-69/+0
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-02-062-3/+17
|\| |
| * | grc: add nthread parameter to FFT-based blocks.Tom Rondeau2012-02-062-3/+17
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-02-022-4/+13
|\| |
| * | Merge branch 'maint'Johnathan Corgan2012-02-022-4/+13
| |\|
| | * grc: better error for import gr failJosh Blum2012-02-021-2/+11
| | |
| | * grc: fix install permissions on grc_setup_freedesktopJosh Blum2012-02-021-2/+2
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-01-162-0/+88
|\| | | | | | | | | | | | | | Conflicts: grc/blocks/Makefile.am
| * | core: the burst_tag block can have user-defined keys and values for the tags ↵Marcus Leech2012-01-163-0/+89
| |/ | | | | | | 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.