I'm trying to implement a transmitter based on the DVBS2 standard. The guideline document shows a feedback shift registers for which the input does not depend on the message sent
whereas MATLAB's comm.Scrambler object does mixes the message with the output to the register.
MATLAB's implementation in the comm library
What's the correct way and what's the difference between the two implementations with regards to the purpose of the scrambler?
Thanks in advance!