commpy.modulation.PSKModem¶
-
class
PSKModem(m)¶ Creates a Phase Shift Keying (PSK) Modem object.
-
__init__(m)¶ Creates a Phase Shift Keying (PSK) Modem object.
Parameters: m (int) – Size of the PSK constellation.
Methods
__init__(m)Creates a Phase Shift Keying (PSK) Modem object. demodulate(input_symbols, demod_type[, …])Demodulate (map) a set of constellation symbols to corresponding bits. modulate(input_bits)Modulate (map) an array of bits to constellation symbols. -