summaryrefslogtreecommitdiff
path: root/gr-trellis/src/lib/trellis_constellation_metrics_cf.h
AgeCommit message (Collapse)Author
2011-07-22trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linuxJosh Blum
2011-06-21gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵Ben Reynwar
that it is in gr-digital.
2011-05-10Modifying gr_trellis for gr_constellation -> digital_constellation change.Ben Reynwar
2011-02-27Updated copyright notice dates.Ben Reynwar
2011-02-20Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵Ben Reynwar
correspond to one symbol value.)
2011-02-06Added trellis_constellation_metrics_cf. It is equivalent to ↵Ben Reynwar
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.