"Fossies" - the Fresh Open Source Software Archive

Member "HTTPing-2.9/fft.h" (29 Oct 2022, 144 Bytes) of package /linux/www/HTTPing-2.9.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "fft.h" see the Fossies "Dox" file reference documentation.

    1 void fft_init(int sample_rate_in);
    2 void fft_free(void);
    3 void fft_do(double *in, double *output_mag, double *output_phase);
    4 void fft_stop(void);