フィルターのクリア

Code for shannon energy envelope?

18 ビュー (過去 30 日間)
Mr noobys
Mr noobys 2019 年 1 月 17 日
コメント済み: cedric Adomaya 2019 年 12 月 23 日
hi guys
i have a pcg signal
and i want to using SHANNON ENERGY ENVELOPE for it
but i didnt find the code for it, in 'envelope' documentation there is only peak,rms and analytic function
is there any way to use the shannon energy envelope ?
shannon.PNG
thank you so much

採用された回答

Star Strider
Star Strider 2019 年 1 月 17 日
Shannon energy is defined as , so use an anonymous function such as:
ShannonEnergy = @(x) x.^2 .* log(x.^2);
and then take the peak envelope.
That is what I would do.
  5 件のコメント
Star Strider
Star Strider 2019 年 1 月 17 日
As always, my pleasure!
cedric Adomaya
cedric Adomaya 2019 年 12 月 23 日
help me with matlab.mat in this code

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

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by