How to find non percentage energy values after wavelet transform?

조회 수: 3 (최근 30일)
Connor
Connor 2015년 6월 11일
I am performing a wavelet transform on an ECG signal using the method similar to the one explained in the documentation (<http://www.mathworks.com/help/wavelet/ref/wenergy.html)>. For example:
([C,L] = wavedec(ECG,4,'sym4'); [Ea,Ed] = wenergy(C,L)
However, the Ea and Ed values that are returned are simply percentages. How would one go about finding hard values for the energy?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by