필터 지우기
필터 지우기

how to make low frequency and high frequency subbands in DTCWT i am having counfused in this. i am using prof ivan selesnick function of cplxdual2d

조회 수: 3 (최근 30일)
i am working on this function
x = rand(256);
J = 5;
[Faf, Fsf] = FSfarras;
[af, sf] = dualfilt1;
w = cplxdual2D(x, J, Faf, af);
y = icplxdual2D(w, J, Fsf, sf);
err = x - y;
max(max(abs(err)))
how i will add low frequency and high frequency subbands after the w = cplxdual2D(x, J, Faf, af) command kindly guide me one step that i can do further more

답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by