07-30-2014 03:31 PM
Hello,
I am planning to use Matlab script in labview and the matlab scritp block needs inputs of time and voltage values of sampled signal to post process.
Can someone explain me of how to send the sampled values of time and volatge after every 'x' interval of time to the matlab scritp block I mean if the sampling rate is 100Hz then 100samples will be collected in 1 sec but I want to send both time and votlage values collected after every 10 seconds to the matlab scritp block.
Thanks.
07-31-2014 04:30 AM
Hello,
can anyone help me out in fixing this.
Thanks.
07-31-2014 06:05 AM
So what have you done so far?
What hardware are you using?
07-31-2014 06:12 AM
Hi,
I am using DAQUnit 6016 that samples an analog signal of sensor.The vi I tried is attached below.