wavelet coefficients centroid of audio signal

1 次查看(过去 30 天)
i applied wavedec for an audio signal.,after that i have to calculate energy and centroid of the wavelet coefficients(approximation and detail)for all frames of the audio signal.,i dnt know how to do.,can anyone help me?

回答(1 个)

Wayne King
Wayne King 2012-10-13
You already have this thread open:
You say in that post that you need to find one "centroid" for all the detail coefficients including the approximation coefficients. I'm not sure why you would ever want to do but:
load noisdopp;
[C,L] = wavedec(noisdopp,5,'sym4');
mean(C)
The above gives you the mean over all the coefficients, both approximation and details.
  2 个评论
maxina dialin
maxina dialin 2012-10-13
Thank u.,bt in my paper they suggested some other formula to find centroid not like mean.,so only i asked
Wayne King
Wayne King 2012-10-13
Then you should show us where that paper is, or include the equation in your post.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Signal Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by