Showing posts with label marvell. Show all posts
Showing posts with label marvell. Show all posts

2018/11/08

Track Ecc Patent

The patent for track ECC could be found at:
https://patents.google.com/patent/US9632863B2


Parity bit is generated from each bit in the sectors on a track.
LLR(log likelyhood ratio) of each bit is adjusted during track ecc decoding.
bit with least absolute value of LLR will be chosen to adjust. 

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...