techtravels.org

inital results on error correction

While I have yet to actually implement the full-scale error correction as I want to, I did some manual tests today. I basically took a track that I was erroring out on, and swapped in 1-bit away values for the bad bytes.  In some cases, it appeared...

Latest articles

error correction using hamming distances

I’ve been thinking for quite some time about error correction.  About using the structure of the MFM to our advantage.  I’ve come up with something although I haven’t implemented the idea yet. As you...

working cause of bit errors

I think I’ve stumbled on something. I don’t think I’m capturing enough data. 13,824 has been my magic number forever.  It was larger than the 13,800 that Marco used in afr.c.  But I’m beginning...

first .adf written

Well, I’ve written my first .adf tonight! I threw together a quick routine on the PC side to query the SX for both sides and all the tracks. It generated a 901,120 byte .ADF file of a disk I had called...

Getting closer….

So a few versions later, trying some different failed attempts, I am finally starting to get a little closer.  Here’s the best video I’ve got so far, but my image is still scrolling. If I can fix the...

added byte-sync to my transfer routine

Well, after much thought, pondering, and discussion with David, I finally implemented a working byte-sync routine to my SX software. I don’t have it fully working with the PC side software yet, because this...