Shop OBEX P1 Docs P2 Docs Learn Events
How Slow Can You Go? — Parallax Forums

How Slow Can You Go?

HumanoidoHumanoido Posts: 5,770
edited 2013-07-07 21:13 in General Discussion
http://humanoidolabs.blogspot.tw/2013/07/how-slow-can-you-go.html

Normally we think about processors in terms of how fast they can process. What about thinking about how slow they go? We've all heard of TERA-FLOPS and PETA-FLOPS but what about speeds at a few hundreds or tens of operations per second, to sometimes more effectively match real world conditions of non-theoretical computation... For what reasons, advantages, and apps would it be most beneficial to slow down a computer? Program debugging, for one example...

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-07-07 20:27
    Mostly to reduce power consumption. The power usage of a processor using present day CMOS construction depends on the square of the speed. This wasn't always true with other types of digital circuitry, but it's true now.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2013-07-07 20:58
    Humanoido wrote: »
    ..... For what reasons, advantages, and apps would it be most beneficial to slow down a computer? .....

    To increase the wavelength of electromagnetic emissions.
  • ercoerco Posts: 20,256
    edited 2013-07-07 21:00
    Humanoido wrote: »
    Program debugging, for one example...

    Agreed, showing program flow at low speeds can be very helpful, even in simulation. For instance, here's a screen video I did for "another" forum to throw a bit of gas on the "never use a GOTO" snobs' fire, as I am wont to do. :) The editor's simulator highlights each command as executed. Nice feature to have.

    http://www.youtube.com/watch?v=TftZYLkJcyU
  • Dr_AculaDr_Acula Posts: 5,484
    edited 2013-07-07 21:13
    I like slow. The most powerful computer in the known universe runs at about 100hz.

    For a more detailed explanation, an example https://www.science.smith.edu/departments/NeuroSci/courses/bio330/pdf/94CurrBiolTovee.pdf with a delay of between 5 and 15ms per neuron.
Sign In or Register to comment.