FFT of wavelet decomposition

조회 수: 6 (최근 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에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by