working towards mixed radix
decomposition seems to work (for 2)
indices scrambled
This commit is contained in:
Mark Borgerding
2003-08-16 23:40:14 +00:00
parent c9ff98b2c9
commit 502211bc6a
3 changed files with 97 additions and 47 deletions

View File

@ -2,7 +2,7 @@ message:
@echo "Nothing to make here. Move on down to sample_code for ... you guessed it! Sample Code!"
tarball: clean
tar -czf kiss_fft.tar.gz .
tar --exclude CVS -czf kiss_fft.tar.gz .
clean:
cd sample_code && make clean