summaryrefslogtreecommitdiff
path: root/gr-digital/examples
AgeCommit message (Collapse)Author
2011-10-07digital: minor bug fix to rx_voice demo.Tom Rondeau
2011-10-07digital: updated rx and tx voice examples to work over the air with UHD.Tom Rondeau
2011-10-07digital: minor bug fixTom Rondeau
2011-10-06digital: 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-06digital: adding bert and tunnel to makefile.Tom Rondeau
2011-10-06digital: debugging to get digital BERT tests to work over the air with UHD ↵Tom Rondeau
(verified).
2011-10-06digital: fixed BERT test.Tom Rondeau
2011-10-06Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau
2011-10-06digital: 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-30digital: first pass at BERT receiver.Tom Rondeau
2011-09-30digital: first pass at implementing a BERT transmitter. Works storing ↵Tom Rondeau
samples to file.
2011-09-30digital: modified generic_mod_demod so mod and demods have same options in ↵Tom Rondeau
the same order.
2011-09-27digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵Tom Rondeau
worked.
2011-09-27digital: 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-27digital: 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-13digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵Tom Rondeau
and working with new dbpsk,dqpsk,d8psk.
2011-09-13digital: moving more examples from gnuradio-examples to gr-digital and added ↵Tom Rondeau
examples to Makefile.am.
2011-09-13digital: modifying example dir gitignore to ignore any generated samle files.Tom Rondeau
2011-08-30digital: adding a script to add channel conditions to a saved file and ↵Tom Rondeau
output to another file.
2011-08-10Cleaning up; adding a different dbpsk that uses differential coding. The ↵Tom Rondeau
normal bpsk is non-differential by default, but can be set to use differential with the right flag.
2011-08-09digital: fixing up receiver code. Almost there...Tom Rondeau
2011-08-09digital: setting up receive path to use new timing loop API, FLL API, new ↵Tom Rondeau
gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work.
2011-08-09digital: added M&M clock recovery loop as an option to compare against ↵Tom Rondeau
polyphase filterbank.
2011-08-08digital: adding a timing offset example.Tom Rondeau
2011-07-30digital: Add a costas loop example program. Updates FLL example program to ↵Tom Rondeau
include phase offset setting.
2011-07-30digtial: Added an example script to show/test the behavior of the FLL.Tom Rondeau
2011-07-26digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau
offline.
2011-07-25digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau
offline.
2011-07-24digital: updates to build for gr-digital examples.Tom Rondeau
2011-07-24digital: working digital transmit benchmark script to file.Tom Rondeau