Red de conocimiento informático - Material del sitio web - ¿Puedes usar mexihat wavelet y morlet wavelet con la función cwt en matlab?

¿Puedes usar mexihat wavelet y morlet wavelet con la función cwt en matlab?

c = cwt(tnt,1:10,'morl','plot');%Onda de Morlet.

c = cwt(tnt,1:10,'mexh','plot');%Sombrero mexicano wavelet

c = cwt(tnt,1:10,'mexh' ,'plot');%Onda de sombrero mexicano.