Filter löschen
Filter löschen

discrete inverse fourier transform

3 Ansichten (letzte 30 Tage)
Rotem
Rotem am 8 Okt. 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 Kommentare
Walter Roberson
Walter Roberson am 9 Okt. 2012
Note that ifourier is for the continuous inverse fourier, not the discrete.
Rotem
Rotem am 9 Okt. 2012
Bearbeitet: Rotem am 10 Okt. 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by