summaryrefslogtreecommitdiff
path: root/gr-digital
Commit message (Expand)AuthorAgeFilesLines
...
| * | digital: first pass at BERT receiver.Tom Rondeau2011-09-302-1/+211
| * | digital: first pass at implementing a BERT transmitter. Works storing samples...Tom Rondeau2011-09-301-0/+134
| * | digital: modified generic_mod_demod so mod and demods have same options in th...Tom Rondeau2011-09-302-2/+3
| |/
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-2844-347/+336
|\|
| * digital: fixed differential/non-differential. Defaults to differential now, too.Tom Rondeau2011-09-271-6/+6
| * digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ...Tom Rondeau2011-09-273-17/+23
| * digital: making a parent class for the UHD interface since most of the functi...Tom Rondeau2011-09-271-18/+84
| * digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark tran...Tom Rondeau2011-09-276-25/+174
| * Merge branch 'next' into digitalTom Rondeau2011-09-265-27/+313
| |\
| * | digital: removed hier directoryTom Rondeau2011-09-262-42/+0
| * | digital: removed hier directory in gr-digital; put c++ hier blocks into lib/i...Tom Rondeau2011-09-2614-198/+15
| * | digital: moved header files from lib to include in gr-digital.Tom Rondeau2011-09-2616-2/+0
| * | digital: updated build files for new gr-digital/include directory.Tom Rondeau2011-09-261-19/+2
| * | digital: adding include directory for public header files.Tom Rondeau2011-09-263-1/+47
* | | digital: added cmake support for moved grc files and examplesJosh Blum2011-09-162-1/+13
* | | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-1518-36/+620
|\| |
| * | digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested and...Tom Rondeau2011-09-134-2/+313
| * | digital: moving more examples from gnuradio-examples to gr-digital and added ...Tom Rondeau2011-09-133-2/+131
| * | digital: modifying example dir gitignore to ignore any generated samle files.Tom Rondeau2011-09-131-0/+6
| * | digital: psk and dxpsk GRC blocks working.Tom Rondeau2011-09-133-19/+9
| * | digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau2011-09-128-13/+161
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-0549-862/+1525
|\| |
| * | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and r...Tom Rondeau2011-09-014-1/+150
| * | Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-011-9/+3
| * | digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau2011-09-0116-84/+367
| * | digital: added gitignore file to hier dir.Tom Rondeau2011-08-301-0/+2
| * | digital: fixed up build to make libdigital_hier.la; does not swig or get buil...Tom Rondeau2011-08-302-0/+73
| * | digital: moved newly added CPM and GMSK hier blocks to gr-digital.Tom Rondeau2011-08-307-1/+346
| * | digital: adding GMSK as a modulation type. Updated to use PFB-based clock rec...Tom Rondeau2011-08-302-64/+43
| * | digital: minor formatting fixes.Tom Rondeau2011-08-301-2/+2
| * | digital: fixing a few things left out in conversion to gri_control_loop child...Tom Rondeau2011-08-304-29/+4
| * | Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau2011-08-3010-435/+165
| |\ \
| | * | digital: converted mpsk_receiver to use gri_control_loop parent class. Update...Tom Rondeau2011-08-304-86/+36
| | * | digital: formatting comments for line length.Tom Rondeau2011-08-301-51/+70
| | * | digital: made other QA codes executableTom Rondeau2011-08-304-0/+0
| | * | digital: converted FLL block to use gri_control_loop parent class.Tom Rondeau2011-08-303-261/+7
| | * | digital: reformatting documentation for line length.Tom Rondeau2011-08-301-50/+65
| * | | digital: adding a script to add channel conditions to a saved file and output...Tom Rondeau2011-08-301-0/+101
| |/ /
| * | digital: fixing qa code to test new dqpsk; a few minor formatting changes.Tom Rondeau2011-08-293-7/+13
| * | digital: fixed qpsk modulators to enable dqpsk.Tom Rondeau2011-08-292-23/+13
| * | digital: created a separate DQPSK constellation that does not gray code insid...Tom Rondeau2011-08-293-23/+162
| * | digital: wip: dqpsk needs work.Tom Rondeau2011-08-271-5/+18
| * | digital: working on adding a dqpsk modulation block.Tom Rondeau2011-08-271-0/+69
| * | digital: updating constellation receiver's QA code.Tom Rondeau2011-08-271-7/+5
| * | digital: made digital constellation receiver a child of the second order cont...Tom Rondeau2011-08-272-268/+9
* | | small tweaks for windows buildingJosh Blum2011-08-171-1/+1
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-08-1732-290/+1813
|\| |
| * | digital: cleaned up Costas loop code by switching over to the gri_control_loo...Tom Rondeau2011-08-144-317/+13
| * | digital: fixing naming of logging files.Tom Rondeau2011-08-101-9/+9
| * | Cleaning up; adding a different dbpsk that uses differential coding. The norm...Tom Rondeau2011-08-106-43/+115