The code also allows for up to three CA layers. The output of one layer is the input to the next:
Random Input -> Rule1 -> Rule2 -> Rule3 -> output
This is a portion of the output when Rule1 = Rule2 = Rule3 = 789263618
In binary, 789263618 = 0x01000000101011001101000011110100
So the same Rule applied three times in a row. I get this:
That's interesting, I suppose. I'm sure PhD dissertations can be written about it. But for me, the fourier transform is much more interesting. Here's the FFT of the portion shown above:
And one of the first things I think of is -- how to turn this into sound. That'll require diving into inverse-FFTs. Fun stuff.
In any case, maybe there are more 'interesting' CA recipes than I thought. I'm finding them almost everywhere.
No comments:
Post a Comment