04-23-2025 01:33 AM
Hello everyone,
I'm working with a waveform in LabVIEW and I would like to calculate the average value of the signal between two specific time points, t1 and t2. These points are marked on the graph (see attached image).
Specifically, I want to extract the data between t1 (around 15 seconds) and t2 (around 50 seconds), and then compute the average.
What would be the best way to do this? Should I extract a portion of the waveform using a specific function, or use indices to slice the amplitude array? Any suggestions or example VIs would be greatly appreciated.
Thanks in advance for your help!
04-23-2025 01:44 AM
Hi ameletudiante,
@ameletudiante99 wrote:
I'm working with a waveform in LabVIEW and I would like to calculate the average value of the signal between two specific time points, t1 and t2.