Mercurial > hg > js-dsp-test
view fft/cross/Cross.h @ 26:9af60df83c6f
Adjust inputs so as to get a nice round number as output
author | Chris Cannam |
---|---|
date | Wed, 07 Oct 2015 13:59:09 +0100 |
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