Mercurial > hg > js-dsp-test
view fft/cross/Cross.h @ 32:ebc87a62321d
Add Nayuki fft.c compiled to JS
author | Chris Cannam |
---|---|
date | Mon, 09 Nov 2015 11:46:47 +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