Hi,
Would like to know more about other applications like dithering, how many bits would they do - 32?
If I remember correctly (ha), bit-reversal does not scale well.
So six to twelve bits were used for pseudo-random sequences.
And how fast would it need to be? Didn't bother to google since u say it doesn't seem to be there. Maybe new thread about this topic would be sensible ...
My Google skills seem to be sub par these days. Used to get
reasonable answers fairly quickly. Not so much now.
BTW does anyone use FFT of million (1048576) points?
When I was using FFT for image processing, I know I did 256x256
and 512x512 images. 65,536 and 262,144 points respectively.
I may have done 1024x1024, but that would have been painfully
slow. So probably not. Done on a now dead computer, but I will
look at some backups just to refresh my own memory.
I know people have used FFT to deconvolve larger images. But
the deconvolution kernels tend to be smaller. So they could be
processing smaller sub-images rather than the whole thing at
once.
Cheers,
Steve N.