Re: Hardware Fractal Generator (HFG) for Mandelbrot Movie?



On Sat, 5 Apr 2008 15:39:33 -0700 (PDT), mike3 <mike4ty4@xxxxxxxxx>
wrote:

Hi.

I was wondering: What would it take to have a special hardware fractal
generator (HFG)
that could calculate, say, the Mandelbrot set, to extremely deep zoom
levels (say,
4096 bits of precision (!))? How much of an advantage would it offer
over a regular
computer?
(snip)

Is this possible?

Judging from the improved speeds of assembly coded Mandelbrot
algorithms and edge tracing routines, a dedicated hardware embodiment
should go whizzing at impressive speeds.

Two similar constructs come to mind. The Feistel cipher is often
depicted as a ladder of calculations which are only slightly similar
to the Mandelbrot iterates but provides a model for the hardware
embodiment.
http://en.wikipedia.org/wiki/Feistel_cipher#Construction_Details

Another similar construct is the Linear Predictive Coding chip first
used in the Texas Instruments toy, Speak and Spell.
http://en.wikipedia.org/wiki/Speak_&_Spell_(game)
"The Speak & Spell used the first single-chip voice synthesizer, the
TI TMC0280, which utilized a 10th-order linear predictive coding (LPC)
model and the electronic DSP logic.[2]."

The Speak and Spell chips produced the effect of a ladder of
difference filters in order to simulate the human voice box. Depending
on your interest, a search for the current expressions of these
technologies should illuminate the basic approach for a dedicated
M-brot generator. My guess is that standard DSP IC's would suffice for
the building blocks.

.



Relevant Pages

  • Re: Hardware Fractal Generator (HFG) for Mandelbrot Movie?
    ... Judging from the improved speeds of assembly coded Mandelbrot ... "The Speak & Spell used the first single-chip voice synthesizer, ... model and the electronic DSP logic.." ... M-brot generator. ...
    (sci.fractals)
  • Post-doc position proposal
    ... random number generator HAVEGE. ... Brief presentation of HAVEGE: ... HAVEGE (HArdware Volatile Entropy Gathering ...
    (sci.crypt)
  • Re: Using a sound card for measurement.
    ... waveform generation up in those ranges. ... a least 45 kHz with a sound generator ... but this generator can not automatic produce all frequencies I want. ... The difference is in the hardware, not the software or the data. ...
    (rec.audio.tech)
  • Re: [PATCH] API for true Random Number Generators to add entropy (2.6.11)
    ... > I think the most people use hardware accelerated devices to ... Vague recollection from a hardware RNG article. ... generator, so long as that generator is seeded with enough entropy. ...
    (Linux-Kernel)
  • Re: Random number generation?
    ... Iirc the Atari 8 bit computers were unique in that the random number generator did not use a standard string of numbers. ... It had a hardware register that allowed access to the output of the Pokey polycounters. ...
    (comp.sys.atari.8bit)