This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

about C lib.

How can I use Keil to compute exponential function?

is use #include <stdlib.h>?

thank you sir.

Parents
  • I wonder how the capability of an 8051 compares to the computing facilities available to Cooley & Tukey at the time of their 1965 paper...?

    That's actually quite irrelevant. Even if, as I would guess, a modern-day high-end 8051 can outperform anything available to the inventors of the algorithm, using one of those today, when other hardware outperforms them by orders of magnitude, is exactly as wrong as if that weren't the case.

    Using an 8051 to do an FFT today is about as crazy an idea as using a screwdriver to dig a grave when there's a shovel available.

Reply
  • I wonder how the capability of an 8051 compares to the computing facilities available to Cooley & Tukey at the time of their 1965 paper...?

    That's actually quite irrelevant. Even if, as I would guess, a modern-day high-end 8051 can outperform anything available to the inventors of the algorithm, using one of those today, when other hardware outperforms them by orders of magnitude, is exactly as wrong as if that weren't the case.

    Using an 8051 to do an FFT today is about as crazy an idea as using a screwdriver to dig a grave when there's a shovel available.

Children