How to mark the peaks of a signal based on some threshold value?

10 ビュー (過去 30 日間)
BIPIN SAMUEL
BIPIN SAMUEL 2022 年 6 月 28 日
コメント済み: Star Strider 2022 年 6 月 30 日
Actually I am tring to mark the peaks of an abdominal electrocardiogram signal based on threshold value. If the signal value is greater than some threshold value, then that particular time instant will be denoted as peak. Can anyone me in sorting out this problem?

採用された回答

Star Strider
Star Strider 2022 年 6 月 28 日
First, remove as much baseline drift and high-frequency noise as possible. That will make everything easier.
I suggest using findpeaks with the 'MinPeakProminence' parameter set to a reasonable value (for example 5 for an electrocardiogram). Alternatively, the islocalmax function with an appropriate value for 'MinProminence'.
Both functions have options to output the prominence values they detect, making it easier to detect the prominence values for the areas of interest and set the prominence threshold.
  5 件のコメント
BIPIN SAMUEL
BIPIN SAMUEL 2022 年 6 月 30 日
@Star StriderThank You
Star Strider
Star Strider 2022 年 6 月 30 日
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.

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

その他の回答 (0 件)

カテゴリ

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