You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python methods/modules shown in repository under examples/data-processing/ can still be used, but will not be updated going forward (this refers to the sub modules of our Python API, mdf-iter, canedge-browser and can-decoder). We instead refer to our new integration with python-can - and our examples of how to work with DBC decoded Parquet data lakes in Python. The script examples found in examples/other/ will still be relevant going forward.
Added new MATLAB example scripts for loading CANedge MF4 log files
The scripts show how to load directly unfinalized MF4 files, finalized MF4 and DBC decoded MF4
The scripts also show how to load data as single files, via datastores and via tall arrays (for out of memory usage)
A script has also been added to show how to load MAT files into datastores and tall arrays
Loading MF4 files into MATLAB requires the Vehicle Network Toolbox and MATLAB 2021b. For users that wish to load DBC decoded MF4 files or MAT files, we provide a simple Python script to automate the export of these.