필터 지우기
필터 지우기

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