필터 지우기
필터 지우기

discrete inverse fourier transform

조회 수: 1 (최근 30일)
Rotem
Rotem 2012년 10월 8일
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
Walter Roberson
Walter Roberson 2012년 10월 9일
Note that ifourier is for the continuous inverse fourier, not the discrete.
Rotem
Rotem 2012년 10월 9일
편집: Rotem 2012년 10월 10일
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

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by