I'm trying to use the labview FFT however it's extremely slow compared to FFTW... I have wrapped the fftw in lv however it's rather inconsistent with regards to the time it takes to calculate. In plain c it's not inconsistent at all so I suppose the issue has something to do with the way the memory is allocated when I use it in lv. Any ideas how to solve this?