I was looking at OFDM (ISDB -T) specification. I couldn't figure out how they get the bit rate of 16.851 Mbps by having the following information?
- symbol length: 1.008 ms
- carrier interval: 0.992 kHz
- GI ratio: 1/8
- G.I. length: 0.126 ms
- Bandwidth: 428.57 kHz × 12
- modulation scheme: 64 QAM
- time-interleaving: 215 ms
- sub carriers: 432 × 12 + 1
- Forward Error Correction ¾
The way I understand is that: there are 64 symbols in 64-QAM and each symbol could represent 6 bits. we have 432 × 12 + 1 carriers. meaning that we can carry (432 × 12 + 1) * 64 * 6 = 1991040 bits, since the FEC is 3/4, 1991040 * 3/4 = 1493280.0 , hmm it seems so far from 16.851 Mbps.