def dbpsk_constellation(m=_def_constellation_points): if m != _def_constellation_points: raise ValueError("DBPSK can only have 2 constellation points.") return digital_swig.constellation_dbpsk()
def dbpsk_constellation(): return digital_swig.constellation_dbpsk()