| Commit message (Expand) | Author | Age | Files | Lines |
* | examples: fixed import statements. | Tom Rondeau | 2011-09-23 | 1 | -5/+15 |
* | examples: fixed examples (pfb and tags) to print an error when python modules... | Tom Rondeau | 2011-09-23 | 9 | -35/+181 |
* | 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 wh... | Tom Rondeau | 2011-09-09 | 1 | -23/+43 |
* | Merge branch 'turbo' | Tom Rondeau | 2011-09-02 | 6 | -330/+3829 |
|\ |
|
| * | Minor fixes in turbo GRC blocks and one more example added. | Achilleas Anastasopoulos | 2011-09-01 | 1 | -0/+832 |
| * | More examples and turbo decoder blocks added. | Achilleas Anastasopoulos | 2011-08-31 | 2 | -2/+865 |
| * | Added more turbo encoder/decoder blocks and examples. | Achilleas Anastasopoulos | 2011-08-31 | 2 | -1/+858 |
| * | Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc block... | Achilleas Anastasopoulos | 2011-08-31 | 3 | -330/+1277 |
* | | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audio | Johnathan Corgan | 2011-07-04 | 21 | -1040/+3 |
|/ |
|
* | grc: removed var sink taps example, its no longer supported, weird, and not u... | Josh Blum | 2011-06-09 | 2 | -490/+1 |
* | examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted by... | Tom Rondeau | 2011-05-10 | 1 | -1/+2 |
* | gnuradio-examples: add C++ audio examples using new gr-audio | Johnathan Corgan | 2011-03-14 | 8 | -147/+89 |
* | Add documentation for gr-run-waveform and define-waveform | Eric Blossom | 2011-01-05 | 1 | -1/+248 |
* | Have swig/guile wrap enums and constants as scheme variables, not functions. | Eric Blossom | 2011-01-05 | 1 | -2/+2 |
* | Move example waveforms to gnuradio-examples/waveforms. | Eric Blossom | 2010-12-30 | 5 | -0/+98 |
* | Merge branch 'master' into next | Tom Rondeau | 2010-12-28 | 1 | -1/+1 |
|\ |
|
| * | PFB channelizer can be specified without external taps. Uses optfir to genera... | Tom Rondeau | 2010-12-28 | 1 | -1/+1 |
* | | Merge branch 'next' into guile-next | Eric Blossom | 2010-12-06 | 3 | -0/+222 |
|\ \ |
|
| * | | Merge branch 'master' into next | Tom Rondeau | 2010-12-06 | 1 | -0/+95 |
| |\| |
|
| | * | Adding new example script for using the new PFB arbitrary resampler interface... | Tom Rondeau | 2010-12-06 | 1 | -0/+95 |
| * | | Fixing up the UHD sample tag example to take command line options. | Tom Rondeau | 2010-11-29 | 1 | -7/+21 |
| * | | Removed comments to stdout from file tagger; made it easir to go from interna... | Tom Rondeau | 2010-11-21 | 1 | -10/+12 |
| * | | Updating test_file_tags.py to use new file tagger interface (sample rate of 1... | Tom Rondeau | 2010-11-21 | 1 | -1/+1 |
| * | | Updating example to pass file tagger the sample rate and changed some values ... | Tom Rondeau | 2010-11-21 | 1 | -11/+11 |
| * | | Fixing uhd test app. | Tom Rondeau | 2010-11-17 | 1 | -6/+7 |
| * | | Removing vestigial line. | Tom Rondeau | 2010-11-17 | 1 | -1/+0 |
| * | | Adding an example that uses gr_uhd sources to generate tags and collects burs... | Tom Rondeau | 2010-11-17 | 1 | -0/+82 |
| * | | Adding a simple example of using the tagger and tagging file. | Tom Rondeau | 2010-11-16 | 1 | -0/+29 |
| |/ |
|
* / | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'makefile_var_ordering' | Tom Rondeau | 2010-10-29 | 1 | -4/+5 |
|\ |
|
| * | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 1 | -4/+5 |
* | | Merge branch 'synfilt' | Tom Rondeau | 2010-10-16 | 2 | -0/+176 |
|\ \
| |/
|/| |
|
| * | Work on examples for the synthesize filterbank block. The cleans up the simpl... | Tom Rondeau | 2010-10-16 | 2 | -7/+126 |
| * | Adding QA code for fir filter with buffer. | Tom Rondeau | 2010-10-16 | 1 | -2/+1 |
| * | Adding a test example for the synthesis filter. | Tom Rondeau | 2010-10-16 | 1 | -0/+58 |
* | | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | 2010-05-23 | 6 | -51/+71 |
|\ \ |
|
| * | | Rework UDP source and sink, with incompatible API changes | Don Ward | 2010-05-04 | 6 | -52/+69 |
| * | | Updates to udp source/sink (select(), wait, cleanup) | Don Ward | 2010-04-30 | 1 | -3/+6 |
| |/ |
|
* | | Fixing up GUI windows to better scale with gtgui sinks. | Tom Rondeau | 2010-05-11 | 8 | -1410/+1196 |
* | | Fixing benchmark loopback to work with new v2's of modulators. | Tom Rondeau | 2010-05-11 | 1 | -1/+1 |
* | | Fixing benchmark program to work with original dbpsk/dqpsk modulations again ... | Tom Rondeau | 2010-05-10 | 1 | -14/+17 |
|/ |
|
* | New matplotlib does the fftshift for us when doing mlab.psd. This makes the f... | Tom Rondeau | 2010-04-15 | 1 | -2/+2 |
* | Fixing copyright of a couple of stragglers. | Tom Rondeau | 2010-03-14 | 2 | -1/+21 |
* | Fixing copyright dates. | Tom Rondeau | 2010-03-14 | 5 | -5/+5 |
* | Making old and new digital modulations completely seperable by adding modulat... | Tom Rondeau | 2010-03-14 | 4 | -14/+14 |
* | Merge branch 'digital' of vps.gnuradio.org:trondeau into digital | Tom Rondeau | 2010-03-13 | 3 | -1/+237 |
|\ |
|
| * | Merge branch 'digital' of git@gnuradio.org:trondeau into digital | Tom Rondeau | 2010-03-13 | 5 | -217/+229 |
| |\ |
|
| * | | Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk o... | Tom Rondeau | 2010-03-13 | 3 | -1/+237 |
| * | | Fixing use of pick_bitrate2 in QT Rx2. | Tom Rondeau | 2010-02-27 | 1 | -0/+1 |