fft   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/fft.xtm

Implementation

(bind-func fft
  "calculate the FFT of an input signal"
  (lambda (in:kiss_fft_cpx* out:kiss_fft_cpx* config:FFT_Config*)
    (kiss_fft (tref config 0) in out)
    void))


Back to Index

Similar Entries