Re: PVOC window size > 1024 ???
Date | 1998-10-08 17:24 |
From | jpff@maths.bath.ac.uk |
Subject | Re: PVOC window size > 1024 ??? |
Message written at 07 Oct 1998 13:04:08 -0400 The maximum frame size is defined as #define PVFRAMSIZE 4096 /* i.e. max FFT point size */ There is a serious problem in making this bigger as there are internal tables which get way too big. Actually this is an area I had been changing as part of the incorporation of Richard Karpen's code. It might be replated to some 16bit pointers somewhere. I will look again. ..oh and 4096 = 1024 * sizeof(float) so 1024 floats is the limit ==John ffitch |