problem with Fast Fourier Transform (FFT)

Hello,
This is part of my code to convert data in time domain using ifft.
for k = 1:numSymbols,
y= y + data(k)*exp(j*2*pi*Fsub(k)*t);
end
and how do i write the fft if i wanna change y back into frequency domain?..

类别

帮助中心File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

标签

提问:

2013-4-11

Community Treasure Hunt

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

Start Hunting!

Translated by