Borrar filtros
Borrar filtros

discrete inverse fourier transform

3 visualizaciones (últimos 30 días)
Rotem
Rotem el 8 de Oct. de 2012
I have an = (T0* (exp(-T1)*(2*n*pi/T0*sin((n*pi*(T0-2))/(2*T0 ))-cos((n*pi*(T0-2))/(2*T0 )))+1))/(1+(2*n*pi/T0)^2);
and I need to preform a ifft using this formula
an.*exp(j*n*w0*x)
while n is between -25 to 25
what am I missing? I'm trying to use symsum and ifft functions and plot?
  8 comentarios
Walter Roberson
Walter Roberson el 9 de Oct. de 2012
Note that ifourier is for the continuous inverse fourier, not the discrete.
Rotem
Rotem el 9 de Oct. de 2012
Editada: Rotem el 10 de Oct. de 2012
yes but I got a stright line not a hrominc like I think I should get.. I am using the sum let say N = 25 and I get a symbolic answer of a vector of 41 in length using plot with a x vector eq in length to that of the answer and gets a stright line

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by