How can I convert sampled HDM data to PSD data?

2 Ansichten (letzte 30 Tage)
Philip Reis
Philip Reis am 2 Jun. 2018
Beantwortet: Raghava S N am 27 Sep. 2024
Hello,
I have sampled data random vibration data in HDM data acquisition system and converted into a MATLAB-format from a experiment. The problem I am facing is that I need to have the data in a PSD (power spectral density) data format for further work with my simulations.
Therefore, I am wondering how to write a code, which can take the HDM data and convert it to PSD data?
Thank you!

Antworten (1)

Raghava S N
Raghava S N am 27 Sep. 2024
Hello Philip,
I am working under the assumption that “vibration data in HDM data acquisition system and converted into a MATLAB-format …” implies that the data acquired is stored as a MATLAB array or matrix in a MAT-file (“.mat” extension).
Under these conditions, the function “pwelch” can be used to obtain the power spectral density (PSD) estimate of the input signal, found using Welch's overlapped segment averaging estimator. Refer to this link for more information about parameters and other input arguments that are used for conversion - https://www.mathworks.com/help/signal/ref/pwelch.html#btuf68p_sep_shared-x

Kategorien

Mehr zu Vibration Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by