added stride to fft input -- should simplify multi-dimensional FFTs

This commit is contained in:
Mark Borgerding
2003-12-29 18:50:13 +00:00
parent 604e238834
commit 4552a14801
8 changed files with 61 additions and 13 deletions

View File

@ -88,6 +88,7 @@ void kf_work(
kiss_fft_cpx * Fout,
const kiss_fft_cpx * f,
int fstride,
int in_skip,
int * factors,
const kiss_fft_state * st
);