Question
16384 points of FFT(Fast Fourier Transform)
Hello community, In my project requires upto 16384 points of FFT(Fast Fourier Transform) . I found out that I can’t perform this number of FFT points using arm CMSIS DSP library since it is limited to 4096 point Max. Due to this I have to use external library So I dont have any external library idea guide me to achive this on the micro-controller (STM32H745ZI).CMSIS DSP It works well up to 4098 point. I need to perform 16384 point so any library files,links , ideas or any video links could helpfull...
