About using cwt function
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Alexander Voznesensky
il 10 Ago 2017
Modificato: Alexander Voznesensky
il 18 Ago 2017
Hi guys! I'm a little bit confused about using cwt function. I know, that some wavelets have a scaling function (phi), but some have only wavelet function (psi). But, as far as I know, cwt uses only psi. So, we have only detail coefficients. What about approximation coefficients, obtained with phi?
0 Commenti
Risposta accettata
Wayne King
il 15 Ago 2017
Hi Alexander, For the CWT, the scaling functions are not commonly used. For discrete analysis wavelets are typically defined in terms of a multiresolution analysis. A multiresolution analysis is a nested series of subspaces and their orthogonal complements. The bases for the subspaces are the scaling functions (dilated versions of the scaling function for $V_0$) and the wavelets are derived from the scaling functions.
In the CWT, that is not the case. One usually starts with the wavelet, typically some rapidly-decreasing oscillatory function like a modulated Gaussian. You can however obtain the scaling function as the integral, $\int_{s'}^{\infty} \dfrac{\hat{\psi}(s \omega)}{s} ds$ where $s'$ is the maximum scale you have in the CWT. $\hat{\psi}$ here is the Fourier transform of the wavelet.
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Continuous Wavelet Transforms in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!