Hello!
I have files that come in the following format:
timestamp with 0.1 sec accuracy <Tab> Type
e.g.
Time Type
00:00:00.5 2
00:00:01.3 2
00:00:02.1 2
...
I'd like to be able to compare 2 such files.
*) If types differ that is a strong difference.
*) If the type is identical but the time difference is < 0.3 sec that is less important.
Is that achievable with BC?
(Naturally I can write converters that convert the timestamp e.g. into a float value if that helps.)
I have files that come in the following format:
timestamp with 0.1 sec accuracy <Tab> Type
e.g.
Time Type
00:00:00.5 2
00:00:01.3 2
00:00:02.1 2
...
I'd like to be able to compare 2 such files.
*) If types differ that is a strong difference.
*) If the type is identical but the time difference is < 0.3 sec that is less important.
Is that achievable with BC?
(Naturally I can write converters that convert the timestamp e.g. into a float value if that helps.)
Comment