psi = wavelets(fb)
returns the time-domain wavelets psi for the continuous wavelet
transform (CWT) filter bank fb. The time-domain wavelets are
centered at the origin.
[psi,t] = wavelets(fb)
returns the sampling instants t for the wavelets.
Create a continuous wavelet transform filter bank. Set the sampling frequency to 1000 Hz and the frequency limits to range from 50 Hz to 200 Hz. Plot the frequency response.
Obtain the filter bank time-domain wavelets. Plot the magnitudes of the first and last wavelets contained in the output. The first wavelet corresponds to the wavelet filter with center frequency equal to 200 Hz, and the last wavelet corresponds to the wavelet filter with center frequency equal to 50 Hz.
[psi,t] = wavelets(fb);
figure
plot(t,abs(psi(1,:)))
hold on
plot(t,abs(psi(end,:)))
legend('Higher CF Wavelet','Lower CF Wavelet')
grid on
Time-domain wavelets, returned as a
Ns-by-N complex-valued matrix,
where Ns is the number of wavelet bandpass frequencies
(equal to the number of scales) and N is the filter bank
SignalLength. The wavelets are ordered in
psi from the highest-frequency passband filter to
the lowest-frequency passband filter.
Sampling instants of the time-domain wavelets, returned as a real-valued
vector of length N, where N is the
filter bank SignalLength. The data type of
t is the same as the
SamplingPeriod.
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.