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 need to calc complex number on 8051
    because of I have to calc FFT.


    Says who? Who decided that an 8051 was an appropriate choice of processor to run an FFT on? Is that person generally crazy, or did (s)he just want to make you miserable in this particular case?

    That said, no, you don't need complex numbers to implement an FFT. They're convenient to use if you have them, but they're quite definitely not worth the hassle of implementing them from scratch just to use them in an FFT.

    Morale: you'll want to learn a lot more about 8051's, C and FFT before you go anywhere near implementing this.

Reply
  • I need to calc complex number on 8051
    because of I have to calc FFT.


    Says who? Who decided that an 8051 was an appropriate choice of processor to run an FFT on? Is that person generally crazy, or did (s)he just want to make you miserable in this particular case?

    That said, no, you don't need complex numbers to implement an FFT. They're convenient to use if you have them, but they're quite definitely not worth the hassle of implementing them from scratch just to use them in an FFT.

    Morale: you'll want to learn a lot more about 8051's, C and FFT before you go anywhere near implementing this.

Children