Create a CWT filter bank with a sampling period of 0.001 seconds. By default, the filter bank uses the analytic Morse (3,60) wavelet and 10 voices per octave.
Confirm the normalized scales are equivalent to the wavelet center periods divided by the sampling period. Plot the normalized wavelet center periods as a function of the raw scale.
P = centerPeriods(fb);
Pnormalized = P/seconds(0.001);
plot(rs,[cs(:) Pnormalized(:)])
ylabel("Center Periods (Samples)")
xlabel("Unitless Scale (Dilation Factor)")
title("Normalized Center Period by Dilation Factor")
grid on
Raw scales used in creating the wavelet bandpass filters, returned as a
real-valued vector of length Ns, where
Ns is the number of wavelet bandpass
frequencies. Scales are ordered from
finest scale to coarsest scale.
Data Types: double
Normalized scales,
returned as a real-valued vector of length Ns, where
Ns is the number of wavelet bandpass
frequencies. The scales are expressed
as the normalized period of the wavelet corresponding to the scale in
samples. Equivalently, cs contains the wavelet center
periods divided by the sampling period. The elements of
cs are ordered from the smallest normalized period
to the largest normalized
period.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.