09-14-2004 04:06 AM
09-15-2004
01:33 PM
- last edited on
11-24-2025
11:19 AM
by
Content Cleaner
I was not able to find any VIs that used the FFTW library in LabVIEW. However, in looking at the FFTW API, you will probably want to write some sort of wrapper code that converts some of the special datatypes that the FFTW code uses to the datatypes that LabVIEW will recognize.
On a side note, is there any particular reason you are trying to use the FFTW dll in LabVIEW rather than using the built-in FFT VIs available in the LabVIEW development environment? The LabVIEW FFT VIs are pretty extensive and should give you all the functionality that you need. If there is a particular function in the FFTW package that is not available in the LabVIEW VIs, then please do let us know either by responding to this post and/or entering it as a Product Suggestion.
Thanks!
Kileen C.
NI
07-26-2006 04:42 AM
07-26-2006
06:26 AM
- last edited on
11-24-2025
11:24 AM
by
Content Cleaner
Hello!
Here is a general tutorial:
The Fundamentals of FFT-Based Signal Analysis and Measurement in LabVIEW and LabWindows/CVI
https://www.ni.com/en/shop/labview/using-fast-fourier-transforms-and-power-spectra-in-labview.html
From the LabVIEW 8 Help:
FFT (Not in Base Package)
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/analysis/2dsp-llb/fft-vi.html
07-26-2006 08:31 AM
07-27-2006
03:41 PM
- last edited on
11-24-2025
11:25 AM
by
Content Cleaner
07-28-2006 03:38 AM
03-25-2007 05:02 PM
03-26-2007 05:59 PM
Hi pwebster,
I couldn't find any example code where the FFTW.DLL was used. If it is a standard DLL, then the DLL example in the LabVIEW example finder should be able to help.
I looked over their benchmarking notes, and I was wondering what kind of performance you were getting using the built-in FFT functions?
03-26-2007 09:10 PM