Which is the effect of one of the parameters in the cwtft2 command (wavelet toolbox)?

1 Ansicht (letzte 30 Tage)
I am using the wavelet toolbox, and executing this command:
cwtstruct = cwtft2(image_matrix, 'wavelet', {'mexh',{2,1,1}}, 'scales',1:1:25,'angles',0);
But if I execute the next one (adding 30 after mexh)
cwtstruct = cwtft2(image_matrix, 'wavelet', {'mexh',30,{2,1,1}}, 'scales',1:1:25,'angles',0);
I get a totally different result (as expected). My question is, what is the effect of this parameter? I did not find in the manual or help what is that parameter.
Thanks

Antworten (0)

Kategorien

Mehr zu Wavelet Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by