Hi,
I'm trying to use the FFT library from the control suite. The library seems to require that the output size be equal to the input size (or half the input size if we don't want the mirrored spectrum). However, I want the size of the input to be 4096 and the output to be 1024 (512 if we remove the mirrored part). Does the library support this? If not, can you suggest ways to solve this problem?