Borrar filtros
Borrar filtros

How can I compute fourier coefficient?

2 visualizaciones (últimos 30 días)
Ghazal Hnr
Ghazal Hnr el 10 de Mzo. de 2017
Comentada: Ghazal Hnr el 10 de Mzo. de 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?

Respuesta aceptada

Image Analyst
Image Analyst el 10 de Mzo. de 2017
f = fft(yourSignal);
f20 = f(1:20); % Extract first 20 coefficients.

Más respuestas (0)

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by