Borrar filtros
Borrar filtros

Fourier transform for a sequence of values

5 visualizaciones (últimos 30 días)
Iftekharuddin Syed
Iftekharuddin Syed el 20 de Dic. de 2020
Comentada: the cyclist el 20 de Dic. de 2020
There is a signal x(n) = [5 3 -4 2 8]. How to find the Fourier Transform of the signal x(n).

Respuestas (1)

the cyclist
the cyclist el 20 de Dic. de 2020
  3 comentarios
Iftekharuddin Syed
Iftekharuddin Syed el 20 de Dic. de 2020
I mean how to find X(k) for k=1.
the cyclist
the cyclist el 20 de Dic. de 2020
That is a very straightforward formula to code into MATLAB. For example, the exponential bit could be written
exp(-i .* 2*pi * k .* n ./ N)
It is usually pretty straightforward to translate simple math formulas into MATLAB.
But this is not the best place to learn all the MATLAB you need to know in order to write this code. I recommend watching the MATLAB Onramp video.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by