May 2012
M T W T F S S
« Jul «-»  
 123456
78910111213
14151617181920
21222324252627
28293031  

Leaving Chris World?

Why not bring back a souvenir?

Archives

MMA7260Q Failure 1

picture-11
Simple prototype for my tracking project. (Precursor to the Match Tracking Project)

picture-21
Too bad it's not working very well right now.

I'd go back to the drawing board... but I didn't use one.
In this case, I'm going back to a huge amount of mathematics.
As in... this problem is about to become a giant math project.
And I figure if I re-work out everything all the way up to how many pixels
I expect to see move across the screen.. I'll get it.

But that's going to be one, "bogus journey" or so.
This guy has it all down
augmentation.wordpress.com
Still this project has a lot of parts to it and I've always been thinking of
this sort of thing.

It's evident from previous posts.
I had to go searching for my Acceleration to Location code
I wrote way back in September of last year.... (which was originally in python)
Language Translation

Which was first perfected in this project Skillage.

...oh well... I'll figure it out eventually.

Interesting note though...
I often can recall exactly what I was doing at the time I wrote my code.
I even make notes to that effect....

 
/*
 Written at Mosgos while Rosie Studied Some sort of biology thing.
 September 24, 2008
*/
import java.util.ArrayList;
 
public class AccToLoc {
    // python never had to declare these specifically
	double a;
	double v_last;
	double x_last;
 
........ and so forth .......
 

I recall watching Freaks and Geeks while working on the flute project FFT stuff.

You must be logged in to post a comment.