summaryrefslogtreecommitdiff
path: root/gnuradio-examples
AgeCommit message (Collapse)Author
2011-11-07uhd: change examples to use new stream apiJosh Blum
2011-10-24examples: making both autotools and cmake install all the same examples.Tom Rondeau
2011-10-19examples: removed multi_usrp examples.Tom Rondeau
2011-10-17ofdm: removed old ofdm examples directory. All examples are now in gr-digital.Tom Rondeau
2011-10-12digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau
2011-10-08uhd examples: updated all GRC USRP-based examples to UHD examples.Tom Rondeau
2011-10-07Removed empty usrp directory.Tom Rondeau
2011-10-06digital: 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-06Merge branch 'next' into digitalTom Rondeau
2011-10-06uhd: 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-06uhd: removed examples that don't make sense with UHD. Fixed up ↵Tom Rondeau
gr-uhd/examples Makefile.
2011-10-06uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau
with UHD.
2011-10-06uhd: 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-06uhd: 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-06uhd: cleaning up and updating some script info.Tom Rondeau
2011-10-05uhd: removing example files now in gr-uhd/examplesTom Rondeau
2011-10-04uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵Tom Rondeau
with UHD.
2011-10-04uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD.Tom Rondeau
2011-10-04uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau
with UHD. Needs more testing.
2011-10-04uhd: 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-03uhd: removing multi-antenna stuff frmo gnuradio-examplesTom Rondeau
2011-10-03uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examplesTom Rondeau
2011-10-03uhd: build script changes for multi-antenna examplesTom Rondeau
2011-10-03UHD: 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-26Merge branch 'next' into digitalTom 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-24Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-qtgui/apps/usrp_display.py
2011-09-23examples: fixed import statements.Tom Rondeau
2011-09-23examples: fixed examples (pfb and tags) to print an error when python ↵Tom Rondeau
modules are not available.
2011-09-13digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵Tom Rondeau
and working with new dbpsk,dqpsk,d8psk.
2011-09-13digital: moving more examples from gnuradio-examples to gr-digital and added ↵Tom Rondeau
examples to Makefile.am.
2011-09-09tags: adding tags examples to build distribution.Tom Rondeau
2011-09-09tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau
when receiving bursty NBFM signals.
2011-09-09tags: adding tags examples to build distribution.Tom Rondeau
2011-09-09tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau
when receiving bursty NBFM signals.
2011-09-02Merge branch 'master' into nextTom 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-02Merge branch 'turbo'Tom Rondeau
2011-09-01Minor fixes in turbo GRC blocks and one more example added.Achilleas Anastasopoulos
2011-08-31More examples and turbo decoder blocks added.Achilleas Anastasopoulos
2011-08-31Added more turbo encoder/decoder blocks and examples.Achilleas Anastasopoulos
2011-08-31Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc ↵Achilleas Anastasopoulos
blocks related to trellis inside the gr-trellis/grc directory
2011-07-18gnuradio-examples: removed digital_voice examplesJohnathan Corgan
2011-07-17Merge branch '8psk' into nextTom Rondeau
Conflicts: gr-msdd6000/src/Makefile.swig.gen
2011-07-04gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan
This begins a transition of examples from a separate gnuradio-examples component into an examples directory with the component they go with. In this commit: gnuradio-examples/c++/audio/ => gr-audio/examples/c++ gnuradio-examples/python/audio => gr-audio/examples/python The system installation directory remains $PREFIX/share/gnuradio/examples/audio
2011-06-13Merge branch 'master' into 8pskTom Rondeau
Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
2011-06-09grc: removed var sink taps example, its no longer supported, weird, and not ↵Josh Blum
useful
2011-05-13Merge branch 'master' into 8pskTom Rondeau
2011-05-10examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted ↵Tom Rondeau
by Elvis Dowson.
2011-04-08Merge branch 'master' into constell_objTom Rondeau
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gr-audio-oss/src/Makefile.swig.gen gr-audio/swig/Makefile.swig.gen
2011-03-14gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan
* gnuradio-examples/C++/audio/dial_tone
2011-01-30Merged upstream from nextBen Reynwar