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.
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.