필터 지우기
필터 지우기

How can I solve the orthogonality issue in bior3.5 wavelet?

조회 수: 6 (최근 30일)
gsourop
gsourop 2021년 7월 15일
댓글: Mostafa 2022년 10월 24일
Dear everyone,
I am trying to decompose a time series with the use of Biorthogonal Wavelet Pairs, but I receive an error ''Wavelet must be orthogonal''. The code I am using is the following
load DM_USD
wname='bior3.5'
boundary = 'reflection';
lev = 6;
whp = modwt( DM_USD, wname, lev, boundary );
I would appreciate any help. Thank you in advance.

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