Filter löschen
Filter löschen

How can I compute fourier coefficient?

2 Ansichten (letzte 30 Tage)
Ghazal Hnr
Ghazal Hnr am 10 Mär. 2017
Kommentiert: Ghazal Hnr am 10 Mär. 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?

Akzeptierte Antwort

Image Analyst
Image Analyst am 10 Mär. 2017
f = fft(yourSignal);
f20 = f(1:20); % Extract first 20 coefficients.

Weitere Antworten (0)

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by