summaryrefslogtreecommitdiff
path: root/gr-trellis/src/lib/trellis_constellation_metrics_cf.h
Commit message (Collapse)AuthorAgeFilesLines
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-291-69/+0
|
* trellis: updating gr-trellis to handle changes with gr-digital.Tom Rondeau2012-08-201-10/+17
| | | | (mostly namespace issues in C++).
* digital: moved metric_type.h to digital include dir. Fixed gr-trellis to ↵Tom Rondeau2012-08-141-6/+6
| | | | work with this.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-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 linuxJosh Blum2011-07-221-3/+4
|
* gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵Ben Reynwar2011-06-211-1/+1
| | | | that it is in gr-digital.
* Modifying gr_trellis for gr_constellation -> digital_constellation change.Ben Reynwar2011-05-101-5/+5
|
* Updated copyright notice dates.Ben Reynwar2011-02-271-1/+1
|
* Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵Ben Reynwar2011-02-201-0/+1
| | | | correspond to one symbol value.)
* Added trellis_constellation_metrics_cf. It is equivalent to ↵Ben Reynwar2011-02-061-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.