I have an s-band radio that passes data through a reed-solomon encoder (255,223) , then an NRZ-M PCM encoder, then a convolutional encoder (octal 171, 133 connection vectors), and finally through an OQPSK modulator.
I have a file with raw received data and I am trying to demodulate and decode the signal to recover the original data. Currently I'm using an MPSK receiver (deprecated, but don't know what to use otherwise) and PSK demodulator, then feeding that data through "Decode CCSDS 27" (convolutional decoder), m (a custom block I wrote to decode NRZ-M), and finally sending that bitstream to the CCSDS Decoder, which is being used to do the reed-solomon decoding. However, I'm not getting any of my data out of the CCSDS Decoder. I'm a bit of amateur in this field, so I'm sure there is much to be improved upon.
Here's a screenshot of my flowgraph
Any help is greatly appreciated!