> I am learning how to program DSPs and I would like to use LabVIEW as
> much as I can. I am currently looking at using Texas Instruments'
> Code Composer Studio as the DSP tool, but I not sure how I can link
> LabVIEW with it. Has anyone used LabVIEW to program DSPs, how did you
> do it? I welcome all the advice I can get. Thanks in advance.
I've seen a number of tools that use LV for a front end to a DSP device.
LV interacts with the user, and based on the user actions, downloads
code to the DSP, starts it to running, and communicates to it to convey
parameters, read back results, halt and reconfigure it.
This is a good amount of work. The DSP needs to be programmed and
debugged conventionally, but the client code can be easier to write
and modify in LV. Whi
le I've seen it done, I'm not the right person
to for the details as I've never done this myself.
Greg McKaskle