07-14-2025 09:08 PM
Hello everyone,
I'm working on a project in LabVIEW and need some help merging two waveforms that have different X-axis lengths.
Here's the situation:
Waveform 1 was acquired over a period of 0.1 seconds.
Waveform 2 was acquired over 0.8 seconds.
I'm trying to combine them into a single continuous curve. While I can visually join them, the X-axis scales don't align correctly. For example, a peak in Waveform 2 that should occur at 0.1745s is currently showing up at 0.21s.
I suspect the issue is related to how I'm handling the time stamps or the sample rates of the two waveforms.
Has anyone encountered a similar problem or have any tips on the correct way to handle this in LabVIEW? Any advice on which VIs or a general approach to align the time scales correctly would be greatly appreciated.
Thanks in advance for your help!
07-14-2025 09:27 PM
I've figured it out: I made a calculation mistake, but now I can assemble the waveform correctly.