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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.