How to isolate peaks from a noisy power spectrum

6 ビュー (過去 30 日間)
Georgios Tertikas
Georgios Tertikas 2019 年 2 月 25 日
コメント済み: Star Strider 2019 年 3 月 4 日
I have a noisy power spectrum with several distinguishable peaks. Does anyone know of an automated way to isolate the peaks in an automatic way? I have to do this for multiple power spectrums.

回答 (1 件)

Star Strider
Star Strider 2019 年 2 月 25 日
The findpeaks (link) function comes quickly to mind. Also, the islocalmax (link) function, introduced in R2017b.
  4 件のコメント
Georgios Tertikas
Georgios Tertikas 2019 年 3 月 4 日
In order to caluclate the spectrum i used fast fourier transform data in an already given data set. Then It is raised ^2 to give the power spectrum. I hope this covers some things.
Star Strider
Star Strider 2019 年 3 月 4 日
I hope this covers some things.
It does not add any useful information.
Note that you need to square the magnitude (using the abs function) of the normalised fft output to calculate power.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by