Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
Hi, Shengyu, RS code is a symbol-based block error correction code.
Major encoding and decoding operations are performed on “symbols”. In our case, a symbol has 10 binary bits. So a FEC frame has exactly one RS block. Hope this helps. Best regards, ------------------------------------------ Zhongfeng Wang Infrastucture and Networking Group Broadcom Corp., California, USA
From:
沈胜宇 [mailto:shengyushen@xxxxxxxxx]
Dear all: in
http://www.ieee802.org/3/bj/public/mar12/gustlin_01_0312.pdf page 10, the fec frame contains 10 Reed solomon encoded blocks. each blocks contains 514 original data bit and 14 parity bits.
But all these 14*10 parity bits are transmited after all 514*10 data bits. I think this leads to large latency in fec decoding, because decoding the first 514 bits can not happen before its 14 parity bits arrived. So why not transimit 14 parity bits with their corresponding 514 original data bits? Shen |