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!