Hi , i read the matlab documentation about the energy for 1-D wavelet decomposition and i want to know how the calculation works exactly??? because the Syntax used is [Ea,Ed] = wenergy(C,L) so here it use the wavelet decomposition vector c and the formula used in theory is Which use the details and approximations coefficients . can anyone help me to understand please??
John Michell answered .
2025-11-20
load noisbump; % 4 levels here [C,L] = wavedec(noisbump,4,'sym4'); [Ea,Ed] = wenergy(C,L);