I want to see and mathematically verify how pseudonoise (PN) sequence generated by LFSR or maximum length codes would correlate (auto-correlation and cross correlation) for seeds of varying correlation. Say, I want to generate $512$ bits of PN sequence on two sides ($A$ and $B$). To hide the possible output from eavesdropper, I choose some seeds (which can be generated by both $A$ and $B$ simultaneously). The issue is the seeds (sequence of $512$ bits) generated at various instants of time are correlated with previous time instants.
I want to investigate how correlation in the input seeds affects correlation in output. Is there any paper or reference literature survey for the same?
My research efforts
As of now, I am studying the properties of PN sequence generators. In my research, I have a source that generates correlated sequences of various degrees. I want to analyze what happens to the PN sequence generated using those seeds.