discrete inverse fourier transform

2 ビュー (過去 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 Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by