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.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.