필터 지우기
필터 지우기

Difference between Shannon entropy and shannon entropy from wavelet packet?

조회 수: 45 (최근 30일)
Beatriz Ruiz
Beatriz Ruiz 2019년 5월 19일
답변: John Navarro 2021년 11월 29일
I wanted to calculate the shannon entropy of a signal and I used the command
entropia_sha(1,i)=wentropy(ventana(i,:), 'shannon');
I thought this function used the following formula:
but in the Matlab help the formula applied is:
I don't understand where does this formula come from and what's the connection with the first one.
Thanks.
  댓글 수: 3
Bala Amala Kannan
Bala Amala Kannan 2020년 1월 10일
You can find this formula in this literature:
https://www.spiedigitallibrary.org/journals/journal-of-biomedical-optics/volume-21/issue-9/096007/Retinal-image-quality-assessment-based-on-image-clarity-and-content/10.1117/1.JBO.21.9.096007.full?SSO=1.
In section 4.1: sharpness, this is the equation for Entropy_subband.
I don't know about the connection between these two equations.

댓글을 달려면 로그인하십시오.

답변 (1개)

John Navarro
John Navarro 2021년 11월 29일
I would guess it is because the first equation is evaluating the Shannon entropy of the signal as a series, while the second is evaluating the entropy of the energy of the signal (energy is the square value)

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by