Closed di-mu closed 2 years ago
High EVM issue when scrambler is off is fixed by copying Tx data bits to scramblerbuffer and resetting the padding bytes before passing the buffer into LdpcEncodeHelper. The same method exists in data_generator.cc.
The current version fails when scrambler is off (high EVM, BER).
High EVM issue when scrambler is off is fixed by copying Tx data bits to scramblerbuffer and resetting the padding bytes before passing the buffer into LdpcEncodeHelper. The same method exists in data_generator.cc.