LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real-time data Processing

"...how quickly should it cycle?"
 
That depends on the nature of your calculations. FFT's of large data set will take a long time. Just scaling and comparing with a value will be done before you start.
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 11 of 13
(554 Views)
Agreed.

Also, is there a way to read only the newly acquired data, such that the entire data set isn't constantly read over and over again (thus being highly repetitive)?

And, as previously asked, what kind of loop is commonly used for such a read-process-write application?
0 Kudos
Message 12 of 13
(551 Views)
"And, as previously asked, what kind of loop is commonly used for such a read-process-write application?"
 
With info on what architecture you plan to implelment this Q is a lot like asking "What kind of adhesive should I use?" before you have determined you are working with steel or plastic.
 
So my reply is "insufficient data to complete this operation."
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 13 of 13
(547 Views)