Scramble
实际上这个7-bit的加扰器会基于初始序列周期性地产生一个127-bit的序列,那么实际的加扰过程就可以表述为输入的待加扰序列与这个127-bit序列进行异或操作
白皮书中提到的service字段,也是为了在接收机恢复发射机的随机序列来实现解扰
Data interleaving
All encoded data bits shall be interleaved by a block interleaver with a block size corresponding to the number of bits in a single OFDM symbol, NCBPS.
交织是发生在符号级别的
交织器的工作是通过两个步骤的置换过程来增强编码数据位在OFDM符号中的鲁棒性和性能。这种技术的主要目的是将编码数据位分散到非邻近的子载波和星座图的不同位置上,从而减少连续错误的可能性并提高系统对频率选择性衰落和干扰的抵抗力
The first permutation causes adjacent coded bits to be mapped onto nonadjacent subcarriers.
第一阶段使得相邻的编码比特被映射到不相邻的子载波上。
The second causes adjacent coded bits to be mapped alternately onto less and more significant bits of the constellation and, thereby, long runs of low reliability (LSB) bits are avoided.
第一阶段使得相邻编码位交替映射到星座的较低和较高有效位,从而避免低可靠性(LSB)位的长串。
以下为实例分析
第一阶段
第二阶段