optic.dsp.core.symbolSync
- symbolSync(rx, tx, SpS, mode='amp')
Symbol synchronizer.
- Parameters:
rx (np.array) – Received symbol sequence.
tx (np.array) – Transmitted symbol sequence.
SpS (int) – Samples per symbol of the received signal.
mode (string, optional) – Synchronization mode: “amp” (amplitude) or “real” (real part). The default is “amp”.
- Returns:
tx – Transmitted sequence synchronized to rx.
- Return type:
np.array