X Y Z Plotter, Preferably Hi-Res VGA
RickInTexas
Posts: 124
Okay, I know there is a simple Microphone to VGA object that performs an oscilloscope type function but what I would like to put together is a simple X Y Z plotter (just like a standard o-scope set up this way.
Has anyone written such a program for the Propeller?
My interest is in plotting Chua Chaos patterns like:
I came across this on Hackaday.com which links to: Random Sequence Generator based on Chua Circuit
It is quite interesting in that is uses a fairly simple 4 OP-AMP inductor-less circuit that claims to generate Random sequences of 1s and 0s. The author presents a compelling (to my simple mind) case for generating "truly random" numbers.
I think it would be interesting to run this along side the Props PRNG and the "Real Random" generator based on PLL-Jitter.
Has anyone written such a program for the Propeller?
My interest is in plotting Chua Chaos patterns like:
I came across this on Hackaday.com which links to: Random Sequence Generator based on Chua Circuit
It is quite interesting in that is uses a fairly simple 4 OP-AMP inductor-less circuit that claims to generate Random sequences of 1s and 0s. The author presents a compelling (to my simple mind) case for generating "truly random" numbers.
I think it would be interesting to run this along side the Props PRNG and the "Real Random" generator based on PLL-Jitter.
Comments
It's not exactly hi-res, but there are RAM limits to what the Prop can display.
-Phil
As a random number generator it does seem to be rather slow though.
The Rayslogic.com DVI Graphics shield will let you do 800x480 graphics in 24-bit color...
Prop2 should one day allow us to do 1080p graphics...
I created a custom Google search that searches both the current and archived forums. I'll see if I can add it to my sig line. (Not sure how to do this.)
Google Propeller Forum Search (Includes archived posts and NO minimum Character limit. (Try searching "C" for example)
@Rayman - That's cool Ray. Going to explore that.
@Heater - Not the fastest RNG to be sure but it is more fun than avalanche noise et. al.!
Actually, sampling various nodes and playing with sampling rates, cranking up the oscillation speeds, sampling rates etc are areas ripe for experimentation.
Honestly, I have no real need for this at all but that's what makes it fun. :-)
Exactly.