Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trellis: converted gr-trellis to new style. | Tom Rondeau | 2012-12-29 | 1 | -69/+0 |
| | |||||
* | trellis: updating gr-trellis to handle changes with gr-digital. | Tom Rondeau | 2012-08-20 | 1 | -10/+17 |
| | | | | (mostly namespace issues in C++). | ||||
* | digital: moved metric_type.h to digital include dir. Fixed gr-trellis to ↵ | Tom Rondeau | 2012-08-14 | 1 | -6/+6 |
| | | | | work with this. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -5/+5 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linux | Josh Blum | 2011-07-22 | 1 | -3/+4 |
| | |||||
* | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵ | Ben Reynwar | 2011-06-21 | 1 | -1/+1 |
| | | | | that it is in gr-digital. | ||||
* | Modifying gr_trellis for gr_constellation -> digital_constellation change. | Ben Reynwar | 2011-05-10 | 1 | -5/+5 |
| | |||||
* | Updated copyright notice dates. | Ben Reynwar | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵ | Ben Reynwar | 2011-02-20 | 1 | -0/+1 |
| | | | | correspond to one symbol value.) | ||||
* | Added trellis_constellation_metrics_cf. It is equivalent to ↵ | Ben Reynwar | 2011-02-06 | 1 | -0/+60 |
trellis_metrics_c but it uses the constellation object's calc_metric method. This method is also added here. trellis_metric_type.h is moved to gr_metric_type since constellation object is now dependent on it. |