Mercurial > hg > js-dsp-test
view fft/cross/Cross.h @ 31:59a1ee198dca
Add KissFFT sources (including change to make free a function)
author | Chris Cannam |
---|---|
date | Mon, 09 Nov 2015 11:46:35 +0000 |
parents | b4ab69bdb4c8 |
children |
line wrap: on
line source
#ifndef CROSS_H #define CROSS_H #ifdef __cplusplus extern "C" { #endif extern void fftCross(unsigned int n, int inverse, const double *ri, const double *ii, double *ro, double *io); #ifdef __cplusplus } #endif #endif