You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: