Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | volk: added README file to explain how to run the benchmark tests and ↵ | Tom Rondeau | |
plotting tool. | |||
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-14 | Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep) | Martin Braun | |
2012-02-13 | volk: complex_to_arg doesn't actually use Volk. No need to benchmark it. | Tom Rondeau | |
2012-02-13 | volk: can specify a table to calculate the percent improvement against ↵ | Tom Rondeau | |
instead of just the raw numbers. | |||
2012-02-13 | volk: better handling of plot for error bars. Older versions of pylab don't ↵ | Tom Rondeau | |
like the kwargs. | |||
2012-02-13 | volk: better args for benchmarking volk tests; can specify a list of test ↵ | Tom Rondeau | |
numbers. | |||
2012-02-13 | volk: improved GR benchmark and plotting utilities. | Tom Rondeau | |
2012-02-13 | volk: test commands for measuring type conversion performance. | Tom Rondeau | |
2012-02-13 | volk: adding an examples directory with scripts to benchmark and compare ↵ | Tom Rondeau | |
volk-optimized GR blocks. | |||
2011-11-07 | uhd: change examples to use new stream api | Josh Blum | |
2011-10-24 | examples: making both autotools and cmake install all the same examples. | Tom Rondeau | |
2011-10-19 | examples: removed multi_usrp examples. | Tom Rondeau | |
2011-10-17 | ofdm: removed old ofdm examples directory. All examples are now in gr-digital. | Tom Rondeau | |
2011-10-12 | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | |
2011-10-08 | uhd examples: updated all GRC USRP-based examples to UHD examples. | Tom Rondeau | |
2011-10-07 | Removed empty usrp directory. | Tom Rondeau | |
2011-10-06 | digital: removed old digital and digital-bert scripts that will no longer ↵ | Tom Rondeau | |
work. All of these have been replaced in gr-digital/examples. | |||
2011-10-06 | Merge branch 'next' into digital | Tom Rondeau | |
2011-10-06 | uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵ | Tom Rondeau | |
gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory. | |||
2011-10-06 | uhd: removed examples that don't make sense with UHD. Fixed up ↵ | Tom Rondeau | |
gr-uhd/examples Makefile. | |||
2011-10-06 | uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. | |||
2011-10-06 | uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵ | Tom Rondeau | |
run with the UHD, but I can't really test them since there's no NTSC signals around... | |||
2011-10-06 | uhd: removing usrp2 examples. Not bothering with QT version for now and the ↵ | Tom Rondeau | |
wfm_rcv is already handled after conversion from usrp. | |||
2011-10-06 | uhd: cleaning up and updating some script info. | Tom Rondeau | |
2011-10-05 | uhd: removing example files now in gr-uhd/examples | Tom Rondeau | |
2011-10-04 | uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. | |||
2011-10-04 | uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD. | Tom Rondeau | |
2011-10-04 | uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. Needs more testing. | |||
2011-10-04 | uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵ | Tom Rondeau | |
USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually). | |||
2011-10-03 | uhd: removing multi-antenna stuff frmo gnuradio-examples | Tom Rondeau | |
2011-10-03 | uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples | Tom Rondeau | |
2011-10-03 | uhd: build script changes for multi-antenna examples | Tom Rondeau | |
2011-10-03 | UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵ | Tom Rondeau | |
minimum possible work to convert HF Explorer to use UHD. | |||
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 'master' into next | Johnathan Corgan | |
Conflicts: gr-qtgui/apps/usrp_display.py | |||
2011-09-23 | examples: fixed import statements. | Tom Rondeau | |
2011-09-23 | examples: fixed examples (pfb and tags) to print an error when python ↵ | Tom Rondeau | |
modules are not available. | |||
2011-09-13 | digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵ | Tom Rondeau | |
and working with new dbpsk,dqpsk,d8psk. | |||
2011-09-13 | digital: moving more examples from gnuradio-examples to gr-digital and added ↵ | Tom Rondeau | |
examples to Makefile.am. | |||
2011-09-09 | tags: adding tags examples to build distribution. | Tom Rondeau | |
2011-09-09 | tags: updated uhd_burst_detector with a better energy detector. Works well ↵ | Tom Rondeau | |
when receiving bursty NBFM signals. | |||
2011-09-09 | tags: adding tags examples to build distribution. | Tom Rondeau | |
2011-09-09 | tags: updated uhd_burst_detector with a better energy detector. Works well ↵ | Tom Rondeau | |
when receiving bursty NBFM signals. | |||
2011-09-02 | Merge branch 'master' into next | Tom Rondeau | |
* master: Minor fixes in turbo GRC blocks Minor fixes in turbo GRC blocks and one more example added. Added pccc combined turbo decoder and corresponding GRC block More examples and turbo decoder blocks added. Added more turbo encoder/decoder blocks and examples. Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc blocks related to trellis inside the gr-trellis/grc directory added grc directory in gr-trellis updated Makefile.am and block_tree.xml to reflect changes in grc file for gr-trellis Moved grc files from grc/block to gr-trellis/grc | |||
2011-09-02 | Merge branch 'turbo' | Tom Rondeau | |
2011-09-01 | Minor fixes in turbo GRC blocks and one more example added. | Achilleas Anastasopoulos | |
2011-08-31 | More examples and turbo decoder blocks added. | Achilleas Anastasopoulos | |
2011-08-31 | Added more turbo encoder/decoder blocks and examples. | Achilleas Anastasopoulos | |
2011-08-31 | Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc ↵ | Achilleas Anastasopoulos | |
blocks related to trellis inside the gr-trellis/grc directory |