marius schebella wrote:
hi list is there a way to compute FFT with windowsize larger than 65536 samples?
just change the MAXLOGSIG preprocessor-directive in m_pd.h to a value that fits your needs better pE #define MAXLOGSIG 32 will give you a maximum blocksize of 4294967296 samples (which equals to 27h03m11s @ 44.1kHz, this should do)
on the other hand, you are not likely to get continous audio-output with such blocksizes....
thank you, marius.
you are welcome
mfg.cds.adf IOhannes