Additional wavelets that can be used in 2D CWT?

조회 수: 7 (최근 30일)
Michael
Michael 2017년 8월 22일
댓글: Michael 2017년 8월 25일
I was hoping that I could use additional wavelets beyond the wavelets that are supported by cwtft2. Specifically the Meyer and Coiflet wavelets.
Is there a way to do this?
Thanks

채택된 답변

Wayne King
Wayne King 2017년 8월 25일
Hi Michael, in order to use a wavelet in CWTFT2, we need to have the expression for the Fourier transform of the wavelet. The wavelets in CWTFT2 are all defined in the Fourier domain and the algorithm is implemented as a 2D convolution via a 2D DFT.
Coiflets for example are defined simply via the scaling and wavelet filters and implemented in a pyramid algorithm which is suitable for discrete analysis but not continuous analysis.
If you want a redundant wavelet transform in 2D that uses coiflets, have you considered SWT2?
  댓글 수: 1
Michael
Michael 2017년 8월 25일
I'm new to the world of wavelets, I had not considered SWT2. Thanks for the answer and clarification.

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

추가 답변 (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