How can I convert sampled HDM data to PSD data?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Raghava S N
2024-9-27
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Vibration Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!