Effacer les filtres
Effacer les filtres

discrete inverse fourier transform

3 vues (au cours des 30 derniers jours)
Rotem
Rotem le 8 Oct 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 commentaires
Walter Roberson
Walter Roberson le 9 Oct 2012
Note that ifourier is for the continuous inverse fourier, not the discrete.
Rotem
Rotem le 9 Oct 2012
Modifié(e) : Rotem le 10 Oct 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

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by