Skip to content

Siemens LMS TestLab acquisition .mat files opened in python environment

License

Notifications You must be signed in to change notification settings

LolloCappo/pyLMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyLMS : Siemens LMS TestLab .mat files reader

This module allows to get raw data from .mat files saved from Siemens LMS TestLab.

Import the package after download

$ from pyLMS import *

Simple example

# Import packages
from pyLMS import *

filename = 'data/accelerometro.mat'

sensor = pyLMS(filename)

time = sensor['signals']['x']
acceleration = sensor['signals']['y']

units = sensor['units']
magnitudes = sensor['magnitudes']

About

Siemens LMS TestLab acquisition .mat files opened in python environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published