Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | examples: fixing synthesizer examples to use new block name. | Tom Rondeau | |
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 | examples: adding an example of using the channelizer and synthesize together ↵ | Tom Rondeau | |
to reconstruct a signal. | |||
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-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 | Merge branch 'master' into next | Johnathan Corgan | |
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-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
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 | |