summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | howto: changes as per tom's suggestionsJosh Blum2011-10-1810-40/+37
* | | | digital: added mising install rules for moved ofdm xml filesJosh Blum2011-10-181-0/+7
* | | | added some more python dash BJosh Blum2011-10-172-2/+2
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-17124-2879/+2004
|\| | |
| * | | Merge branch 'master' into nextTom Rondeau2011-10-171-2/+1
| |\| |
| | * | Merge branch 'maint'Tom Rondeau2011-10-171-2/+1
| | |\ \
| | | * | qtgui: missed something before.maint-3.4.1distcheck-maintTom Rondeau2011-10-171-2/+1
| * | | | Merge branch 'master' into nextTom Rondeau2011-10-172-2/+7
| |\| | |
| | * | | Merge branch 'maint'Tom Rondeau2011-10-172-2/+7
| | |\| |
| | | * | qtgui: a few more fixes for qwt 5.2/6.0.Tom Rondeau2011-10-172-2/+7
| * | | | digital: adding OFDM GRC blocks to gr-digital.Tom Rondeau2011-10-1711-12/+380
| * | | | Merge branch 'master' into nextTom Rondeau2011-10-172-6/+6
| |\| | |
| | * | | Merge branch 'maint'Tom Rondeau2011-10-172-6/+6
| | |\| |
| | | * | build: fixed last warning generated from bootstrap under autoconf 2.68.Tom Rondeau2011-10-172-6/+6
| * | | | ofdm: removed old ofdm examples directory. All examples are now in gr-digital.Tom Rondeau2011-10-175-264/+0
| * | | | Merge branch 'next' into dig_ofdmTom Rondeau2011-10-1745-285/+810
| |\ \ \ \
| * | | | | digital: added set_freq function to narrownband tunnel's main top block.Tom Rondeau2011-10-141-1/+9
| * | | | | digital: wip: working on tunnel.py for OFDM.Tom Rondeau2011-10-141-195/+27
| * | | | | digital: renamed OFDM benchmark codes; no real need to say what they are in a...Tom Rondeau2011-10-142-0/+0
| * | | | | digital: fixed narrowband channel model adder to take a signal amplitude to d...Tom Rondeau2011-10-141-3/+4
| * | | | | digital: add channel model for OFDM signals to a file.Tom Rondeau2011-10-141-0/+110
| * | | | | digital: removed unnecessary benchmark_ofdm.pyTom Rondeau2011-10-141-187/+0
| * | | | | digital: fixed OFDM benchmark code to work over-the-air with UHD.Tom Rondeau2011-10-145-38/+20
| * | | | | fixed a couple of typos.Tom Rondeau2011-10-142-2/+2
| * | | | | docs: Updated some docs and made it so GRC can pull docs in from other compon...Tom Rondeau2011-10-145-95/+115
| * | | | | Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdmTom Rondeau2011-10-125-26/+6
| |\ \ \ \ \
| | * | | | | digital: fixed QA tests for ofdm.Tom Rondeau2011-10-125-26/+6
| * | | | | | digital: changed modulation_utils2 to modulation_utils and update all files u...Tom Rondeau2011-10-1217-43/+43
| * | | | | | digital: OFDM using new psk and qam modules for constellations. Also, psk2->p...Tom Rondeau2011-10-1211-210/+123
| * | | | | | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ad...Tom Rondeau2011-10-124-31/+34
| |/ / / / /
| * | | | | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau2011-10-1229-440/+311
| * | | | | digital: removed psk and qam from gnuradio-core; unnecessary now.Tom Rondeau2011-10-123-209/+0
| * | | | | digital: unnecessary import.Tom Rondeau2011-10-121-1/+1
| * | | | | digital: I didn't think this was needed, but apparently, it is.Tom Rondeau2011-10-121-0/+3
| * | | | | digital: benchmark_tx and benchmark_rx are working to/from file.Tom Rondeau2011-10-125-35/+52
| * | | | | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but un...Tom Rondeau2011-10-129-115/+67
| * | | | | digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau2011-10-1221-2177/+43
| * | | | | digital: moved narrowband examples to their own directory (to make room for O...Tom Rondeau2011-10-1224-33/+1889
* | | | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1727-181/+582
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into nextTom Rondeau2011-10-1627-181/+582
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'maint'Tom Rondeau2011-10-1627-181/+582
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | qtgui: more compatability issues.Tom Rondeau2011-10-1612-25/+112
| | | * | | qtgui: wip: working to make plots backwards compatible with qwt 5.2.Tom Rondeau2011-10-162-6/+60
| | | * | | qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.Tom Rondeau2011-10-161-5/+3
| | | * | | qtgui: fixed waterfall color map issue under qwt6.Tom Rondeau2011-10-161-19/+74
| | | * | | qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale ...Tom Rondeau2011-10-1610-142/+116
| | | * | | qtgui: constellation plot working again under qwt6.Tom Rondeau2011-10-164-15/+15
| | | * | | qtgui: Time domain plot working againt under qwt6.Tom Rondeau2011-10-164-20/+19
| | | * | | qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain backwar...Tom Rondeau2011-10-1518-160/+390
| | | * | | qtgui: avoids a simple warning.Tom Rondeau2011-10-151-1/+2