I am attempting to align and resample waveforms from two sets of data recorded in a loop. In each loop iteration, the following sets of data are taken:
- The first set of data has length 50 and dt 0.001 sec
- The second set of data has length 1, resulting in a dt of 0
I would like to align and resample the second set of data using the Coerce method so that the single value is propagated across the timestamps of the first waveform. However, when I attempt this with the Align and Resample Express VI, I get the error shown below. Does this indicate that this operation is beyond the capability of the express VI, or do I have the settings incorrect for what I want to do (also screenshotted below).