68 | | * Old Style: 300 bits including the checksums |
69 | | * Inversed bits must be corrected, so the data can be directly read without taking care of this. |
70 | | * Carry bits from previous blocks must be corrected, so the parity of first block does not take any other non-zero bits into account. |
71 | | * Parity inside the 10 blocks need to take previous carry bits into account. |
| 68 | * Old Style LNAV: 300 bits including the checksums |
| 69 | * ~~Inversed bits must be corrected, so the data can be directly read without taking care of this.~~ |
| 70 | * ~~Carry bits from previous blocks must be corrected, so the parity of first block does not take any other non-zero bits into account.~~ |
| 71 | * ~~Parity inside the 10 blocks need to take previous carry bits into account.~~ |