VBB to Matlab Conversion Software - Release Notes
Compatible file formats: .vbb
Version 1.3 - 26-02-2025
- [NEW] Added function to correctly reorder samples that were written to a VBB file out of
order. - [CHANGE] The midnight rollover check now only looks for backwards time jumps of 86,400s
or higher.
Version 1.2 - 27-8-2024
- [FIX] Little endian 7 bit encoded integers could not be read.
- [FIX] Little endian VBB string byte arrays were not being correctly flipped when they were being cast to a string, resulting in backwards channel names and units.
- [CHANGE] Channel scales that aren't able to be correctly represented in binary format ('time' 0.001 and velocity 3.6) are overwritten with 'correct' values. This is to more closely match the output of the VBO converter.
Version 1.1 - 11-07-2024
- [FIX] Fixed bug where the 'time' channel was being truncated when converting from the
VBB stored format to seconds. - [CHANGE] Altered the simpleVBBFile struct to now give each frequency group a 'time (GNSS)' channel, which contains the sample group timestamps.
- [CHANGE] 'time' in the simpleVBBFile is now the UTC time channel from the VBB.
- [UPDATE] Updated README with more information on the differences between the time channels.
Version 1.0 - 07-06-2024
- [NEW] Initial public release.
VBB-Parser contains a set of classes and functions which convert a VBB file into a MATLAB struct.
vbbload.m contains examples for how to load a VBB, extract and plot channels, and work out their frequency.