filtering using a timewave with fractional second

Good afternoon,

I have a timewave that includes fractional seconds and a another wave that has flag values of zeros and ones. From those two, I want to generate a time wave that is to the nearest second, i.e., 5/21/2016 10:23:20 and a wave that includes the flag. In other words, the data will be one second data instead of what it currently is.

I have attached a copy of the timewave and the flag wave.

Any suggestions will be appreciated.

-Sergio
timewave++.txt
Hi,

Import the data. then round the timewave using timewave = round(timewave) and then change the wave scaling for the data to date:time. The flag wave imports fine.

Andy