I am trying to implement schemes from two tutorials: Guided Tutorial PSK Demodulation and Packet Communications My scheme: qpsk, packet communications. They work together. As I understand it, the Header/Payload Demux block accepts 1 bit as input. When starting the scheme, the bits are synchronized, but in the console I get the message: header_payload_demux :info: Parser returned #f
As I understand, Protocol Parser does not work correctly. How can I fix this error and what does it mean?