| Commit message (Expand) | Author | Age | Files | Lines |
* | swig: fix rules for generated index files | Josh Blum | 2011-10-19 | 3 | -4/+7 |
* | core: forgot to remove extra under | Josh Blum | 2011-10-19 | 1 | -1/+1 |
* | digital: added missing symbol export in digital_constellation | Josh Blum | 2011-10-19 | 1 | -1/+1 |
* | core: added transcendental to cmake build | Josh Blum | 2011-10-19 | 2 | -2/+4 |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-19 | 12 | -6/+287 |
|\ |
|
| * | Merge branch 'master' into next | Tom Rondeau | 2011-10-18 | 10 | -4/+285 |
| |\ |
|
| | * | wxgui: saner defaults to wxgui plotters from issue #450. | Tom Rondeau | 2011-10-18 | 2 | -3/+3 |
| | * | added transcendental block from jblum/transcendental (reworked for master bra... | Tom Rondeau | 2011-10-18 | 8 | -1/+282 |
| * | | digital: xml is so picky. This fixes the problems with the new GRC blocks in ... | Tom Rondeau | 2011-10-18 | 2 | -2/+2 |
* | | | grc: dont set the HLKM stuff unless win32 | Josh Blum | 2011-10-19 | 1 | -0/+4 |
* | | | cmake: fix that component depends on component hack | Josh Blum | 2011-10-19 | 14 | -18/+30 |
* | | | cmake: added ability to support -DENABLE_XXX=FORCE | Josh Blum | 2011-10-19 | 1 | -0/+13 |
* | | | howto: changes as per tom's suggestions | Josh Blum | 2011-10-18 | 10 | -40/+37 |
* | | | digital: added mising install rules for moved ofdm xml files | Josh Blum | 2011-10-18 | 1 | -0/+7 |
* | | | added some more python dash B | Josh Blum | 2011-10-17 | 2 | -2/+2 |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-17 | 124 | -2879/+2004 |
|\| | |
|
| * | | Merge branch 'master' into next | Tom Rondeau | 2011-10-17 | 1 | -2/+1 |
| |\| |
|
| | * | Merge branch 'maint' | Tom Rondeau | 2011-10-17 | 1 | -2/+1 |
| | |\ |
|
| | | * | qtgui: missed something before.maint-3.4.1distcheck-maint | Tom Rondeau | 2011-10-17 | 1 | -2/+1 |
| * | | | Merge branch 'master' into next | Tom Rondeau | 2011-10-17 | 2 | -2/+7 |
| |\| | |
|
| | * | | Merge branch 'maint' | Tom Rondeau | 2011-10-17 | 2 | -2/+7 |
| | |\| |
|
| | | * | qtgui: a few more fixes for qwt 5.2/6.0. | Tom Rondeau | 2011-10-17 | 2 | -2/+7 |
| * | | | digital: adding OFDM GRC blocks to gr-digital. | Tom Rondeau | 2011-10-17 | 11 | -12/+380 |
| * | | | Merge branch 'master' into next | Tom Rondeau | 2011-10-17 | 2 | -6/+6 |
| |\| | |
|
| | * | | Merge branch 'maint' | Tom Rondeau | 2011-10-17 | 2 | -6/+6 |
| | |\| |
|
| | | * | build: fixed last warning generated from bootstrap under autoconf 2.68. | Tom Rondeau | 2011-10-17 | 2 | -6/+6 |
| * | | | ofdm: removed old ofdm examples directory. All examples are now in gr-digital. | Tom Rondeau | 2011-10-17 | 5 | -264/+0 |
| * | | | Merge branch 'next' into dig_ofdm | Tom Rondeau | 2011-10-17 | 45 | -285/+810 |
| |\ \ \ |
|
| * | | | | digital: added set_freq function to narrownband tunnel's main top block. | Tom Rondeau | 2011-10-14 | 1 | -1/+9 |
| * | | | | digital: wip: working on tunnel.py for OFDM. | Tom Rondeau | 2011-10-14 | 1 | -195/+27 |
| * | | | | digital: renamed OFDM benchmark codes; no real need to say what they are in a... | Tom Rondeau | 2011-10-14 | 2 | -0/+0 |
| * | | | | digital: fixed narrowband channel model adder to take a signal amplitude to d... | Tom Rondeau | 2011-10-14 | 1 | -3/+4 |
| * | | | | digital: add channel model for OFDM signals to a file. | Tom Rondeau | 2011-10-14 | 1 | -0/+110 |
| * | | | | digital: removed unnecessary benchmark_ofdm.py | Tom Rondeau | 2011-10-14 | 1 | -187/+0 |
| * | | | | digital: fixed OFDM benchmark code to work over-the-air with UHD. | Tom Rondeau | 2011-10-14 | 5 | -38/+20 |
| * | | | | fixed a couple of typos. | Tom Rondeau | 2011-10-14 | 2 | -2/+2 |
| * | | | | docs: Updated some docs and made it so GRC can pull docs in from other compon... | Tom Rondeau | 2011-10-14 | 5 | -95/+115 |
| * | | | | Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm | Tom Rondeau | 2011-10-12 | 5 | -26/+6 |
| |\ \ \ \ |
|
| | * | | | | digital: fixed QA tests for ofdm. | Tom Rondeau | 2011-10-12 | 5 | -26/+6 |
| * | | | | | digital: changed modulation_utils2 to modulation_utils and update all files u... | Tom Rondeau | 2011-10-12 | 17 | -43/+43 |
| * | | | | | digital: OFDM using new psk and qam modules for constellations. Also, psk2->p... | Tom Rondeau | 2011-10-12 | 11 | -210/+123 |
| * | | | | | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ad... | Tom Rondeau | 2011-10-12 | 4 | -31/+34 |
| |/ / / / |
|
| * | | | | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau | 2011-10-12 | 29 | -440/+311 |
| * | | | | digital: removed psk and qam from gnuradio-core; unnecessary now. | Tom Rondeau | 2011-10-12 | 3 | -209/+0 |
| * | | | | digital: unnecessary import. | Tom Rondeau | 2011-10-12 | 1 | -1/+1 |
| * | | | | digital: I didn't think this was needed, but apparently, it is. | Tom Rondeau | 2011-10-12 | 1 | -0/+3 |
| * | | | | digital: benchmark_tx and benchmark_rx are working to/from file. | Tom Rondeau | 2011-10-12 | 5 | -35/+52 |
| * | | | | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but un... | Tom Rondeau | 2011-10-12 | 9 | -115/+67 |
| * | | | | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | 2011-10-12 | 21 | -2177/+43 |
| * | | | | digital: moved narrowband examples to their own directory (to make room for O... | Tom Rondeau | 2011-10-12 | 24 | -33/+1889 |