summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-0343-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 Rondeau2012-04-031-1/+1
|
* Merge branch 'master' into nextTom Rondeau2012-03-271-9/+8
|\
| * volk: make both test cases look and function the same.Tom Rondeau2012-03-221-9/+8
| |
* | examples: fixing synthesizer examples to use new block name.Tom Rondeau2012-03-023-3/+3
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-03-015-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 Rondeau2012-02-141-0/+252
| | | | | | | | plotting tool.
| * volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.Tom Rondeau2012-02-131-8/+1
| |
| * volk: can specify a table to calculate the percent improvement against ↵Tom Rondeau2012-02-131-20/+60
| | | | | | | | instead of just the raw numbers.
| * volk: better handling of plot for error bars. Older versions of pylab don't ↵Tom Rondeau2012-02-131-8/+10
| | | | | | | | like the kwargs.
| * volk: better args for benchmarking volk tests; can specify a list of test ↵Tom Rondeau2012-02-132-16/+17
| | | | | | | | numbers.
| * volk: improved GR benchmark and plotting utilities.Tom Rondeau2012-02-133-53/+110
| |
| * volk: test commands for measuring type conversion performance.Tom Rondeau2012-02-131-0/+183
| |
| * volk: adding an examples directory with scripts to benchmark and compare ↵Tom Rondeau2012-02-133-0/+398
| | | | | | | | volk-optimized GR blocks.
* | Merge branch 'synth' into nextTom Rondeau2012-02-283-1/+136
|\ \
| * | examples: adding an example of using the channelizer and synthesize together ↵Tom Rondeau2012-02-283-1/+134
| | | | | | | | | | | | to reconstruct a signal.
| * | core: pfb channelizer: can now set a channel map to direct the channels to a ↵Tom Rondeau2012-02-281-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 cleanupJohnathan Corgan2011-12-0810-184/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* uhd: change examples to use new stream apiJosh Blum2011-11-071-3/+1
|
* examples: making both autotools and cmake install all the same examples.Tom Rondeau2011-10-246-1/+155
|
* examples: removed multi_usrp examples.Tom Rondeau2011-10-196-782/+0
|
* ofdm: removed old ofdm examples directory. All examples are now in gr-digital.Tom Rondeau2011-10-175-264/+0
|
* digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau2011-10-1212-1832/+0
|
* Removed empty usrp directory.Tom Rondeau2011-10-072-38/+0
|
* digital: removed old digital and digital-bert scripts that will no longer ↵Tom Rondeau2011-10-0639-7452/+0
| | | | work. All of these have been replaced in gr-digital/examples.
* Merge branch 'next' into digitalTom Rondeau2011-10-0654-9984/+2
|\
| * uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵Tom Rondeau2011-10-066-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 Rondeau2011-10-063-171/+1
| | | | | | | | gr-uhd/examples Makefile.
| * uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau2011-10-062-294/+1
| | | | | | | | with UHD.
| * uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵Tom Rondeau2011-10-063-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 Rondeau2011-10-068-1036/+1
| | | | | | | | wfm_rcv is already handled after conversion from usrp.
| * uhd: cleaning up and updating some script info.Tom Rondeau2011-10-064-1294/+0
| |
| * uhd: removing example files now in gr-uhd/examplesTom Rondeau2011-10-051-1/+0
| |
| * uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵Tom Rondeau2011-10-043-483/+0
| | | | | | | | with UHD.
| * uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD.Tom Rondeau2011-10-043-885/+1
| |
| * uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau2011-10-041-332/+0
| | | | | | | | with UHD. Needs more testing.
| * uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵Tom Rondeau2011-10-041-83/+0
| | | | | | | | USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).
| * uhd: removing multi-antenna stuff frmo gnuradio-examplesTom Rondeau2011-10-035-441/+0
| |
| * uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examplesTom Rondeau2011-10-032-198/+0
| |
| * uhd: build script changes for multi-antenna examplesTom Rondeau2011-10-031-1/+0
| |
| * UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵Tom Rondeau2011-10-0322-3551/+0
| | | | | | | | minimum possible work to convert HF Explorer to use UHD.
* | Merge branch 'next' into digitalTom Rondeau2011-09-2617-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 nextJohnathan Corgan2011-09-2410-40/+196
| |\ | | | | | | | | | | | | Conflicts: gr-qtgui/apps/usrp_display.py
| | * examples: fixed import statements.Tom Rondeau2011-09-231-5/+15
| | |
| | * examples: fixed examples (pfb and tags) to print an error when python ↵Tom Rondeau2011-09-239-35/+181
| | | | | | | | | | | | modules are not available.
| | * tags: adding tags examples to build distribution.Tom Rondeau2011-09-093-0/+32
| | |
| | * tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau2011-09-091-23/+43
| | | | | | | | | | | | when receiving bursty NBFM signals.
| * | tags: adding tags examples to build distribution.Tom Rondeau2011-09-093-0/+32
| | |
| * | tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau2011-09-091-23/+43
| | | | | | | | | | | | when receiving bursty NBFM signals.
| * | gnuradio-examples: removed digital_voice examplesJohnathan Corgan2011-07-185-160/+0
| | |