FFT of wavelet decomposition

3 次查看(过去 30 天)
Walid
Walid 2021-5-15
回答: Vincent 2023-10-6
i need the expression of the Discrete Fourier Transform of the wavelet decomposition WPT

回答(1 个)

Vincent
Vincent 2023-10-6
sigLen = numel(hychirp); fchirp = fft(hychirp); fr = Fs*(0:1/Fs:1-1/Fs); plot(fr(1:sigLen/2),abs(fchirp(1:sigLen/2)),"x-") xlabel("Frequency (Hz)") ylabel("Amplitude") axis tight grid on xlim([0 200])

类别

Help CenterFile Exchange 中查找有关 Signal Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by