Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: change examples to use new stream api | Josh Blum | 2011-11-07 | 2 | -12/+4 |
| | |||||
* | digital: added subdevspec option to digital UHD examples. | Tom Rondeau | 2011-10-21 | 8 | -21/+51 |
| | |||||
* | 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. | ||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-17 | 25 | -53/+1681 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | 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: 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 |
| | | |||||
| * | digital: changed modulation_utils2 to modulation_utils and update all files ↵ | Tom Rondeau | 2011-10-12 | 7 | -9/+9 |
| | | | | | | | | using it. | ||||
| * | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵ | Tom Rondeau | 2011-10-12 | 2 | -0/+4 |
| | | | | | | | | adding some print statements to benchmark script to indicate what type of source/sink is being used. | ||||
| * | 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 | 2 | -7/+16 |
| | | |||||
| * | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵ | Tom Rondeau | 2011-10-12 | 2 | -5/+7 |
| | | | | | | | | untested/verified). | ||||
| * | digital: moved narrowband examples to their own directory (to make room for ↵ | Tom Rondeau | 2011-10-12 | 24 | -33/+1889 |
| | | | | | | | | OFDM examples). | ||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -1/+1 |
| | | |||||
* | | gr: updated cmakelists after merge for additional files | Josh Blum | 2011-10-08 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | 2011-10-08 | 9 | -23/+835 |
|\| | |||||
| * | 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 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 | 2 | -0/+367 |
| |\ | |||||
| | * | digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵ | Tom Rondeau | 2011-10-06 | 2 | -0/+367 |
| | | | | | | | | | | | | UHD. So far so good. Testing on multiple computers now. | ||||
| * | | digital: first pass at BERT receiver. | Tom Rondeau | 2011-09-30 | 2 | -1/+211 |
| | | | |||||
| * | | digital: first pass at implementing a BERT transmitter. Works storing ↵ | Tom Rondeau | 2011-09-30 | 1 | -0/+134 |
| | | | | | | | | | | | | samples to file. | ||||
| * | | digital: modified generic_mod_demod so mod and demods have same options in ↵ | Tom Rondeau | 2011-09-30 | 1 | -1/+2 |
| |/ | | | | | | | the same order. | ||||
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-28 | 6 | -35/+261 |
|\| | | | | | | | | | | | Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py | ||||
| * | digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵ | Tom Rondeau | 2011-09-27 | 3 | -17/+23 |
| | | | | | | | | worked. | ||||
| * | digital: making a parent class for the UHD interface since most of the ↵ | Tom Rondeau | 2011-09-27 | 1 | -18/+84 |
| | | | | | | | | functions are duplicated between receiver and transmitter. Made a receiver interface, too. | ||||
| * | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | 2011-09-27 | 4 | -18/+172 |
| | | | | | | | | transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | ||||
* | | digital: added cmake support for moved grc files and examples | Josh Blum | 2011-09-16 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-15 | 7 | -4/+450 |
|\| | |||||
| * | digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵ | Tom Rondeau | 2011-09-13 | 4 | -2/+313 |
| | | | | | | | | and working with new dbpsk,dqpsk,d8psk. | ||||
| * | digital: moving more examples from gnuradio-examples to gr-digital and added ↵ | Tom Rondeau | 2011-09-13 | 3 | -2/+131 |
| | | | | | | | | examples to Makefile.am. | ||||
| * | digital: modifying example dir gitignore to ignore any generated samle files. | Tom Rondeau | 2011-09-13 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-05 | 2 | -0/+128 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h | ||||
| * | digital: adding a script to add channel conditions to a saved file and ↵ | Tom Rondeau | 2011-08-30 | 1 | -0/+101 |
|/ | | | | output to another file. | ||||
* | Cleaning up; adding a different dbpsk that uses differential coding. The ↵ | Tom Rondeau | 2011-08-10 | 3 | -12/+19 |
| | | | | normal bpsk is non-differential by default, but can be set to use differential with the right flag. | ||||
* | digital: fixing up receiver code. Almost there... | Tom Rondeau | 2011-08-09 | 2 | -5/+10 |
| | |||||
* | digital: setting up receive path to use new timing loop API, FLL API, new ↵ | Tom Rondeau | 2011-08-09 | 2 | -2/+2 |
| | | | | gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work. |