|
buff1corr, buff2corr, buff3corr, buff4corr, buff5corr, buff6corr = 0, 0, 0, 0, 0, 0 |
The PLL may go out of sync and/or may rotate the constellation or flip it etc. This also changes the output bitstream. Even if this happens, we must ensure that the syncs are detected.
To ensure that, all possible "needles" or "syncs" have to be initialized and used for correlation. The purpose of this issue is to just verify that all possibilities have been considered.
DirectDemod/directdemod/decode_meteorm2.py
Line 291 in 0929526
The PLL may go out of sync and/or may rotate the constellation or flip it etc. This also changes the output bitstream. Even if this happens, we must ensure that the syncs are detected.
To ensure that, all possible "needles" or "syncs" have to be initialized and used for correlation. The purpose of this issue is to just verify that all possibilities have been considered.