Borrar filtros
Borrar filtros

FFT of a selected number of data points.

2 visualizaciones (últimos 30 días)
Aqua22
Aqua22 el 28 de Mayo de 2015
Comentada: Aqua22 el 5 de Jun. de 2015
I have a waveform as the one attached and I need to perform FFT over a small section of this waveform (like the one highlighted by a rectangle). How can I do that? I don't have any prior experience of working in frequency domain. Any help would be greatly appreciated.

Respuestas (2)

Sander Hermanussen
Sander Hermanussen el 28 de Mayo de 2015
fft(yoursignal(first_sample,second_sample))
I.e., simply select a range of your signal.
  2 comentarios
Aqua22
Aqua22 el 29 de Mayo de 2015
Is that it? Matlab says fft(x) or fft(x,n) where n refers to n point dft. Nowhere it tells about a range of signal :-(
Aqua22
Aqua22 el 5 de Jun. de 2015
It does not work.

Iniciar sesión para comentar.


Adam
Adam el 28 de Mayo de 2015
Editada: Adam el 28 de Mayo de 2015
doc fft
doc colon

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