summaryrefslogtreecommitdiff
path: root/gnuradio-examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Added a new example python script (a stripped down version of benchmark_loopb...Ben Reynwar2010-12-031-0/+64
* | | | | | | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan2011-07-0421-1040/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | grc: removed var sink taps example, its no longer supported, weird, and not u...Josh Blum2011-06-092-490/+1
| |_|_|_|/ |/| | | |
* | | | | examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted by...Tom Rondeau2011-05-101-1/+2
| |_|_|/ |/| | |
* | | | gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan2011-03-148-147/+89
| |_|/ |/| |
* | | Add documentation for gr-run-waveform and define-waveformEric Blossom2011-01-051-1/+248
* | | Have swig/guile wrap enums and constants as scheme variables, not functions.Eric Blossom2011-01-051-2/+2
* | | Move example waveforms to gnuradio-examples/waveforms.Eric Blossom2010-12-305-0/+98
* | | Merge branch 'master' into nextTom Rondeau2010-12-281-1/+1
|\ \ \
| * | | PFB channelizer can be specified without external taps. Uses optfir to genera...Tom Rondeau2010-12-281-1/+1
| | |/ | |/|
* | | Merge branch 'next' into guile-nextEric Blossom2010-12-063-0/+222
|\ \ \
| * | | Merge branch 'master' into nextTom Rondeau2010-12-061-0/+95
| |\| |
| | * | Adding new example script for using the new PFB arbitrary resampler interface...Tom Rondeau2010-12-061-0/+95
| | |/
| * | Fixing up the UHD sample tag example to take command line options.Tom Rondeau2010-11-291-7/+21
| * | Removed comments to stdout from file tagger; made it easir to go from interna...Tom Rondeau2010-11-211-10/+12
| * | Updating test_file_tags.py to use new file tagger interface (sample rate of 1...Tom Rondeau2010-11-211-1/+1
| * | Updating example to pass file tagger the sample rate and changed some values ...Tom Rondeau2010-11-211-11/+11
| * | Fixing uhd test app.Tom Rondeau2010-11-171-6/+7
| * | Removing vestigial line.Tom Rondeau2010-11-171-1/+0
| * | Adding an example that uses gr_uhd sources to generate tags and collects burs...Tom Rondeau2010-11-171-0/+82
| * | Adding a simple example of using the tagger and tagging file.Tom Rondeau2010-11-161-0/+29
| |/
* / Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+3
|/
* Merge branch 'makefile_var_ordering'Tom Rondeau2010-10-291-4/+5
|\
| * rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-4/+5
* | Merge branch 'synfilt'Tom Rondeau2010-10-162-0/+176
|\ \ | |/ |/|
| * Work on examples for the synthesize filterbank block. The cleans up the simpl...Tom Rondeau2010-10-162-7/+126
| * Adding QA code for fir filter with buffer.Tom Rondeau2010-10-161-2/+1
| * Adding a test example for the synthesis filter.Tom Rondeau2010-10-161-0/+58
* | Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-236-51/+71
|\ \
| * | Rework UDP source and sink, with incompatible API changesDon Ward2010-05-046-52/+69
| * | Updates to udp source/sink (select(), wait, cleanup)Don Ward2010-04-301-3/+6
| |/
* | Fixing up GUI windows to better scale with gtgui sinks.Tom Rondeau2010-05-118-1410/+1196
* | Fixing benchmark loopback to work with new v2's of modulators.Tom Rondeau2010-05-111-1/+1
* | Fixing benchmark program to work with original dbpsk/dqpsk modulations again ...Tom Rondeau2010-05-101-14/+17
|/
* New matplotlib does the fftshift for us when doing mlab.psd. This makes the f...Tom Rondeau2010-04-151-2/+2
* Fixing copyright of a couple of stragglers.Tom Rondeau2010-03-142-1/+21
* Fixing copyright dates.Tom Rondeau2010-03-145-5/+5
* Making old and new digital modulations completely seperable by adding modulat...Tom Rondeau2010-03-144-14/+14
* Merge branch 'digital' of vps.gnuradio.org:trondeau into digitalTom Rondeau2010-03-133-1/+237
|\
| * Merge branch 'digital' of git@gnuradio.org:trondeau into digitalTom Rondeau2010-03-135-217/+229
| |\
| * | Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk o...Tom Rondeau2010-03-133-1/+237
| * | Fixing use of pick_bitrate2 in QT Rx2.Tom Rondeau2010-02-271-0/+1
* | | Fixing call to usrp_receive_path2.Tom Rondeau2010-03-132-3/+2
* | | Adding version 2 of receive path so as not to affect old dbpsk and dqpsk oper...Tom Rondeau2010-03-134-1/+213
| |/ |/|
* | Changing FLL parameter range for use with new code.Tom Rondeau2010-03-062-216/+216
* | Small fixes for loopback with new code.Tom Rondeau2010-03-062-0/+12
* | Fixing how new pick_bitrate is used.Tom Rondeau2010-03-061-0/+1
|/
* Fixing a few bugs in handling of real samples per symbol.Tom Rondeau2010-02-263-5/+4
* Fixes pick_bitrate2 for use on receiver side.Tom Rondeau2010-02-262-3/+6
* Fixing pick_bitrate2 for transmit side with all cases tested.Tom Rondeau2010-02-253-7/+38