FFT of wavelet decomposition
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i need the expression of the Discrete Fourier Transform of the wavelet decomposition WPT
0 comentarios
Respuestas (1)
Vincent
el 6 de Oct. de 2023
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])
0 comentarios
Ver también
Categorías
Más información sobre Discrete Fourier and Cosine Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!