Hi, and thanks. I guess I could send it at a slower rate, a much slower
rate. I could also do some preliminary analysis in Labview, but not much,
since I am using some spectral estimation techniques from matlab. However,
I have recently had another question -- can one read/play data from a
cd in Labview ? Also, are there any tutorials about using matlab in labview ?
I have searched on the web and haven't found anything useful for me.
"Matt K." wrote in message news:<506500000005000000B6A20000-1031838699000@exchange.ni.com>...
> I can't say that I have done this before but I suspect you will run
> into problems trying to implement something at this rate. LabVIEW has
> built in functionality to communicate with Matlab via the Matlab
> script nod
e. This node utilizes activex to talk to Matlab's script
> server. Trying to send information across this interface at 1000
> times per second will probably be pushing things. Some things you
> might consider:
>
> 1. Could you get by sending data at smaller intervals - basically
> send across chunks of data?
>
> 2. Have you checked out the math and analysis functions in LabVIEW?
> If you keep all the code there, you will eliminate the communication
> overhead.