Home Forums GENERAL how to do Dispersion compensation and carrier phase estimation? Reply To: how to do Dispersion compensation and carrier phase estimation?

#42009
Profile Photo
preben
Participant

sorry for some mistakes I found at the end of code.
OutputPort2.Sampled.Signal = interp(imag(OutX),SamplesPerSymbol);
OutputPort3.Sampled.Signal = interp(real(OutY),SamplesPerSymbol);
OutputPort4.Sampled.Signal = interp(imag(OutY),SamplesPerSymbol);

Categories