LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analyzing large TDMS files

I am developing an application that will measure an AC voltage at 100KHz for 4 hours. I need to calculate the voltage and frequency drift during 30 second intervals. My plan is to parse the data into small chunks (typically 1 second), calculate the RMS voltage and frequency, and determine the magnitude of drift that may be occurring. I have been able to collect data during short time intervals and analyzed it with the Tone Measurement VI and  RMS VI, but am not sure how to break up large data files into smaller chunks for analysis and store the results.

0 Kudos
Message 1 of 2
(2,442 Views)

When you read a TDMS file, you can specify how many samples to read and where to start reading from.  All you need to do is read the data in chunks and process each chunk individually.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,441 Views)