Sorry, I can't accept that.
Which bit?
I'm assuming that you're taking issue with the statement that FEC is present regardless of whether you're using fast or interleaved path.
I must admit that the standard is impenetrable as far as I'm concerned but look at
this summary, especially figure 8 which shows the superframe structure together with FEC overhead in the fast path.
Also there's a better explanation of interleaving, with diagrams over on
kitz
FEC itself would not introduce latency on the transmit side - you can do reed-solomon effectively on the fly accepting the first byte byte and starting transmission/computing the error correction block simultaneously, on the receive side it's no worse than adding a CRC interms of latency. Interleaving does, because you have to accept a bunch of data before transmitting it all.
As to
practical implementations, I couldn't say, so how the BE setup works exactly I don't know - I do note that the kitz page says "interleaving and error correction are turned on together" so it's possible that I interpreted the FEC bit of the superframe as mandatory but, in fact, it's optional.
I probably should have mentioned that the interleaved path as
more error correction, though (again as far as I understood).
Anyone know for sure?
Edited by mr_bean (Wed 18-Jan-12 20:48:04)