Find the frequency vector using pwelch function
3 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I have a seismic signal recorded at 200 Hz. I want to use the pwelch (using a hanning window) to find the spectra but for some reason the frequency vector is wrong (or, altenratively, I don't intepert it correclty).
For example, with 200 Hz sampling frequency, I am supposed to observe frequency range from 0 to 100 Hz in the x axis using the command:
plot(f,10*log10(pxx))
I would appreciate your help!
(please se attached seismic vector)
Thanks!
Ron
0 件のコメント
回答 (1 件)
Hiro Yoshino
2022 年 5 月 24 日
Did you pay attention to the Normalized Frequency?
The Power Spectral Density is estimated on the frequency. Its unit is Rad/sample.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!