LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview and MS VC++ code

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

0 Kudos
Message 11 of 13
(545 Views)

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,

Fred Visser -- SystemLink R&D -- National Instruments
0 Kudos
Message 12 of 13
(532 Views)
Hi Fred Thanks for your continuous response. >>Are you outputting large arrays from your C++ code to LabVIEW? Or are the results a subset of that? results are subset of large arrays. Problem is quite a large no of arrays i have to initialize from labview. Currently i am working on two approaches you suggested. Best Regards asim
0 Kudos
Message 13 of 13
(518 Views)