Effacer les filtres
Effacer les filtres

How can I compute fourier coefficient?

2 vues (au cours des 30 derniers jours)
Ghazal Hnr
Ghazal Hnr le 10 Mar 2017
Commenté : Ghazal Hnr le 10 Mar 2017
Hi I have a pulse and I want to compute the first 20 fourier coefficient of it. Would anyone help me to do this?

Réponse acceptée

Image Analyst
Image Analyst le 10 Mar 2017
f = fft(yourSignal);
f20 = f(1:20); % Extract first 20 coefficients.
  1 commentaire
Ghazal Hnr
Ghazal Hnr le 10 Mar 2017
oooo it has a code ?? thank you !!!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by