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()
Exemple #2
0
def dbpsk_constellation():
    return digital_swig.constellation_dbpsk()
Exemple #3
0
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()