Slashdot Mirror


Faster-Than-Fast Fourier Transform

First time accepted submitter CanEHdian writes "MIT news reports on research done resulting in a Faster-than-fast Fourier Transform algorithm. 'At the Association for Computing Machinery's Symposium on Discrete Algorithms (SODA) this week, a group of MIT researchers will present a new algorithm that, in a large range of practically important cases, improves on the fast Fourier transform. Under some circumstances, the improvement can be dramatic — a tenfold increase in speed. The new algorithm could be particularly useful for image compression, enabling, say, smartphones to wirelessly transmit large video files without draining their batteries or consuming their monthly bandwidth allotments.'"

4 of 271 comments (clear)

  1. Re:Can it be done effectivly without an FPU? by Alex+Belits · · Score: 5, Insightful

    DSP with Arduino

    What is wrong with this picture?

    Processors used in Arduino (Atmel 8-bit AVR series) are minimal, general-purpose microcontrollers, a replacement for earlier PIC microcontrollers. Using them for DSP is only slightly less stupid than building DSP boards entirely out of individual discrete transistors. There is A WHOLE FUCKING CATEGORY OF IC dedicated to DSP, plenty of microcontroller-style yet high-performance SoC suitable for DSP, and FPGA with DSP-specific blocks.

    But noooo, ignorant people such as yourself, would rather recommend the most un-DSP-ish device in the world just because it comes bundled with Java-based IDE that runs on your beloved wiiiiiiiiindows and has the ugliest editor ever written since xedit.

    --
    Contrary to the popular belief, there indeed is no God.
  2. Re:Potentially huge digital A/V benefits by drinkypoo · · Score: 5, Insightful

    Video encoding doesn't scale well to multiple cores either,

    Welp, that is patently false. Video encoding is embarassingly parallel in any case where video has keyframes and the video is sufficiently long to hand a roughly equal number of chunks of video (keyframe to keyframe) to each core.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  3. Comment removed by account_deleted · · Score: 5, Insightful

    Comment removed based on user account deletion

  4. Re:Can it be done effectivly without an FPU? by ThatsLoseNotLoose · · Score: 5, Insightful

    Slashdot could really use a +1 Insightful but Unnecessarily Dickish mod.