Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-24 | core: Update file_meta_sink to inject headers into data stream. | Tom Rondeau | |
When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented. | |||
2012-11-21 | core: adding GRC file for file metadata sink | Tom Rondeau | |
2012-10-05 | grc: added wildcard type to pad source/sink | Josh Blum | |
2012-10-04 | grc: added optional flag to pad source and sink | Josh Blum | |
2012-09-22 | grc: fixed GRC subtraction block to allow a single input line (inverts the ↵ | Tom Rondeau | |
signal). | |||
2012-08-30 | adding gr_endian_swap block | Tim O'Shea | |
2012-07-26 | grc: adding missed message_burst_source GRC file. | Tom Rondeau | |
2012-07-19 | core: added message source that takes in tags for controlling bursts. | Nick Foster | |
2012-06-22 | core: 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-10 | gr_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-06 | Block 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-03 | GRC: patch to allow users to specify max_noutput_items in GRC options block. | Jose Quaresma | |
2012-04-18 | grc: add callback for changing file name in sinks | Marcus D. Leech | |
2012-04-13 | Removed 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-05 | core: removing old MPSK SNR probe; replaced in gr-digital. | Tom Rondeau | |
2012-04-05 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: grc/blocks/Makefile.am | |||
2012-03-31 | core: adds vlen and scalar args to type converter blocks in GRC. | Tom Rondeau | |
Also fixes documentation for these blocks. | |||
2012-03-13 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-13 | grc: update channel model block noise source seed to 0 to match other noise ↵ | Tom Rondeau | |
source defaults. | |||
2012-03-13 | Merge branch 'master' into next | Tom 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-13 | core: 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-02 | grc: updating to new name of pfb synthesizer block. | Tom Rondeau | |
2012-02-29 | grc: grc PFB channelizer and synthesize to set channel map defaults on startup. | Tom Rondeau | |
2012-02-28 | Merge branch 'synth' into next | Tom Rondeau | |
2012-02-28 | grc: adding new inputs to channelizer and synthesizer xml. | Tom Rondeau | |
2012-02-17 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-17 | vocoder: add xml blocks to autotools build | Johnathan Corgan | |
2012-02-14 | Merge branch 'master' into next | Johnathan Corgan | |
2012-02-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-14 | Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep) | Martin Braun | |
2012-02-06 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-06 | grc: add nthread parameter to FFT-based blocks. | Tom Rondeau | |
2012-01-16 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: grc/blocks/Makefile.am | |||
2012-01-16 | core: 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-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-10-26 | grc: fixing grc blocks not properly moved in to digital. | Tom Rondeau | |
2011-10-19 | grc: added throttle tag to blocks that throttle | Josh Blum | |
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-18 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i | |||
2011-10-18 | added transcendental block from jblum/transcendental (reworked for master ↵ | Tom Rondeau | |
branch). | |||
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh 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-17 | digital: adding OFDM GRC blocks to gr-digital. | Tom Rondeau | |
2011-10-17 | Merge branch 'next' into dig_ofdm | Tom Rondeau | |
2011-10-14 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-14 | Merge branch 'mergme/grc_work' into next | Tom Rondeau | |
2011-10-14 | fixed a couple of typos. | Tom Rondeau | |
2011-10-12 | grc: rename complex/float ports so its obvious | Josh Blum | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-09-28 | Merge branch 'next' into digital | Josh 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-26 | Merge branch 'next' into digital | Tom 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 |