Add a time lag
amara
I am trying to add a lag to my time data to get two different measurements to sync up. I've added a 2 second delay to the wave containing my time information, but the wave is no longer recognized as time and is presented only as a number. Is there a way to format this wave back to time data?
Thanks,
Amara
In a table, any numeric wave can be displayed as time by changing the column format:
Edit test // Display as number
ModifyTable format(test)=7
For information on designating a wave as storing date/time data, execute this:
DisplayHelpTopic "Date, Time, and Date&Time Units"
For information on displaying date/time data in tables, execute this:
DisplayHelpTopic "Date Values"
For information on formatting an axis as date/time:
DisplayHelpTopic "Date/Time Axes"
If that does not clear the problem up we will need a more detailed explanation and/or a sequence of commands that illustrates the problem.
January 27, 2011 at 09:28 am - Permalink
Thanks, I think I have it figured out now.
January 27, 2011 at 11:12 am - Permalink