How can I convert sampled HDM data to PSD data?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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!
0 comentarios
Respuestas (1)
Raghava S N
el 27 de Sept. de 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
0 comentarios
Ver también
Categorías
Más información sobre Vibration Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!