LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to program DSP with LabVIEW?

I am learning to program DSP, and I want to use LabVIEW as the user interface. I am thinking of using Code Composer Studio as the DSP tool, but I really don't know how to link the DSP code with LabVIEW. Has any one done something similar? How did you do it? Can LabVIEW be used as more than just the user interface, how? Thank you in advance.
0 Kudos
Message 1 of 2
(2,290 Views)
Hi;

To use external code, you can create a dynamic link library (.dll) that you can call from LabVIEW or a Code Interface Node (CIN). The instructions on how to make any of those are in National Instruments manual Using External Code in LabVIEW, which is included with LabVIEW, or you can download it from NI website.

Also, NI offers a LabVIEW Signal Processing Toolset which are DSP tools and utilities. A more specific solution is the LabVIEW Sound and Vibration Toolset, which is also available for MacOS.


Best regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 2
(2,290 Views)