Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵ | Tom Rondeau | 2012-04-03 | 43 | -5200/+0 |
| | | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. | ||||
* | build: Adding gnuradio-examples as a component to be turned on/off. | Tom Rondeau | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2012-03-27 | 1 | -9/+8 |
|\ | |||||
| * | volk: make both test cases look and function the same. | Tom Rondeau | 2012-03-22 | 1 | -9/+8 |
| | | |||||
* | | examples: fixing synthesizer examples to use new block name. | Tom Rondeau | 2012-03-02 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-03-01 | 5 | -0/+926 |
|\| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | volk: added README file to explain how to run the benchmark tests and ↵ | Tom Rondeau | 2012-02-14 | 1 | -0/+252 |
| | | | | | | | | plotting tool. | ||||
| * | volk: complex_to_arg doesn't actually use Volk. No need to benchmark it. | Tom Rondeau | 2012-02-13 | 1 | -8/+1 |
| | | |||||
| * | volk: can specify a table to calculate the percent improvement against ↵ | Tom Rondeau | 2012-02-13 | 1 | -20/+60 |
| | | | | | | | | instead of just the raw numbers. | ||||
| * | volk: better handling of plot for error bars. Older versions of pylab don't ↵ | Tom Rondeau | 2012-02-13 | 1 | -8/+10 |
| | | | | | | | | like the kwargs. | ||||
| * | volk: better args for benchmarking volk tests; can specify a list of test ↵ | Tom Rondeau | 2012-02-13 | 2 | -16/+17 |
| | | | | | | | | numbers. | ||||
| * | volk: improved GR benchmark and plotting utilities. | Tom Rondeau | 2012-02-13 | 3 | -53/+110 |
| | | |||||
| * | volk: test commands for measuring type conversion performance. | Tom Rondeau | 2012-02-13 | 1 | -0/+183 |
| | | |||||
| * | volk: adding an examples directory with scripts to benchmark and compare ↵ | Tom Rondeau | 2012-02-13 | 3 | -0/+398 |
| | | | | | | | | volk-optimized GR blocks. | ||||
* | | Merge branch 'synth' into next | Tom Rondeau | 2012-02-28 | 3 | -1/+136 |
|\ \ | |||||
| * | | examples: adding an example of using the channelizer and synthesize together ↵ | Tom Rondeau | 2012-02-28 | 3 | -1/+134 |
| | | | | | | | | | | | | to reconstruct a signal. | ||||
| * | | core: pfb channelizer: can now set a channel map to direct the channels to a ↵ | Tom Rondeau | 2012-02-28 | 1 | -1/+4 |
| |/ | | | | | | | | | | | 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. | ||||
* / | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 10 | -184/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | uhd: change examples to use new stream api | Josh Blum | 2011-11-07 | 1 | -3/+1 |
| | |||||
* | examples: making both autotools and cmake install all the same examples. | Tom Rondeau | 2011-10-24 | 6 | -1/+155 |
| | |||||
* | examples: removed multi_usrp examples. | Tom Rondeau | 2011-10-19 | 6 | -782/+0 |
| | |||||
* | ofdm: removed old ofdm examples directory. All examples are now in gr-digital. | Tom Rondeau | 2011-10-17 | 5 | -264/+0 |
| | |||||
* | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | 2011-10-12 | 12 | -1832/+0 |
| | |||||
* | Removed empty usrp directory. | Tom Rondeau | 2011-10-07 | 2 | -38/+0 |
| | |||||
* | digital: removed old digital and digital-bert scripts that will no longer ↵ | Tom Rondeau | 2011-10-06 | 39 | -7452/+0 |
| | | | | work. All of these have been replaced in gr-digital/examples. | ||||
* | Merge branch 'next' into digital | Tom Rondeau | 2011-10-06 | 54 | -9984/+2 |
|\ | |||||
| * | uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵ | Tom Rondeau | 2011-10-06 | 6 | -598/+1 |
| | | | | | | | | | | | | gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory. | ||||
| * | uhd: removed examples that don't make sense with UHD. Fixed up ↵ | Tom Rondeau | 2011-10-06 | 3 | -171/+1 |
| | | | | | | | | gr-uhd/examples Makefile. | ||||
| * | uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | 2011-10-06 | 2 | -294/+1 |
| | | | | | | | | with UHD. | ||||
| * | uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵ | Tom Rondeau | 2011-10-06 | 3 | -619/+0 |
| | | | | | | | | run with the UHD, but I can't really test them since there's no NTSC signals around... | ||||
| * | uhd: removing usrp2 examples. Not bothering with QT version for now and the ↵ | Tom Rondeau | 2011-10-06 | 8 | -1036/+1 |
| | | | | | | | | wfm_rcv is already handled after conversion from usrp. | ||||
| * | uhd: cleaning up and updating some script info. | Tom Rondeau | 2011-10-06 | 4 | -1294/+0 |
| | | |||||
| * | uhd: removing example files now in gr-uhd/examples | Tom Rondeau | 2011-10-05 | 1 | -1/+0 |
| | | |||||
| * | uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵ | Tom Rondeau | 2011-10-04 | 3 | -483/+0 |
| | | | | | | | | with UHD. | ||||
| * | uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD. | Tom Rondeau | 2011-10-04 | 3 | -885/+1 |
| | | |||||
| * | uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | 2011-10-04 | 1 | -332/+0 |
| | | | | | | | | with UHD. Needs more testing. | ||||
| * | uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵ | Tom Rondeau | 2011-10-04 | 1 | -83/+0 |
| | | | | | | | | USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually). | ||||
| * | uhd: removing multi-antenna stuff frmo gnuradio-examples | Tom Rondeau | 2011-10-03 | 5 | -441/+0 |
| | | |||||
| * | uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples | Tom Rondeau | 2011-10-03 | 2 | -198/+0 |
| | | |||||
| * | uhd: build script changes for multi-antenna examples | Tom Rondeau | 2011-10-03 | 1 | -1/+0 |
| | | |||||
| * | UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵ | Tom Rondeau | 2011-10-03 | 22 | -3551/+0 |
| | | | | | | | | minimum possible work to convert HF Explorer to use UHD. | ||||
* | | Merge branch 'next' into digital | Tom Rondeau | 2011-09-26 | 17 | -200/+248 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2011-09-24 | 10 | -40/+196 |
| |\ | | | | | | | | | | | | | Conflicts: gr-qtgui/apps/usrp_display.py | ||||
| | * | examples: fixed import statements. | Tom Rondeau | 2011-09-23 | 1 | -5/+15 |
| | | | |||||
| | * | examples: fixed examples (pfb and tags) to print an error when python ↵ | Tom Rondeau | 2011-09-23 | 9 | -35/+181 |
| | | | | | | | | | | | | modules are not available. | ||||
| | * | tags: adding tags examples to build distribution. | Tom Rondeau | 2011-09-09 | 3 | -0/+32 |
| | | | |||||
| | * | tags: updated uhd_burst_detector with a better energy detector. Works well ↵ | Tom Rondeau | 2011-09-09 | 1 | -23/+43 |
| | | | | | | | | | | | | when receiving bursty NBFM signals. | ||||
| * | | tags: adding tags examples to build distribution. | Tom Rondeau | 2011-09-09 | 3 | -0/+32 |
| | | | |||||
| * | | tags: updated uhd_burst_detector with a better energy detector. Works well ↵ | Tom Rondeau | 2011-09-09 | 1 | -23/+43 |
| | | | | | | | | | | | | when receiving bursty NBFM signals. | ||||
| * | | gnuradio-examples: removed digital_voice examples | Johnathan Corgan | 2011-07-18 | 5 | -160/+0 |
| | | |