Closed GiulioRomualdi closed 2 years ago
In order to allow the user to plot a desired signal it's important to automatically load the mat file independently from its content.
We can assume that the file is created by blf dumper and each signal contains a dataset and timestamp keys
blf
dataset
timestamp
This is a preliminary result
https://user-images.githubusercontent.com/16744101/149424955-3a9e1f18-0b9f-4fc9-8df7-bf12c585e9a4.mp4
The file are automatically parsed by the SignalProvider class and then the names are displayed in the QTreeWidget
SignalProvider
QTreeWidget
cc @isorrentino @paolo-viceconte @S-Dafarra
In order to allow the user to plot a desired signal it's important to automatically load the mat file independently from its content.
We can assume that the file is created by
blf
dumper and each signal contains adataset
andtimestamp
keys