Using dual tree complex waveelt transform

Hi, I am trying to write a code to deal with dtcwt on an image. but there is an error even this code is brought online.
>> Depth = 4; %3 level decomp
FDf = dtfilters('FSfarras'); %first level filter
Df = dtfilters('qshift10'); %second level filter
dt = dddtree2('cplxdt',X,Depth,FDf,Df); %the actual decomposition Undefined function 'dtfilters' for input arguments of type 'char'.
Can anybody help me? Thanks in advance.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

질문:

2018년 8월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by