[PD] big FFT

IOhannes m zmoelnig zmoelnig at iem.kug.ac.at
Thu Oct 18 18:17:48 CEST 2001


> 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



More information about the Pd-list mailing list