03-16-2013 06:39 AM
Hi. everyone!
Now I have have a compact DAQ to get speech signal, the maximum sample rate is about 51.2kS/s.
I want to process the data in maltab script after I get the signal. But I worry the sample rate is too fast that
the data processing in matlab script will fail in real time. any one who has similar experience can give me some
suggestions?
Thany you!
03-16-2013 06:44 AM
03-16-2013 09:18 PM
Hi.
You mean that the data processing can be done in real time if I process data in labView directly?
rather than in matlab script. My major is computer science, so programming is more familiar to me.
Thank you!
03-16-2013 10:17 PM
LabVIEW is a programming language - one that uses graphical elements for the source code rather than text.
LabVIEW is designed to work well with data acquisition and analysis. Unless you are using some exotic MATLAB functions, LV probably has equivalent functions. And you do not have the overhead of the calls to MATLAB or the mathscript node.
Lynn