Exemplo n.º 1
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()
Exemplo n.º 2
0
def dbpsk_constellation():
    return digital_swig.constellation_dbpsk()
Exemplo n.º 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()