Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | blocks: adds new top-level component gr-blocks with first block | Johnathan Corgan | |
gr::blocks::add_XX | |||
2012-06-07 | fixed copyright dates. | Tom Rondeau | |
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-21 | core: minor formatting changes to vector_map for style consistency. | Tom Rondeau | |
2012-05-17 | gr: Added vector_map block. | Ben Reynwar | |
2012-04-24 | digital: moving generated chunks_to_symbols to gr-digital. | Tom Rondeau | |
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau | |
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-07 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-07 | Merge branch 'wfm_tx_work' | Johnathan Corgan | |
2012-04-07 | core: loosen fm modulator QA to 5 decimal places of agreement | Johnathan Corgan | |
2012-04-01 | wavelet: move wavelet blocks to new top-level component | Johnathan Corgan | |
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-22 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh Blum | |
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking. | |||
2012-03-18 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-18 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-18 | core: adds -B to python QA gnuradio-core | Josh Blum | |
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 | Merge branch 'probe' | Tom Rondeau | |
2012-03-13 | core: adding new probe_signal from gengen into autotools build. | Tom Rondeau | |
2012-03-12 | Add test for probe_signal blocks. | Ben Reynwar | |
2012-03-01 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am | |||
2012-02-28 | Merge branch 'synth' into next | Tom Rondeau | |
2012-02-28 | core: pfb channelizer: can now set a channel map to direct the channels to a ↵ | Tom Rondeau | |
specific output stream. Now, not all output channels must be connected; can connect M of N channels (M <= N) and use the channel_map to set which channel from the original wideband signal go to which output streams. | |||
2012-02-23 | volk: float to short conversion is consistent between archs and tail cases. ↵ | Tom Rondeau | |
Rounds to nearest number. | |||
2012-02-23 | Merge remote branch 'bistromath/volk_fix' into safe_align | Tom Rondeau | |
Conflicts: volk/apps/volk_profile.cc | |||
2012-02-17 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-16 | core: core: change to the delay QA code. | Tom Rondeau | |
The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the results are the same | |||
2012-02-14 | Merge branch 'master' into safe_align | Johnathan Corgan | |
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc | |||
2012-02-13 | core: reverting float_to_int to non-Volk due to precision/wrapping issues. | Tom Rondeau | |
Using the Volk function causes too much of a change in the output values right now. Will have to relook at it for the right thing to do. Keeping the use of vlen and scale, though. | |||
2012-02-13 | core: using volk for conjugate block and added QA code for it. | Tom Rondeau | |
2012-02-13 | core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code. | Tom Rondeau | |
2012-02-13 | core: new multiply_const_ff and multiply_ff blocks done using Volk. | Tom Rondeau | |
2012-02-13 | core: moving multiply_const_ff from gengen to general to take advantage of volk. | Tom Rondeau | |
Also adds SSE and AVX and unaligned Volk versions for this. | |||
2012-02-06 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-06 | core: expose nthreads setting through to fft_filters. | Tom Rondeau | |
Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior. | |||
2012-02-06 | core: expose nthreads capabilities to gr_fft_vcc. | Tom Rondeau | |
Can set and get nthreads; defaults to 1, so no change in default behavior. | |||
2012-02-02 | core: moving multiply_cc and multiply_const_cc out of gengen and into ↵ | Tom Rondeau | |
general so they can make use of volk calls. QA code now explicitly tests the cc versions of these blocks. | |||
2012-01-30 | core: fixing up complex_to_xxx for using Volk where appropriate. Speed ↵ | Tom Rondeau | |
benchmark were used to decide which implementation to use. | |||
2012-01-28 | core: more conversion work to Volk for type converters. | Tom Rondeau | |
2012-01-28 | core: QA codes for float_to_X and short_to_X (note: float_to_int needs work). | Tom Rondeau | |
2012-01-26 | QA: type converter QA codes added and updated for Volk. Some small ↵ | Tom Rondeau | |
differences between Volk and non-Volk for rounding issues are made here. | |||
2012-01-07 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-07 | core: comment out QA debug output | Johnathan Corgan | |
2012-01-03 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-01 | scheduler: access to set max noutput_items in start method through Python. | Tom Rondeau | |
2011-12-30 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am | |||
2011-12-22 | core: added accessors to noise_source to get type and amplitude of object. | Tom Rondeau | |
2011-12-22 | filters: added accessor functions to FFT and FIR filter classes to return ↵ | Tom Rondeau | |
vector of taps. |