Borrar filtros
Borrar filtros

Return signal having IFFT

1 visualización (últimos 30 días)
Blanca Castells
Blanca Castells el 9 de Mzo. de 2017
Comentada: Blanca Castells el 13 de Mzo. de 2017
Hello!
I have a function f(OM,T) which depends on two variable: frequency and time; and I now that this function is the Verse Fast Fourier transform of another function g(T). How can I get the second function g(T)?
THANKS

Respuesta aceptada

Jyotish Robin
Jyotish Robin el 13 de Mzo. de 2017
Hi!
I assume that you meant to say 'f' is the inverse fourier transform of the function 'g'.
If that is the case, finding the FFT of 'f' will give you 'g'.
The following doc link will point you towards how to calculate FFT in MATLAB:
Hope this helps!
  1 comentario
Blanca Castells
Blanca Castells el 13 de Mzo. de 2017
Yes, my keyboard always changes my sentences in English haha.
My problem is that I have a handle function instead of a vector, can I use fft command with it? Because I've seen in some articles something like this:
f=@(OM) F(OM);
OM=[0:0.01:100];
g=fft(f(OM))
But what I get with that is another vector instead a time-dependant function.
Thankyou for the answer!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by