Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-10-24 | usrp: these guys shouldn't still be here... | Tom Rondeau | |
2011-10-24 | core: really fixed this on 32-bit machines (actually tested). Forced to ↵ | Tom Rondeau | |
promote to a 64-bit int to handle the overflow, so this is going to take a hit on 32-bit machines. | |||
2011-10-23 | core: added a test for float_to_int overflow clipping. | Tom Rondeau | |
2011-10-23 | core: Added type conversion int->float (issue #192). Added with a gri file ↵ | Tom Rondeau | |
and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block. | |||
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-19 | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | |
Also removes related M4 and dependency requirements for USRP-related libs. | |||
2011-10-19 | uhd: updating examples to use args and better default for all UHD examples; ↵ | Tom Rondeau | |
also fixed the wfm_rcv blocks to use new PLL constructor. | |||
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-12 | digital: fixed QA tests for ofdm. | Tom Rondeau | |
2011-10-12 | digital: removed psk and qam from gnuradio-core; unnecessary now. | Tom Rondeau | |
2011-10-12 | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵ | Tom Rondeau | |
untested/verified). | |||
2011-10-12 | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | |
2011-10-07 | uhd: adding uhd_rx_nogui app to uhd apps directory. | Tom Rondeau | |
2011-10-06 | Merge branch 'next' into digital | Tom Rondeau | |
2011-10-06 | Formatting and normalizing freq limits. | Tom Rondeau | |
2011-10-06 | Added FFF version of pfb_arb_resampler to Python hier block (where only the ↵ | Tom Rondeau | |
rate is required). | |||
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 | |||
2011-09-24 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
2011-09-24 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-23 | updated QA codes for fixed PLL blocks. | Tom Rondeau | |
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | fixed QA code for PLL changes | Tom Rondeau | |
2011-09-12 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-09 | Merge branch 'master' into next | Tom Rondeau | |
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared. | |||
2011-09-08 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-08 | Merge branch 'master' into next | Tom Rondeau | |