| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 15 | -265/+470 |
* | fec: LDPC: better docs describing encoder/decoders and how to use. | Tom Rondeau | 2015-10-15 | 1 | -22/+85 |
* | fec: LDPC: changing namespace of ldpc_encoder back. | Tom Rondeau | 2015-10-15 | 3 | -108/+101 |
* | fec: LDPC: placeholder to remind us to better document the Python functions. | Tom Rondeau | 2015-10-15 | 1 | -0/+4 |
* | fec: LDPC: removing apps until we can fix them up properly. | Tom Rondeau | 2015-10-15 | 5 | -418/+23 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 70 | -2300/+23040 |
* | fec: Updated docs for Forward Error Correction section in manual. | Tom Rondeau | 2015-10-15 | 1 | -16/+92 |
* | fec: LDPC: Fixes GRC files for BER curve examples. | Tom Rondeau | 2015-10-15 | 3 | -12050/+3271 |
* | fec: LDPC: Adding doxygen tags + more documentation to header files. | tracierenea | 2015-10-15 | 11 | -101/+258 |
* | fec: LDPC: Setting copyright date to current year. | tracierenea | 2015-10-15 | 17 | -17/+17 |
* | fec: LDPC: Moving alist files to a more global place; updating | tracierenea | 2015-10-15 | 21 | -2726/+51 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 21 | -6227/+795 |
* | fec: LDPC: Finishing encoder's work() function and updating matrix | tracierenea | 2015-10-15 | 3 | -16/+41 |
* | fec: LDPC: Updating decoder to handle parity bits either first or | tracierenea | 2015-10-15 | 4 | -5/+28 |
* | fec: LDPC: Workaround for swig issues, updating examples. | tracierenea | 2015-10-15 | 23 | -47/+16327 |
* | fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates. | tracierenea | 2015-10-15 | 7 | -12/+154 |
* | fec: LDPC: renaming some of the LDPC classes for clarity/consistency. | tracierenea | 2015-10-15 | 8 | -47/+49 |
* | fec: LDPC: Updates to LDPC-related matrix classes. | tracierenea | 2015-10-15 | 10 | -68/+68 |
* | fec: LDPC: updates to the 3 LDPC-related matrix classes. | tracierenea | 2015-10-15 | 6 | -49/+90 |
* | fec: LDPC: updates for LDPC functionality. | tracierenea | 2015-10-15 | 11 | -269/+749 |
* | fec: LDPC: Change GRC block name text to match new class name. | tracierenea | 2015-10-15 | 1 | -1/+1 |
* | fec: LDPC: Reducing complexity of encoder by adding back solve. | tracierenea | 2015-10-15 | 4 | -25/+80 |
* | fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrx | tracierenea | 2015-10-15 | 15 | -87/+88 |
* | fec: LDPC: Improving memory management (GSL matrices). | tracierenea | 2015-10-15 | 4 | -38/+50 |
* | fec: LDPC: Fixing simple, but crucial, error in decoder. doh! | tracierenea | 2015-10-15 | 1 | -2/+2 |
* | fec: LDPC: Clean up, and adding LDPC to BER curve gen example. | tracierenea | 2015-10-15 | 10 | -11842/+20621 |
* | fec: LDPC: Adding scripts to generate matrices for encoder. | tracierenea | 2015-10-15 | 2 | -0/+698 |
* | fec: LDPC: Adding 3 LDPC-related xml files for GRC. | tracierenea | 2015-10-15 | 6 | -7/+201 |
* | fec: LDPC: Adding QA test and alist files. | tracierenea | 2015-10-15 | 15 | -1/+12440 |
* | fec: LDPC: Adding bit flip decoder variable work function. | tracierenea | 2015-10-15 | 4 | -80/+121 |
* | fec: LDPC: Adding LDPC encoder variable. | tracierenea | 2015-10-15 | 6 | -0/+268 |
* | fec: LDPC: Classes for LDPC encoder. | tracierenea | 2015-10-15 | 9 | -1698/+563 |
* | fec: LDPC: Renaming some files. | tracierenea | 2015-10-15 | 2 | -46/+0 |
* | fec: LDPC: Adding framework for bit flip decoder. | tracierenea | 2015-10-15 | 10 | -1680/+2029 |
* | fec: LDPC: Adding class for LDPC parity check matrix. | tracierenea | 2015-10-15 | 2 | -0/+1679 |
* | Merge remote-tracking branch 'jdemel/fec-ber-error-getter' | Johnathan Corgan | 2015-10-07 | 3 | -3/+11 |
|\ |
|
| * | fec: add getter to 'ber_bf' total_errors member, change counter types to long | Johannes Demel | 2015-10-07 | 3 | -3/+11 |
* | | Merge branch 'maint' | Johnathan Corgan | 2015-10-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fec: xml template doesn't produce duplicate var def's anymore | Johannes Demel | 2015-10-07 | 1 | -1/+1 |
* | | Merge branch 'fec/add_mtu_setting' | Tom Rondeau | 2015-09-25 | 23 | -965/+1248 |
|\ \ |
|
| * | | fec: removed logic that will never hit. | Tom Rondeau | 2015-09-25 | 1 | -9/+1 |
| * | | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 23 | -966/+1257 |
* | | | Merge branch 'maint' | Tom Rondeau | 2015-09-25 | 1 | -6/+6 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fec: Fixed async_decoder. Can't use nbits_out because it's 0 at this point. | Tom Rondeau | 2015-09-25 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'tom/socis/master' | Johnathan Corgan | 2015-09-23 | 45 | -2/+15302 |
|\ \ |
|
| * | | fec: polar: Installing more FEC examples. | Tom Rondeau | 2015-09-23 | 2 | -5/+15 |
| * | | polar: rearranged polar_code_example flowgraph | Johannes Demel | 2015-09-23 | 1 | -24/+24 |
| * | | Merge branch 'socis/master' into polar | Johannes Demel | 2015-09-23 | 18 | -992/+2582 |
| |\ \ |
|
| | * | | fec: polar: renaming GRC file names to be consistent with other codes and var... | Tom Rondeau | 2015-09-22 | 4 | -0/+0 |
| | * | | fec: polar: whitespace fixes/tabs to go along with namespace change from last... | Tom Rondeau | 2015-09-22 | 12 | -940/+940 |