Dropping Wavelet Coefficients After Wavelet Transform

I have a 512 sample signal that I pass through a wavelet transform. I get a series of wavelet coefficients some of which are sparse (zeros). I want to drop some of these insignificant coefficients and pass it through another algorithm without changing the original signal too much (I understand that there is some loss of data). Essentially, I want to use a subset of these wavelet coefficients. Keep in mind I am not going back to the original signal. I want to use the wavelet representation for further processing but I want to drop some of the coefficients.

 채택된 답변

Wayne King
Wayne King 2013년 3월 16일

0 개 추천

So why not reconstruct the approximation using the inverse wavelet transform?
That is the whole basis of wavelet denoising. Hard thresholding sets a number of coefficients to zero and then you reconstruct the signal via the inverse wavelet transform.

댓글 수: 1

Thanks, after harping on it for some time I realized what is meant by dropping insignificant data which is thresholding coefficients. I thought it meant literally remove the data from the sample set so you have less samples.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

태그

질문:

2013년 3월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by