LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data processing problem in real time

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!

0 Kudos
Message 1 of 4
(2,489 Views)

Hi chen,

 

you may process your data directly with LabVIEW!?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,487 Views)

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!

 

0 Kudos
Message 3 of 4
(2,466 Views)

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

Message 4 of 4
(2,458 Views)