summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-27Merge remote-tracking branch 'benreynwar/maint' into maintTom Rondeau
2012-02-27Fixed bug in digital_qam_demod.xmlBen Reynwar
2012-02-26Merge branch 'maint'Johnathan Corgan
2012-02-26core: add null constructors to sync_* blocksJohnathan Corgan
2012-02-24Merge branch 'maint'Tom Rondeau
2012-02-24digital: forgot to include new xml in Makefile.am.Tom Rondeau
2012-02-24Added digital_constellation_receiver_cb.xml fileBen Reynwar
2012-02-24Merge remote-tracking branch 'benreynwar/minor_fixes'Tom Rondeau
2012-02-24Added digital_constellation_receiver_cb.xml fileBen Reynwar
2012-02-23volk: float to short conversion is consistent between archs and tail cases. ↵Tom Rondeau
Rounds to nearest number.
2012-02-23Merge branch 'maint'Tom Rondeau
2012-02-23Try really hard to get cmake to use compiler flags from the toolchain file.Philip Balister
See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html Also credit OpenEmbedded for doing something similar in the toolchain file they create. Signed-off-by: Philip Balister <philip@opensdr.com>
2012-02-23Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau
Conflicts: volk/apps/volk_profile.cc
2012-02-22Remove ORC invocation since // doesn't dissuade the generator.Nick Foster
2012-02-21Merge branch 'maint'Tom Rondeau
2012-02-21qtgui: More search options for qwt libraries, specifically for OSX.Michael Dickens
2012-02-21Volk: add scalar const support to the profiler/QA code. Disabled ↵Nick Foster
volk_32fc_s32fc_multiply_32fc_a's Orc impl due to it not working.
2012-02-20Merge branch 'maint'Tom Rondeau
2012-02-20Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-20digital: fixed comments for new parameters.Tom Rondeau
2012-02-17Merge branch 'maint'Johnathan Corgan
2012-02-17vocoder: add xml blocks to autotools buildJohnathan Corgan
2012-02-17vocoder: fix typos in added block xmlJohnathan Corgan
2012-02-17core: protection if set_delay is called before the last delay update has ↵Tom Rondeau
finished.
2012-02-17Merge branch 'dyn_delay'Tom Rondeau
2012-02-17core: in delay block, protect against repeated calls to set_delay with the ↵Tom Rondeau
same value.
2012-02-16copyright adjustment.Tom Rondeau
2012-02-16core: 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-16core: allowing delay to be dynamic for runtime changes to set_delay.Tom Rondeau
This converts the block from a gr_sync_block to a gr_block since it has to return and consume different amounts when the delay setting changes.
2012-02-16Merge branch 'maint'Johnathan Corgan
2012-02-16small tweaks to get stream sizes "more correct"Michael L Dickens
2012-02-16allow any input hardware audio rate; fix use of deprecated function ↵Michael Dickens
'AudioHardwareGetProperty'
2012-02-15Merge branch 'maint'Tom Rondeau
2012-02-15digital: install OFDM examples into installed examples directory.Michael Dickens
2012-02-14Merge branch 'safe_align' of vortex.corganenterprises.com:gnuradio-trondeau ↵Tom Rondeau
into safe_align
2012-02-14build: fix autotools for gnuradio-core volkificationJohnathan Corgan
2012-02-14volk: added README file to explain how to run the benchmark tests and ↵Tom Rondeau
plotting tool.
2012-02-14Merge branch 'master' into safe_alignJohnathan Corgan
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
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-14uhd: fix source block xml file generationMichael Dickens
2012-02-14Merge branch 'maint'Tom Rondeau
2012-02-14docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun
2012-02-13volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.Tom Rondeau
2012-02-13volk: can specify a table to calculate the percent improvement against ↵Tom Rondeau
instead of just the raw numbers.
2012-02-13core: change alignment requirement.Tom Rondeau
2012-02-13volk: better handling of plot for error bars. Older versions of pylab don't ↵Tom Rondeau
like the kwargs.
2012-02-13volk: added some documentation to the Doxygen manual explaining Volk and how ↵Tom Rondeau
to use it.
2012-02-13core: 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-13volk: better args for benchmarking volk tests; can specify a list of test ↵Tom Rondeau
numbers.