11-17-2017 08:48 AM
I need to calculate 1M FFT with the length of 1024, how to make cufft parallel in the LabVIEW? Can anyone helps me?
11-22-2017 08:03 AM
If you go to the examples there is one that uses the polymorphic instance of "Initialize library.vi" for 2D "Create 2D FFT Plan.vi" that transforms in both rows and columns of the 2D array as opposed to the other instance "Create 1D FFT Plan.vi" that only does it in rows (if I remember right).