示例#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()
示例#2
0
文件: bpsk.py 项目: urbank/gnuradio
def dbpsk_constellation():
    return digital_swig.constellation_dbpsk()
示例#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()