summaryrefslogtreecommitdiff
path: root/gr-trellis/src/lib/trellis_constellation_metrics_cf.cc
Commit message (Collapse)AuthorAgeFilesLines
* trellis: fixed bug in trellis constellation metrics on when to include config.h.Tom Rondeau2011-07-201-3/+1
|
* Modifying gr_trellis for gr_constellation -> digital_constellation change.Ben Reynwar2011-05-101-2/+2
|
* 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-10/+17
| | | | correspond to one symbol value.)
* Added trellis_constellation_metrics_cf. It is equivalent to ↵Ben Reynwar2011-02-061-0/+85
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.