Skip to main content
. 2024 Jan 8;24(2):367. doi: 10.3390/s24020367
Algorithm 1: Timestamp Matching Algorithm
1: Input:weight event timestamp (t), weight event action (wt), vision event timestamp (τ), vision Attributes (Vτ)
2: Output: matched weight event timestamp with vision event timestamp (Mτ)
3: For Each iterations conducted
4:           Calculations are made as follows:
5:           Find where t = τ or τ is within 500 ms of wt
6:           Store wt and selected vision attributes in one Mτ array
7:           Store  t, wt, and selected vision attributes in one Mτ array
8: End