pyOMA.core.PreProcessingTools#
pyOMA - A toolbox for Operational Modal Analysis Copyright (C) 2015 - 2025 Simon Marwitz, Volkmar Zabel, Andrei Udrea et al.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Todo
correct linear,…. offsets as well
implement loading of different filetypes ascii, lvm, …
currently loading geometry, etc. files will overwrite existing assignments implement “load and append”
add test to tests package
Functions
|
|
|
assign this function to the class before instantiating the object PreProcessSignals.load_measurement_file = load_measurement_file |
|
|
|
Classes
|
conventions: |
|
A simple pre-processor for signals * load ascii datafiles * specify sampling rate, reference channels * specify geometry, channel-dof-assignments * specify channel quantities such as acceleration, velocity, etc * remove (constant) offsets from signals * decimate signals * compute correlation functions and power spectral densities * filter signals |
|