pothosware / PothosComms

Communications blocks and support libraries
https://github.com/pothosware/PothosComms/wiki
Boost Software License 1.0
19 stars 12 forks source link

MPSK combined timing + phase recovery with resync label. #4

Open guruofquality opened 9 years ago

guruofquality commented 9 years ago

To support the frame sync block in BPSK, QPSK mode -- the timing recovery block tracks sample offset and decimates the input stream by sampling every Nth symbol. The timing is tracked using zero crossing or peaks. We will build phase tracking into this block as well, like costas loop. The block should support a resync label to indicate the start of a new frame and to reset timing offsets. In the case of phase recovery, this label can indicate the initial phase error when label.data is provided

bignick26 commented 1 year ago

Would love to see this implemented! Any progress made here?