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.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.