Effacer les filtres
Effacer les filtres

wavelet

3 vues (au cours des 30 derniers jours)
Dr G Jaffino
Dr G Jaffino le 27 Oct 2011
For octave wavelet coefficients feature extraction take all the 8 wavelet coefficients or take only for 8th coefficient?

Réponse acceptée

Wayne King
Wayne King le 27 Oct 2011
Hi Jaffino, the term "octave" as applied to the DWT is just referring to the dyadic scales. So you take all the coefficients at that scale. For example:
x = randn(1024,1);
[C,L] = wavedec(x,3,'db4');
d3 = detcoef(C,L,3);
d3 is the vector of coefficients at scale 3 (3rd octave). I think octave is a bit outdated now in the wavelet literature, better to refer to them as just scales.

Plus de réponses (1)

maryam mosaffa
maryam mosaffa le 14 Jan 2018
How can i know the best wavelet mother i chose for my case study.please introduce me the best way of choosing wavelet mother in CWT toolbox?

Catégories

En savoir plus sur Continuous Wavelet Transforms dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by