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

Of timing, and general progress

I’ve determined that programming is like whack-a-mole(only took me 15 years to figure this out!) Fix one problem, and another one that already works stops working. This is what happened to me yesterday. My ISR...

test results of my output file

What I wanted to know was if the output file that I collected via my setup was actually correct. I was confident that since I was getting 4489’s consistently, that I have to be at least part way...

PC xfer still not working

Well I completely rewrote the code. And surprisingly, it looks pretty similar to what I did before. I moved the store/transfer routine out of (being called from) the ISR to the main loop. As soon as the ISR detects a...

timing movie

I have uploaded a movie showing 30 seconds of input signal vs detected result. I checked this frame by frame and I didn’t find a single error. I still can’t figure out why I have output errors. Maybe you can...

Hardware and code diagram

I’ve thrown up a PDF that shows the basic hardware setup. It also shows the flow of my software, which is very simple. I didn’t put the clock details on there such as how often the clock rolls etc because...

java client works

Well I’m producing correct .ADF’s with the new java client. The terminal mode is also finished and working. I have some various odds and ends to wrap up with it, namely allowing the user to save his...

SlackFest 2007

Ok, I’ll admit it.  I’ve been slacking like the best of them. I’m not horribly unsatisified with my progress, especially this year.  The first four months of this year I achieved the following: * Whole...

java software progress

This morning I added MFM decoding, header and data checksumming and checking to the java client.  I was somewhat worried about doing the MFM decoding, but it was all worry for nothing. Once you wrap your head around how...

java client preview

I’ve put up a preview of the java client in action. It’s a 2 minute video with narration. You’ll need a DivX codec installed in order to view it. I probably could have messed with compressing this...

I’ve played around a considerable bit from yesterday. There’s something very strange about the speed the PC can react in certain circumstances, and I can’t quite nail it down. Now I haven’t...