11-13-2010 07:23 AM
Hi
Thanks for your response. I think the main problem i will face in this approach is the large no of arrays i am using in my c++ code. I have to initialize all these arrays in labview which may be cumbersome.Second, i am using MIT's fftw3 library for fft process. Will labview recognize all its data types (e.g. fftwf_complex, fftwf_plan etc)?
Thanks again
REGARDS
asim
11-15-2010 11:28 AM
Hi Asim,
Are you outputting large arrays from your C++ code to LabVIEW? Or are the results a subset of that?
You should (see here) be able to convert the FFTW datatypes into LabVIEW compatible ones. In a different approach, this forum post talks about using a script to call the function from within LabVIEW.
Hope this helps,
11-20-2010 03:40 AM