Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-19 | 12 | -44/+56 |
|\ | |||||
| * | digital: fixed digital narrowband examples to set the sample rate based on ↵ | Tom Rondeau | 2011-10-19 | 4 | -14/+26 |
| | | | | | | | | the symbol rate, not the bitrate, of the modulation. | ||||
| * | digital: fixed digital ofdm examples to use args instead of address and ↵ | Tom Rondeau | 2011-10-19 | 4 | -18/+18 |
| | | | | | | | | better default. | ||||
| * | digital: fixed digital narrowband examples to use args instead of address ↵ | Tom Rondeau | 2011-10-19 | 7 | -19/+19 |
| | | | | | | | | and better default. | ||||
* | | digital: added missing symbol export in digital_constellation | Josh Blum | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-19 | 2 | -2/+2 |
|\| | |||||
| * | digital: xml is so picky. This fixes the problems with the new GRC blocks in ↵ | Tom Rondeau | 2011-10-18 | 2 | -2/+2 |
| | | | | | | | | issue #449. | ||||
* | | cmake: fix that component depends on component hack | Josh Blum | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | digital: added mising install rules for moved ofdm xml files | Josh Blum | 2011-10-18 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-17 | 85 | -376/+5933 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h | ||||
| * | digital: adding OFDM GRC blocks to gr-digital. | Tom Rondeau | 2011-10-17 | 9 | -1/+631 |
| | | |||||
| * | 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 ↵ | Tom Rondeau | 2011-10-14 | 2 | -0/+0 |
| | | | | | | | | an ofdm directory. | ||||
| * | digital: fixed narrowband channel model adder to take a signal amplitude to ↵ | Tom Rondeau | 2011-10-14 | 1 | -3/+4 |
| | | | | | | | | determine the SNR. | ||||
| * | 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 |
| | | |||||
| * | docs: Updated some docs and made it so GRC can pull docs in from other ↵ | Tom Rondeau | 2011-10-14 | 1 | -3/+6 |
| | | | | | | | | components like vocoder and digital. | ||||
| * | Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm | Tom Rondeau | 2011-10-12 | 3 | -1/+183 |
| |\ | |||||
| | * | digital: fixed QA tests for ofdm. | Tom Rondeau | 2011-10-12 | 3 | -1/+183 |
| | | | |||||
| * | | digital: changed modulation_utils2 to modulation_utils and update all files ↵ | Tom Rondeau | 2011-10-12 | 17 | -43/+43 |
| | | | | | | | | | | | | using it. | ||||
| * | | digital: OFDM using new psk and qam modules for constellations. Also, ↵ | Tom Rondeau | 2011-10-12 | 11 | -210/+123 |
| | | | | | | | | | | | | psk2->psk updated in all files and examples. | ||||
| * | | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵ | Tom Rondeau | 2011-10-12 | 4 | -31/+34 |
| |/ | | | | | | | adding some print statements to benchmark script to indicate what type of source/sink is being used. | ||||
| * | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau | 2011-10-12 | 24 | -12/+2091 |
| | | |||||
| * | 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 ↵ | Tom Rondeau | 2011-10-12 | 7 | -31/+519 |
| | | | | | | | | untested/verified). | ||||
| * | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | 2011-10-12 | 6 | -39/+639 |
| | | |||||
| * | digital: moved narrowband examples to their own directory (to make room for ↵ | Tom Rondeau | 2011-10-12 | 24 | -33/+1889 |
| | | | | | | | | OFDM examples). | ||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-11 | 23 | -78/+208 |
|\| | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h | ||||
| * | docs: fixing copy-paste spelling error. | Tom Rondeau | 2011-10-09 | 2 | -1137/+1 |
| | | |||||
| * | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | 2011-10-09 | 7 | -2/+1207 |
| | | | | | | | | and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page. | ||||
| * | digital: updating documentation; adding everything to group 'digital' | Tom Rondeau | 2011-10-09 | 16 | -47/+122 |
| | | |||||
| * | gcell: removed gcell and gr-gcell | Tom Rondeau | 2011-10-08 | 1 | -27/+13 |
| | | |||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 7 | -43/+43 |
| | | |||||
* | | gr: minor tweaks for MSVC compatibility | Josh Blum | 2011-10-08 | 2 | -2/+3 |
| | | |||||
* | | gr: updated cmakelists after merge for additional files | Josh Blum | 2011-10-08 | 3 | -2/+5 |
| | | |||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | 2011-10-08 | 16 | -1232/+848 |
|\| | |||||
| * | digital: minor bug fix to rx_voice demo. | Tom Rondeau | 2011-10-07 | 1 | -1/+1 |
| | | |||||
| * | digital: updated rx and tx voice examples to work over the air with UHD. | Tom Rondeau | 2011-10-07 | 3 | -19/+48 |
| | | |||||
| * | digital: minor bug fix | Tom Rondeau | 2011-10-07 | 1 | -1/+1 |
| | | |||||
| * | digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵ | Tom Rondeau | 2011-10-07 | 6 | -1203/+7 |
| | | | | | | | | again. | ||||
| * | digital: removed old digital and digital-bert scripts that will no longer ↵ | Tom Rondeau | 2011-10-06 | 1 | -0/+69 |
| | | | | | | | | work. All of these have been replaced in gr-digital/examples. | ||||
| * | digital: adding bert and tunnel to makefile. | Tom Rondeau | 2011-10-06 | 1 | -2/+4 |
| | | |||||
| * | digital: debugging to get digital BERT tests to work over the air with UHD ↵ | Tom Rondeau | 2011-10-06 | 2 | -14/+13 |
| | | | | | | | | (verified). | ||||
| * | digital: fixed BERT test. | Tom Rondeau | 2011-10-06 | 2 | -2/+3 |
| | | |||||
| * | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | 2011-10-06 | 3 | -5/+372 |
| |\ | |||||
| | * | digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵ | Tom Rondeau | 2011-10-06 | 3 | -5/+372 |
| | | | | | | | | | | | | UHD. So far so good. Testing on multiple computers now. |