Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
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 | |||
2011-10-17 | digital: adding OFDM GRC blocks to gr-digital. | Tom Rondeau | |
2011-10-14 | digital: added set_freq function to narrownband tunnel's main top block. | Tom Rondeau | |
2011-10-14 | digital: wip: working on tunnel.py for OFDM. | Tom Rondeau | |
2011-10-14 | digital: renamed OFDM benchmark codes; no real need to say what they are in ↵ | Tom Rondeau | |
an ofdm directory. | |||
2011-10-14 | digital: fixed narrowband channel model adder to take a signal amplitude to ↵ | Tom Rondeau | |
determine the SNR. | |||
2011-10-14 | digital: add channel model for OFDM signals to a file. | Tom Rondeau | |
2011-10-14 | digital: removed unnecessary benchmark_ofdm.py | Tom Rondeau | |
2011-10-14 | digital: fixed OFDM benchmark code to work over-the-air with UHD. | Tom Rondeau | |
2011-10-14 | docs: Updated some docs and made it so GRC can pull docs in from other ↵ | Tom Rondeau | |
components like vocoder and digital. | |||
2011-10-12 | Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm | Tom Rondeau | |
2011-10-12 | digital: changed modulation_utils2 to modulation_utils and update all files ↵ | Tom Rondeau | |
using it. | |||
2011-10-12 | digital: fixed QA tests for ofdm. | Tom Rondeau | |
2011-10-12 | digital: OFDM using new psk and qam modules for constellations. Also, ↵ | Tom Rondeau | |
psk2->psk updated in all files and examples. | |||
2011-10-12 | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵ | Tom Rondeau | |
adding some print statements to benchmark script to indicate what type of source/sink is being used. | |||
2011-10-12 | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau | |
2011-10-12 | digital: unnecessary import. | Tom Rondeau | |
2011-10-12 | digital: I didn't think this was needed, but apparently, it is. | Tom Rondeau | |
2011-10-12 | digital: benchmark_tx and benchmark_rx are working to/from file. | Tom Rondeau | |
2011-10-12 | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵ | Tom Rondeau | |
untested/verified). | |||
2011-10-12 | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | |
2011-10-12 | digital: moved narrowband examples to their own directory (to make room for ↵ | Tom Rondeau | |
OFDM examples). | |||
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-09 | docs: fixing copy-paste spelling error. | Tom Rondeau | |
2011-10-09 | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | |
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. | |||
2011-10-09 | digital: updating documentation; adding everything to group 'digital' | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | gr: minor tweaks for MSVC compatibility | Josh Blum | |
2011-10-08 | gr: updated cmakelists after merge for additional files | Josh Blum | |
2011-10-08 | gcell: removed gcell and gr-gcell | Tom Rondeau | |
2011-10-08 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | |
2011-10-07 | digital: minor bug fix to rx_voice demo. | Tom Rondeau | |
2011-10-07 | digital: updated rx and tx voice examples to work over the air with UHD. | Tom Rondeau | |
2011-10-07 | digital: minor bug fix | Tom Rondeau | |
2011-10-07 | digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵ | Tom Rondeau | |
again. | |||
2011-10-06 | digital: removed old digital and digital-bert scripts that will no longer ↵ | Tom Rondeau | |
work. All of these have been replaced in gr-digital/examples. | |||
2011-10-06 | digital: adding bert and tunnel to makefile. | Tom Rondeau | |
2011-10-06 | digital: debugging to get digital BERT tests to work over the air with UHD ↵ | Tom Rondeau | |
(verified). | |||
2011-10-06 | digital: fixed BERT test. | Tom Rondeau | |
2011-10-06 | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | |
2011-10-06 | digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵ | Tom Rondeau | |
UHD. So far so good. Testing on multiple computers now. | |||
2011-09-30 | digital: first pass at BERT receiver. | Tom Rondeau | |
2011-09-30 | digital: first pass at implementing a BERT transmitter. Works storing ↵ | Tom Rondeau | |
samples to file. | |||
2011-09-30 | digital: modified generic_mod_demod so mod and demods have same options in ↵ | Tom Rondeau | |
the same order. | |||
2011-09-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py | |||
2011-09-27 | digital: fixed differential/non-differential. Defaults to differential now, too. | Tom Rondeau | |
2011-09-27 | digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵ | Tom Rondeau | |
worked. | |||
2011-09-27 | digital: making a parent class for the UHD interface since most of the ↵ | Tom Rondeau | |
functions are duplicated between receiver and transmitter. Made a receiver interface, too. | |||
2011-09-27 | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | |
transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | |||
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py |